MODELS / MISTRAL

Pixtral Large

Pixtral Large is Mistral's frontier multimodal model with a 128K context window, supporting text, image, and file inputs with strong vision understanding.

TEXTZERO DATA RETENTION
131.1K
CONTEXT WINDOW
131.1K
MAX OUTPUT TOKENS
$2 / 1M tokens
INPUT PRICE
$6 / 1M tokens
OUTPUT PRICE
QUICKSTART

Call it in one request.

OpenAI-compatible — change the base URL, and the setup is complete.

SHELL
curl https://enterprise.blackbox.ai/v1/chat/completions \
  -H "Authorization: Bearer $BLACKBOX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "blackboxai/mistral/pixtral-large",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: text, image, fileOUTPUT: textRELEASED: 2024-11-18REGIONS: US, EU