- Model
mistral.voxtral-small-24b-2507- Provider
amazon-bedrock- API
bedrock-converse-stream- Base URL
https://bedrock-runtime.us-east-1.amazonaws.com- Input
- text
- Reasoning
- No
- Context window
- 32,000
- Max tokens
- 8,192
- Cost / million input
- $0.15
- Cost / million output
- $0.35
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"amazon-bedrock": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "mistral.voxtral-small-24b-2507",
"name": "Voxtral Small 24B 2507",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 32000,
"maxTokens": 8192,
"cost": {
"input": 0.15,
"output": 0.35,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "bedrock-converse-stream",
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
}
}
}