Model Selection
DeepSeek
Use DeepSeek models with VM0
DeepSeek provides cost-effective models with strong coding capabilities.
Configuration
version: "1.0"
agents:
my-agent:
provider: claude-code
environment:
ANTHROPIC_BASE_URL: "https://api.deepseek.com/anthropic"
ANTHROPIC_AUTH_TOKEN: "${{ secrets.DEEPSEEK_API_KEY }}"
API_TIMEOUT_MS: "600000"
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: "1"
ANTHROPIC_MODEL: "deepseek-chat"
ANTHROPIC_SMALL_FAST_MODEL: "deepseek-chat"Run
vm0 run my-agent "build a todo app" --secrets DEEPSEEK_API_KEY=sk-xxxAvailable Models
| Model | Description |
|---|---|
deepseek-chat | General purpose chat model |