mistral-small
Mistral · Per Token
mistral-smallAvailableChatTool UseVisionContext Window: 128KMax Output Tokens: 32K
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Input | $0.10 | $0.07 |
| Output | $0.30 | $0.21 |
Parameters
Context Window
128K tokens
Max Output Tokens
32K tokens
Best For
Chat
Conversational AI, customer support, and Q&A
Vision
Image understanding, document analysis, and visual reasoning
Cost Calculator
1M
0.5M
Estimated Monthly Cost$0.17
API Code Example
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "mistral-small",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does mistral-small cost?
On LemonData, mistral-small costs $0.0700 per 1M input tokens and $0.2100 per 1M output tokens, which is up to 30% off the official pricing.
What is mistral-small best for?
mistral-small excels at Chat, Tool Use, Vision. Access it through LemonData's unified API with a single API key.
How to use mistral-small API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.