selecting-your-model.mdx 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ---
  2. title: "Selecting Your Model"
  3. description: "Get started with your first AI model in Cline"
  4. ---
  5. 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.
  6. ## Quick Start: Choose Your Provider
  7. The easiest way to get started is with **Cline** as your provider:
  8. 1. **Open Cline Settings**: Click the gear icon (⚙️) in the top-right corner of Cline's chat
  9. 2. **Select "Cline"** from the API Provider dropdown
  10. 3. **Choose a model** from the dropdown - we recommend starting with **Claude Sonnet 4.5** or **DeepSeek V3**
  11. <Frame>
  12. <img src="https://storage.googleapis.com/cline_public_images/step2-provider.png" alt="Select Cline Provider" />
  13. </Frame>
  14. **That's it!** No API keys to manage, and you'll get access to multiple models.
  15. <Tip>
  16. **Free models available**: Cline occasionally offers free inferencing through partner providers. When available, you'll see these options in your model dropdown.
  17. </Tip>
  18. ## Alternative: Use Another Provider
  19. If you prefer to use your own API keys, you can select from providers like:
  20. - **OpenRouter** - Great value, multiple models
  21. - **Anthropic** - Direct access to Claude models
  22. - **OpenAI** - Access to GPT models
  23. - **Google Gemini** - Google's AI models
  24. - **Ollama** - Run models locally on your computer
  25. After selecting a provider, you'll need to:
  26. 1. Get an API key from their website
  27. 2. Paste it into the API Key field in Cline settings
  28. 3. Choose your model
  29. <Note>
  30. Most providers require payment information before generating API keys.
  31. </Note>
  32. ## Which Model Should I Choose?
  33. If you're just getting started, we recommend:
  34. | Your Priority | Choose This Model | Why |
  35. |---------------|-------------------|-----|
  36. | **Reliability** | Claude Sonnet 4.5 | Most reliable for coding tasks |
  37. | **Value** | DeepSeek V3 | Great performance at low cost |
  38. | **Speed** | Qwen3 Coder | Fast responses |
  39. | **Privacy** | Any Ollama model | Runs on your computer |
  40. You can switch models anytime without losing your conversation.
  41. ## Next Steps
  42. 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.
  43. <Card title="Deep Dive: Model Selection Guide" icon="graduation-cap" href="/core-features/model-selection-guide">
  44. Want to understand model pricing, context windows, and advanced selection strategies? Check out our comprehensive Model Selection Guide.
  45. </Card>