Pixtral Large
Model Information
Display Name: Pixtral Large
API Model ID: mistralai/pixtral-large
Category: Image To Text
Description: Pixtral Large is Mistral AI's multimodal vision model with 124B parameters, featuring frontier-level image understanding for documents, charts, and natural images. **Key Features:** - 128K token context window - Supports up to 30 high-resolution images - 124B multimodal decoder + 1B vision encoder - Handles images of any aspect ratio - Strong text performance maintained - Document and chart understanding **Capabilities:** - Image understanding and analysis - Document OCR and extraction - Chart and graph interpretation - Visual question answering - Multi-image reasoning - Technical diagram analysis **Best For:** - Document processing pipelines - Visual data extraction - Complex image analysis - Multi-image workflows - Enterprise vision applications **Technical Specs:** - Parameters: 124B (123B decoder + 1B encoder) - Architecture: Multimodal Transformer - Vision: Any resolution/aspect ratio - License: Commercial
Context Window: 131,072 tokens
Max Output: 16,384 tokens
How to Use This Model
To use Pixtral Large via the HInow.ai API, use the model ID: mistralai/pixtral-large
API Request Example (Chat/Text)
POST https://api.hinow.ai/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"model": "mistralai/pixtral-large",
"messages": [
{"role": "user", "content": "Your message here"}
]
}
API Request Example (Image Generation)
POST https://api.hinow.ai/v1/images/generations
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"model": "mistralai/pixtral-large",
"prompt": "Your image description here"
}
Pricing
- input: $2.70
- output: $8.10
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: 1024, 2048, 4096, 8192, 16384)
Quick Reference
To use this model, set: "model": "mistralai/pixtral-large"
Featured: Yes
Documentation: https://hinow.ai/models/mistralai/pixtral-large
API Endpoint: https://api.hinow.ai/v1


