Craig Saper

Results 1 issues of Craig Saper

Currently the [Raycast API](https://developers.raycast.com/api-reference/ai#ai.model) makes the following models available via the `Model` option: ``` type Model = | "anthropic-claude-haiku" | "anthropic-claude-opus" | "anthropic-claude-sonnet" | "openai-gpt-3.5-turbo-instruct" | "openai-gpt-3.5-turbo" | "openai-gpt-4" |...