- Model
qwen3.6-plus- 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.5
- Cost / million output
- $3
- Cost / million cache read
- $0.05
- Cost / million cache write
- $0.625
Model config JSON
{
"providers": {
"opencode-go": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen3.6-plus",
"name": "Qwen3.6 Plus",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 262144,
"maxTokens": 65536,
"cost": {
"input": 0.5,
"output": 3,
"cacheRead": 0.05,
"cacheWrite": 0.625
},
"compat": {
"thinkingFormat": "qwen"
}
}
],
"api": "openai-completions",
"baseUrl": "https://opencode.ai/zen/go/v1"
}
}
}