Model Selection
DeepSeek
Use DeepSeek models with VM0
DeepSeek provides cost-effective models with strong coding capabilities.
Quick Setup
vm0 model-provider setup --type deepseek-api-keyYou'll be prompted for your API key.
Get API Key
Visit the DeepSeek Platform to create and obtain an API key.
Available Models
| Model | Description |
|---|---|
deepseek-chat | DeepSeek chat model (default) |
Non-Interactive Setup
vm0 model-provider setup --type deepseek-api-key --secret "sk-xxx"Run
vm0 run my-agent "build a todo app"