| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- ---
- title: "Selecting Your Model"
- description: "Get started with your first AI model in Cline"
- ---
- Cline needs an AI model to understand your requests and write code. Think of it like choosing which expert to work with - different models have different strengths and costs.
- ## Quick Start: Choose Your Provider
- The easiest way to get started is with **Cline** as your provider:
- 1. **Open Cline Settings**: Click the gear icon (⚙️) in the top-right corner of Cline's chat
- 2. **Select "Cline"** from the API Provider dropdown
- 3. **Choose a model** from the dropdown - we recommend starting with **Claude Sonnet 4.5** or **DeepSeek V3**
- <Frame>
- <img src="https://storage.googleapis.com/cline_public_images/step2-provider.png" alt="Select Cline Provider" />
- </Frame>
- **That's it!** No API keys to manage, and you'll get access to multiple models.
- <Tip>
- **Free models available**: Cline occasionally offers free inferencing through partner providers. When available, you'll see these options in your model dropdown.
- </Tip>
- ## Alternative: Use Another Provider
- If you prefer to use your own API keys, you can select from providers like:
- - **OpenRouter** - Great value, multiple models
- - **Anthropic** - Direct access to Claude models
- - **OpenAI** - Access to GPT models
- - **Google Gemini** - Google's AI models
- - **Ollama** - Run models locally on your computer
- After selecting a provider, you'll need to:
- 1. Get an API key from their website
- 2. Paste it into the API Key field in Cline settings
- 3. Choose your model
- <Note>
- Most providers require payment information before generating API keys.
- </Note>
- ## Which Model Should I Choose?
- If you're just getting started, we recommend:
- | Your Priority | Choose This Model | Why |
- |---------------|-------------------|-----|
- | **Reliability** | Claude Sonnet 4.5 | Most reliable for coding tasks |
- | **Value** | DeepSeek V3 | Great performance at low cost |
- | **Speed** | Qwen3 Coder | Fast responses |
- | **Privacy** | Any Ollama model | Runs on your computer |
- You can switch models anytime without losing your conversation.
- ## Next Steps
- With your model configured, you're all set! In the next section, we'll walk you through completing your first task with Cline and show you how to interact with the AI to write, debug, and refactor code.
- <Card title="Deep Dive: Model Selection Guide" icon="graduation-cap" href="/core-features/model-selection-guide">
- Want to understand model pricing, context windows, and advanced selection strategies? Check out our comprehensive Model Selection Guide.
- </Card>
|