Model Selection
Moonshot (Kimi)
Use Kimi K2 models with VM0
Moonshot provides the Kimi K2 model with strong reasoning capabilities.
Quick Setup
vm0 model-provider setup --type moonshot-api-keyYou'll be prompted for your API key and model selection.
Get API Key
Visit the Moonshot Platform to create and obtain an API key.
Available Models
| Model | Description |
|---|---|
kimi-k2.5 | Latest Kimi model (default) |
kimi-k2-thinking-turbo | Fast thinking model |
kimi-k2-thinking | Standard thinking model |
Non-Interactive Setup
# With default model
vm0 model-provider setup --type moonshot-api-key --secret "sk-xxx"
# With specific model
vm0 model-provider setup --type moonshot-api-key --secret "sk-xxx" --model "kimi-k2-thinking-turbo"Run
vm0 run my-agent "build a todo app"