Back to Models
Mistral Small
Activemistral-smallBalanced performance and cost
Technical Specifications
Context Length128K tokens
Max Output4K tokens
Available Providers2
Lowest Input Price$200000.00/1M tokens
Lowest Output Price$240000.00/1M tokens
Capabilities
chatcode
Provider Availability & Pricing
| Provider | Provider Model ID | Input Price (per 1M tokens) | Output Price (per 1M tokens) | Status |
|---|---|---|---|---|
Mistral AI | mistral-small-latest | $200000.00 | $600000.00 | active |
Groq | mixtral-8x7b-32768 | $240000.00 | $240000.00 | active |
Code Examples
curl https://api.tokligence.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "mistral-small",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
],
"max_tokens": 1024
}'Ready to use Mistral Small?
Try it out in our interactive playground or integrate it into your application with just a few lines of code.