Supported Models
Setup
Environment Variables
string
required
Your DeepSeek API key.
Configuration Example
- .env
- settings.yml
Model Aliases
Usage Examples
Notes
- API endpoint:
https://api.deepseek.com/v1(OpenAI-compatible) - Status: Beta
- DeepSeek R1 uses extended chain-of-thought reasoning similar to OpenAI o1.
deepseek-reasoner(R1) does not support tool calling.- For local/offline use, run
ollama pull deepseek-r1:7band use thedeepseek-localalias.
Related
- AI Providers Overview - Compare all 37 supported providers
- Ollama - Run DeepSeek models locally via Ollama
- OpenAI - o1 and o3 reasoning models for comparison
- profclaw provider - Add and test providers from the CLI