Last refreshed 2026-05-22. Next refresh: weekly.
Why use Pixtral Large on Vercel AI Gateway?
Vercel AI Gateway offers Pixtral Large with pay-as-you-go pricing at $2.00/1M input tokens. Vercel AI Gateway is a unified AI proxy providing a single OpenAI-compatible API endpoint to 275+ models from 25+ providers including Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, xAI, Alibaba, Amazon, ByteDance, Cohere, MiniMax, MoonshotAI, KwaiPilot, Black Forest Labs, Recraft, Voyage AI, NVIDIA, and more.
Compare Pixtral Large across 3 providers to find the best fit for your use caseSetup recipe
Python + curlpip install openaiexport AI_GATEWAY_API_KEY=...import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AI_GATEWAY_API_KEY"],mistral/pixtral-largeRequest example
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AI_GATEWAY_API_KEY"],
base_url="https://ai-gateway.vercel.sh/v1"
)
response = client.chat.completions.create(
model="mistral/pixtral-large",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)Gotchas
- Use provider model ID "mistral/pixtral-large", not the LLMReference slug "pixtral-large-2411".
- creator/model-name e.g. kwaipilot/kat-coder-pro-v2
- The examples expect AI_GATEWAY_API_KEY; rename it only if your application config maps the new variable.
Compare Pixtral Large Across Providers
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| Mistral AI Studio | $2.00 | $6.00 |
| OpenRouter | $2.00 | $6.00 |
| Vercel AI Gateway | $2.00 | $6.00 |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $2.00 |
| Output tokens | $6.00 |
Capabilities
About Pixtral Large
Large multimodal Mistral model delivering advanced vision-language understanding with support for high-resolution images and complex visual reasoning.
FAQ
What does Pixtral Large cost on Vercel AI Gateway?
On Vercel AI Gateway, Pixtral Large costs $2 per 1M input tokens and $6 per 1M output tokens.
What is the context window for Pixtral Large on Vercel AI Gateway?
Pixtral Large supports a 128,000 token context window on Vercel AI Gateway.
How does Vercel AI Gateway compare to other Pixtral Large providers?
Pixtral Large is available from 3 providers. The cheapest input pricing is $2/1M tokens from Mistral AI Studio.
What API model ID do I use for Pixtral Large on Vercel AI Gateway?
Use the model ID mistral/pixtral-large when calling Vercel AI Gateway's API.
Who created Pixtral Large?
Pixtral Large was created by MistralAI as part of the Pixtral model family.
Is Pixtral Large open source?
Pixtral Large's open source status is unknown in the seed data.