- Model
mistral.mistral-large-3-675b-instruct- Provider
amazon-bedrock- API
bedrock-converse-stream- Base URL
https://bedrock-runtime.us-east-1.amazonaws.com- Input
- text, image
- Reasoning
- No
- Context window
- 256,000
- Max tokens
- 8,192
- Cost / million input
- $0.5
- Cost / million output
- $1.5
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"amazon-bedrock": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "mistral.mistral-large-3-675b-instruct",
"name": "Mistral Large 3",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 256000,
"maxTokens": 8192,
"cost": {
"input": 0.5,
"output": 1.5,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "bedrock-converse-stream",
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
}
}
}