VM0VM0
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-key

You'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

ModelDescription
kimi-k2.5Latest Kimi model (default)
kimi-k2-thinking-turboFast thinking model
kimi-k2-thinkingStandard 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"

Resources