- Model
inclusionai/ling-2.6-flash- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text
- Reasoning
- No
- Context window
- 262,144
- Max tokens
- 32,768
- Cost / million input
- $0.08
- Cost / million output
- $0.24
- Cost / million cache read
- $0.016
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "inclusionai/ling-2.6-flash",
"name": "inclusionAI: Ling-2.6-flash",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 262144,
"maxTokens": 32768,
"cost": {
"input": 0.08,
"output": 0.24,
"cacheRead": 0.016,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}