provider/model-name format, the same convention used by OpenRouter.
Model ID Format
Every model is identified by a string in the format:anthropic/claude-sonnet-4-6- Claude Sonnet 4.6 from Anthropicopenai/gpt-4o- GPT-4o from OpenAIgoogle/gemini-2.5-pro- Gemini 2.5 Pro from Google
model parameter in your Chat Completions request.
Example:
Reasoning Models
Some models support extended thinking, where the model reasons through a problem before responding. When using these models:- Reasoning content appears in
delta.reasoningduring streaming - Some providers return encrypted reasoning blocks in
delta.reasoning_details - Reasoning tokens are counted separately from output tokens
supportsReasoning capability in the model catalog.
Choosing a Model
For setup and account flow details, see the Cline Provider guide.
Image Support
Models that support images accept base64-encoded image content in themessages array:
supportsImages capability before sending image content.
Related
Chat Completions
Use these models in your API requests.
Cline Provider
Fastest setup path with built-in authentication and billing.

