Mistral's frontier-class multimodal model optimized for agentic coding and professional work.
| Provider | Context | Price · in / out |
|---|---|---|
| mmistralNo trainingNo training on your data. Zero-retention available | 128K | $2.40 / $7.20/MTok |
routing.strategyproviders.onlyproviders.excludeproviders.ordermax_cost_usddata_policydocs →Collecting — charts appear after two days.
curl https://www.ninjachat.ai/api/v1/chat/completions \
-H "Authorization: Bearer $NINJACHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistral-large",
"messages": [{ "role": "user", "content": "Hello!" }],
"stream": true
}'Mistral's flagship multilingual model.
Mistral Large costs $2.40/M input tokens and $7.20/M output tokens.
Mistral Large accepts text and returns text.
POST /api/v1/chat/completions with `"model": "mistral-large"`.
Mistral Medium 3.5, Mistral Small 4.
Anthropic's highest-capability generally available model for long-running agents.
Anthropic's fastest Claude variant — lightning-quick responses.
Anthropic's most intelligent model — use when quality is paramount.