Models
Models form the foundation of the entire agent experience, offering different specialized capabilities:
- Chat: Power conversational interactions about code and provide detailed guidance
- Edit: Handle complex code transformations and refactoring tasks
- Apply: Execute targeted code modifications with high accuracy
- Autocomplete: Provide real-time suggestions as developers type
- Embedding: Transform code into vector representations for semantic search
- Reranker: Improve search relevance by ordering results based on semantic meaning
When creating an agent, you can choose the model for a new task in Mission Control or workflow.
If no model is specified, Continue automatically uses the default agent with our recommended model.
Recommended Models
Best Models by Role
| Model role | Best open models | Best closed models | Notes |
|---|---|---|---|
| Agent Plan | Closed models are slightly better than open models | ||
| Chat Edit | Closed and open models have similar performance | ||
| Autocomplete | Closed models are slightly better than open models | ||
| Apply | Closed models are better than open models | ||
| Embed | Closed models are slightly better than open models | ||
| Rerank | zerank-1 zerank-1-small | Open models are beginning to emerge for this model role |
Explore models in The Hub.
Learn More About Models
Continue supports many model providers, including Anthropic, OpenAI, Gemini, Ollama, Amazon Bedrock, Azure, xAI, and more. Models can have various roles like
chat, edit, apply, autocomplete, embed, and rerank.Example Model Setup Instructions
Frontier Models
Claude Sonnet 4.5 from Anthropic
- Get your API key from Anthropic
- AddClaude Sonnet 4.5 to a config on Continue Mission Control
- Add
ANTHROPIC_API_KEYas a User Secret on Continue Mission Control here - Click
Reload configin the config selector in the Continue IDE extension
Qwen Coder 3 480B from Qwen
- Get your API key from OpenRouter
- Add Qwen Coder 3 480B a config on Continue Mission Control
- Add
OPENROUTER_API_KEYas a User Secret on Continue Mission Control here - Click
Reload configin the config selector in the Continue IDE extension
GPT-5 from OpenAI
- Get your API key from OpenAI
- Add GPT-5 a config on Continue Mission Control
- Add
OPENAI_API_KEYas a User Secret on Continue Mission Control here - Click
Reload configin the config selector in the Continue IDE extension
Kimi K2 from Moonshot AI
- Get your API key from OpenRouter
- Add Kimi K2 a config on Continue Mission Control
- Add
OPENROUTER_API_KEYas a User Secret on Continue Mission Control here - Click
Reload configin the config selector in the Continue IDE extension
Gemini 2.5 Pro from Google
- Get your API key from Google AI Studio
- Add Gemini 2.5 Pro a config on Continue Mission Control
- Add
GEMINI_API_KEYas a User Secret on Continue Mission Control here - Click
Reload configin the config selector in the Continue IDE extension
Grok Code Fast 1 from xAI
- Get your API key from xAI
- Add Grok Code Fast 1 a config on Continue Mission Control
- Add
XAI_API_KEYas a User Secret on Continue Mission Control here - Click
Reload configin the config selector in the Continue IDE extension
Devstral Medium from Mistral AI
- Get your API key from Mistral AI
- Add Devstral Medium a config on Continue Mission Control
- Add
MISTRAL_API_KEYas a User Secret on Continue Mission Control here - Click
Reload configin the config selector in the Continue IDE extension
gpt-oss-120b from OpenAI
- Get your API key from OpenRouter
- Add gpt-oss-120b a config on Continue Mission Control
- Add
OPENROUTER_API_KEYas a User Secret on Continue Mission Control here - Click
Reload configin the config selector in the Continue IDE extension
Local Models
Need a quick setup walkthrough? Check out Using Ollama with Continue: A Developer's Guide.
These models can be run on your computer if you have enough VRAM.
Their limited tool calling and reasoning capabilities will make it challenging to use agent mode.
- Add Qwen3 Coder 30B a config on Continue Mission Control
- Run the model with Ollama
- Click
Reload configin the config selector in the Continue IDE extension
- Add gpt-oss-20b a config on Continue Mission Control
- Run the model with Ollama
- Click
Reload configin the config selector in the Continue IDE extension
- Add Devstral Small a config on Continue Mission Control
- Run the model with Ollama
- Click
Reload configin the config selector in the Continue IDE extension
Qwen2.5-Coder 7B from Qwen
- Add Qwen2.5-Coder 7B a config on Continue Mission Control
- Run the model with Ollama
- Click
Reload configin the config selector in the Continue IDE extension
Gemma 3 4B from Google
- Add Gemma 3 4B a config on Continue Mission Control
- Run the model with Ollama
- Click
Reload configin the config selector in the Continue IDE extension
Qwen2.5-Coder 1.5B from Qwen
- Add Qwen2.5-Coder 1.5B a config on Continue Mission Control
- Run the model with Ollama
- Click
Reload configin the config selector in the Continue IDE extension