- Model
open-mixtral-8x7b- Provider
mistral- API
mistral-conversations- Base URL
https://api.mistral.ai- Input
- text
- Reasoning
- No
- Context window
- 32,000
- Max tokens
- 32,000
- Cost / million input
- $0.7
- Cost / million output
- $0.7
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"mistral": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "open-mixtral-8x7b",
"name": "Mixtral 8x7B",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 32000,
"maxTokens": 32000,
"cost": {
"input": 0.7,
"output": 0.7,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "mistral-conversations",
"baseUrl": "https://api.mistral.ai"
}
}
}