๐ External Model Providers
By Steven Van ยท
Extensions like Ollama AI, Groq, and LM Studio can now add their own models to AI Chat, though using them requires Raycast Pro.
Raycast extensions can now supply their own AI models to Raycast's AI Chat, Quick AI, and AI Commands. Install a compatible extension from the Store, complete its setup, and the extension's models show up in the AI Chat model picker.
Raycast has already updated several extensions to support this, including Ollama AI, AI by Vercel, Cerebras, Groq, and LM Studio. For developers, adding a model provider means declaring ai.modelProvider in the extension's manifest and exporting getModels and streamCompletion functions, with an AI.refreshModels() call to update the list when available models change. See the API changelog for the full details. Using extension-provided models requires Raycast Pro.
