- Model
~moonshotai/kimi-latest- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text, image
- Reasoning
- Yes
- Context window
- 256,000
- Max tokens
- 65,536
- Cost / million input
- $0.7448
- Cost / million output
- $4.655
- Cost / million cache read
- $0.1463
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "~moonshotai/kimi-latest",
"name": "MoonshotAI Kimi Latest",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 256000,
"maxTokens": 65536,
"cost": {
"input": 0.7448,
"output": 4.655,
"cacheRead": 0.1463,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}