Description
Mistral Small 3 is a 24B-parameter language model optimized for low-latency performance across common AI tasks. Released under the Apache 2.0 license, it features both pre-trained and instruction-tuned versions designed for efficient local deployment. The model achieves 81% accuracy on the MMLU benchmark and performs competitively with larger models like Llama 3.3 70B and Qwen 32B, while operating at three times the speed on equivalent hardware. [Read the blog post about the model here.](https://mistral.ai/news/mistral-small-3/)
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Mistral: Mistral Small 3 (mistralai/mistral-small-24b-instruct-2501)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "mistralai/mistral-small-24b-instruct-2501",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Mistral: Mistral Small 3 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.05$ / 1M tokens
- Output: 0.08$ / 1M tokens
Token Limits
- Max Output: 16,384 tokens
- Max Context: 32,768 tokens
Subscription Tiers
- free
- pro
- ultimate