- Model
ling-2.6-flash-free- Provider
opencode- API
openai-completions- Base URL
https://opencode.ai/zen/v1- Input
- text
- Reasoning
- No
- Context window
- 262,100
- Max tokens
- 32,800
- Cost / million input
- $0
- Cost / million output
- $0
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"opencode": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "ling-2.6-flash-free",
"name": "Ling 2.6 Flash Free",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 262100,
"maxTokens": 32800,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://opencode.ai/zen/v1"
}
}
}