Mistral Medium 3
Model Information
Display Name: Mistral Medium 3
API Model ID: mistralai/mistral-medium-3
Category: Text To Text
Description: Mistral Medium 3 offers GPT-4 class performance with excellent cost efficiency, ideal for production workloads requiring high-quality outputs. **Key Features:** - 131K token context window - Balanced performance and cost - Strong reasoning capabilities - Function calling support - JSON structured outputs - Low latency inference **Capabilities:** - High-quality text generation - Code generation and review - Document summarization - Question answering - Data extraction - Analysis tasks **Best For:** - Production workloads - Cost-sensitive applications - Medium-complexity tasks - Balanced quality/cost needs **Technical Specs:** - Context: 131K tokens - Architecture: Dense Transformer - Optimized for throughput - License: Commercial
Context Window: 131,072 tokens
Max Output: 16,384 tokens
How to Use This Model
To use Mistral Medium 3 via the HInow.ai API, use the model ID: mistralai/mistral-medium-3
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-medium-3",
"messages": [
{"role": "user", "content": "Your message here"}
]
}
Pricing
- input: $0.54
- output: $2.70
Available Parameters
- temperature: Controls randomness (Options: 0, 0.3, 0.5, 0.7, 1.0)
- top_p: Nucleus sampling (Options: 0.1, 0.5, 0.7, 0.9, 1.0)
- max_tokens: Max tokens (Options: 512, 1024, 2048, 4096, 8192, 16384)
- response_format: Output format (Options: text, json_object)
Quick Reference
To use this model, set: "model": "mistralai/mistral-medium-3"
Featured: No
Documentation: https://hinow.ai/models/mistralai/mistral-medium-3
API Endpoint: https://api.hinow.ai/v1


