Mistral
European AI — efficient, open-weight options
2
Models
$0.15
Cheapest Input
256K
Max Context
Pricing
Input
$0.40 / 1M tokens
Output
$2.00 / 1M tokens
Context Window
256K tokens
Max Completion
32.768K tokens
Supported Features
✓ Tool Use✓ Streaming✓ Code Generation
Supported Parameters
temperaturetop_pstoptoolsmax_tokensInput Modalities
text
Output Modalities
text
Release: 2026-01
API Usage
curl https://api.stackai.one/v1/chat/completions \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/devstral-2512",
"messages": [{"role": "user", "content": "Create a 4-core VM"}],
"temperature": 0.7,
"max_tokens": 4096
}'