- Model
mistralai/pixtral-large-2411- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text, image
- Reasoning
- No
- Context window
- 131,072
- Max tokens
- 4,096
- Cost / million input
- $2
- Cost / million output
- $6
- Cost / million cache read
- $0.2
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "mistralai/pixtral-large-2411",
"name": "Mistral: Pixtral Large 2411",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 131072,
"maxTokens": 4096,
"cost": {
"input": 2,
"output": 6,
"cacheRead": 0.19999999999999998,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}