Back to Models
Mistral: Saba
mistralai/mistral-sabaFeb 17, 202532.8K context$0.20/M in · $0.60/M out
Description
Mistral Saba is a 24B-parameter language model specifically designed for the Middle East and South Asia, delivering accurate and contextually relevant responses while maintaining efficient performance. Trained on curated regional datasets, it supports multiple Indian-origin languages—including Tamil and Malayalam—alongside Arabic. This makes it a versatile option for a range of regional and multilingual applications. Read more at the blog post here
Specifications
Provider
mistralai
Context Length
32.8K
Max Output
—
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.20 |
| Output | $0.60 |
| Cache Read | $0.02 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/mistral-saba",
"messages": [{"role": "user", "content": "Hello!"}]
}'