Kimi K2.6 (3x limits)

Model details

Kimi K2.6 (3x limits)

Model
kimi-k2.6
Provider
opencode-go
API
openai-completions
Base URL
https://opencode.ai/zen/go/v1
Input
text, image
Reasoning
Yes
Context window
262,144
Max tokens
65,536
Cost / million input
$0.32
Cost / million output
$1.34
Cost / million cache read
$0.054
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "opencode-go": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "kimi-k2.6",
          "name": "Kimi K2.6 (3x limits)",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 262144,
          "maxTokens": 65536,
          "cost": {
            "input": 0.32,
            "output": 1.34,
            "cacheRead": 0.054,
            "cacheWrite": 0
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://opencode.ai/zen/go/v1"
    }
  }
}