Mistral Small 24B 2501
Model Information
Display Name: Mistral Small 24B 2501
API Model ID: mistralai/mistral-small-24b-2501
Category: Text To Text
Description: Mistral Small 24B Instruct (2501) is a balanced mid-size open model from Mistral AI, delivering strong general-purpose quality at an attractive price point. **Key Features:** - 32K token context window - Multilingual with strong instruction following - Function/tool calling - JSON mode for structured outputs - Streaming support **Best For:** - General-purpose chat and writing - Content generation and editing - Multilingual assistants - Balanced quality/cost workloads
Context Window: 32,768 tokens
Max Output: 8,192 tokens
How to Use This Model
To use Mistral Small 24B 2501 via the HInow.ai API, use the model ID: mistralai/mistral-small-24b-2501
API Request Example (Chat/Text)
POST https://api.hinow.ai/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"model": "mistralai/mistral-small-24b-2501",
"messages": [
{"role": "user", "content": "Your message here"}
]
}
Pricing
- input: $0.61
- output: $0.61
Available Parameters
- temperature: Controls randomness (0-2). Default: 0.7 (Options: 0, 0.3, 0.5, 0.7, 1.0, 1.5, 2.0)
- top_p: Nucleus sampling (0-1). Default: 0.9 (Options: 0.1, 0.5, 0.7, 0.9, 0.95, 1.0)
- max_tokens: Max tokens to generate (1-8192) (Options: 256, 512, 1024, 2048, 4096, 8192)
- response_format: Output format (Options: text, json_object)
Quick Reference
To use this model, set: "model": "mistralai/mistral-small-24b-2501"
Featured: No
Documentation: https://hinow.ai/models/mistralai/mistral-small-24b-2501
API Endpoint: https://api.hinow.ai/v1


