Description
Magistral Small is a 24B parameter instruction-tuned model based on Mistral-Small-3.1 (2503), enhanced through supervised fine-tuning on traces from Magistral Medium and further refined via reinforcement learning. It is optimized for reasoning and supports a wide multilingual range, including over 20 languages.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Mistral: Magistral Small 2506 (mistralai/magistral-small-2506)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "mistralai/magistral-small-2506",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Mistral: Magistral Small 2506 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'
Supported Modalities
- Text
API Pricing
- Input: 0.5$ / 1M tokens
- Output: 1.5$ / 1M tokens
Token Limits
- Max Output: 40,000 tokens
- Max Context: 40,000 tokens
Subscription Tiers
- free
- pro
- ultimate