- Model
k2p6- Provider
kimi-coding- API
anthropic-messages- Base URL
https://api.kimi.com/coding- Input
- text, image
- Reasoning
- Yes
- Context window
- 262,144
- Max tokens
- 32,768
- Cost / million input
- $0
- Cost / million output
- $0
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"kimi-coding": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "k2p6",
"name": "Kimi K2.6",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 262144,
"maxTokens": 32768,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://api.kimi.com/coding"
}
}
}