- Model
mistral.pixtral-large-2502-v1:0- Provider
amazon-bedrock- API
bedrock-converse-stream- Base URL
https://bedrock-runtime.us-east-1.amazonaws.com- Input
- text, image
- Reasoning
- No
- Context window
- 128,000
- Max tokens
- 8,192
- Cost / million input
- $2
- Cost / million output
- $6
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"amazon-bedrock": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "mistral.pixtral-large-2502-v1:0",
"name": "Pixtral Large (25.02)",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 128000,
"maxTokens": 8192,
"cost": {
"input": 2,
"output": 6,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "bedrock-converse-stream",
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
}
}
}