Pixtral Large 2411

Mistral chatvisiontool_use

API ID: mistralai/pixtral-large-2411

Input Price
$2.00
/1M tokens
Output Price
$6.00
/1M tokens

About Pixtral Large 2411

Pixtral Large is Mistral AI's flagship multimodal model, delivering frontier-level performance on tasks combining vision and language understanding. As the most capable model in Mistral's multimodal lineup, it excels at complex visual reasoning, detailed image analysis, and sophisticated document understanding. Pixtral Large features an extended context window and processes high-resolution images with exceptional accuracy. The model demonstrates strong performance on visual benchmarks while maintaining Mistral Large's language capabilities. It's particularly valuable for enterprise applications involving document processing, visual content analysis, and multimodal AI assistants. Pixtral Large supports function calling and integrates with existing Mistral workflows. For organizations requiring top-tier multimodal AI with European data residency options, Pixtral Large offers a compelling alternative to US-based vision models. It's ideal for applications in legal document analysis, medical imaging support, and any scenario requiring sophisticated visual understanding.

๐Ÿ’ฐ
Price Ranking
#878 lowest price among 950 Chat models

Model Specifications

Context Length
131k
Max Output
โ€”
Release Date
2024-11-19
Capabilities
chat vision tool_use
Input Modalities
textimage
Output Modalities
text

Best For

  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$2.70
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$84.00
/month
1000 tickets/day, ~800 tokens each

Mistral Model Lineup

Compare all models from Mistral to find the best fit

Model Input Output Context Capabilities
Pixtral Large 2411 Current Free Free 131k chat vision tool_use
Pixtral 12B Free Free 4k chat vision
Mistral 7B Instruct v0.3 Free Free 33k chat
Mistral 7B Instruct Free Free 33k chat
Mixtral 8x22B (base) Free Free 66k chat
Mixtral 8x22B (base) Free Free 66k chat

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Other Magnum v4 72B
Input: $3.00
Output: $5.00
Context: 16k
Meta Llama 3.1 405B (base)
Input: $4.00
Output: $4.00
Context: 33k
Meta Llama 3.1 405B Instruct
Input: $4.00
Output: $4.00
Context: 131k
OpenAI Codex Mini
Input: $1.50
Output: $6.00
Context: 200k

๐Ÿš€ Quick Start

Get started with Pixtral Large 2411 API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="mistralai/pixtral-large-2411",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)