- Model
anthropic/claude-opus-4.6-fast- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text, image
- Reasoning
- Yes
- Context window
- 1,000,000
- Max tokens
- 128,000
- Cost / million input
- $30
- Cost / million output
- $150
- Cost / million cache read
- $3
- Cost / million cache write
- $37.5
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "anthropic/claude-opus-4.6-fast",
"name": "Anthropic: Claude Opus 4.6 (Fast)",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1000000,
"maxTokens": 128000,
"cost": {
"input": 30,
"output": 150,
"cacheRead": 3,
"cacheWrite": 37.5
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}