Kimi K3 (2x usage)
Model details
- Model
kimi-k3- Provider
opencode-go- API
openai-completions- Base URL
https://opencode.ai/zen/go/v1- Input
- text, image
- Reasoning
- Yes
- Context window
- 1,048,576
- Max tokens
- 131,072
Show configuration
{
"providers": {
"opencode-go": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "kimi-k3",
"name": "Kimi K3 (2x usage)",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1048576,
"maxTokens": 131072,
"cost": {
"input": 3,
"output": 15,
"cacheRead": 0.3,
"cacheWrite": 0
},
"compat": {
"supportsStore": false,
"supportsDeveloperRole": false,
"maxTokensField": "max_tokens"
}
}
],
"api": "openai-completions",
"baseUrl": "https://opencode.ai/zen/go/v1"
}
}
}Pricing
USD per million tokens. A tier is selected from the total input tokens in each request and applies to that entire request.
| Request input | Input | Output | Cache read | Cache write |
|---|---|---|---|---|
| All requests | $3 | $15 | $0.3 | $0 |
Session cost calculator
Estimate the requests made during an agent session. A user turn can make several model calls while using tools, so costs are calculated per model request.
Estimated session$0.00
- Uncached input
- —
- Cache reads
- —
- Uncached prefixes
- —
- Cache writes
- —
- Output
- —
- Without caching
- —
The first request starts cold unless marked otherwise. Output is billed separately from context growth because reasoning tokens are not always retained. This remains a directional estimate: providers differ in eligibility, rounding, and retention.
Compatibility flags
Effective values after applying Pi's API defaults and model overrides.
| Feature | Value |
|---|---|
supportsStore | No |
supportsDeveloperRole | No |
supportsReasoningEffort | Yes |
supportsUsageInStreaming | Yes |
maxTokensField | max_tokens |
requiresToolResultName | No |
requiresAssistantAfterToolResult | No |
requiresThinkingAsText | No |
requiresReasoningContentOnAssistantMessages | No |
thinkingFormat | openai |
openRouterRouting | Empty |
vercelGatewayRouting | Empty |
chatTemplateKwargs | Empty |
zaiToolStream | No |
supportsStrictMode | Yes |
cacheControlFormat | None |
sendSessionAffinityHeaders | No |
supportsLongCacheRetention | Yes |