- Model
qwen3.5-plus- Provider
opencode-go- API
anthropic-messages- Base URL
https://opencode.ai/zen/go- Input
- text, image
- Reasoning
- Yes
- Context window
- 262,144
- Max tokens
- 65,536
- Cost / million input
- $0.2
- Cost / million output
- $1.2
- Cost / million cache read
- $0.02
- Cost / million cache write
- $0.25
Model config JSON
{
"providers": {
"opencode-go": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen3.5-plus",
"name": "Qwen3.5 Plus",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 262144,
"maxTokens": 65536,
"cost": {
"input": 0.2,
"output": 1.2,
"cacheRead": 0.02,
"cacheWrite": 0.25
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://opencode.ai/zen/go"
}
}
}