Description
Magistral is Mistral's first reasoning model. It is ideal for general purpose use requiring longer thought processing and better accuracy than with non-reasoning LLMs. From legal research and financial forecasting to software development and creative storytelling — this model solves multi-step challenges where transparency and precision are critical.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Mistral: Magistral Medium 2506 (mistralai/magistral-medium-2506)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "mistralai/magistral-medium-2506",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Mistral: Magistral Medium 2506 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'
Supported Modalities
- Text
API Pricing
- Input: 2$ / 1M tokens
- Output: 5$ / 1M tokens
Token Limits
- Max Output: 40,000 tokens
- Max Context: 40,960 tokens
Subscription Tiers
- free
- pro
- ultimate