Mistral Large (latest)
snowflake-cortex/mistral-large2 · family mistral-large · in: text, image → out: text · price provider-declared (via models.dev). Capabilities: tools text image.
This is a text model — providers price it per unit, not per token, so models.dev carries no token price (fields read “—”). See Snowflake Cortex’s docs for per-unit rates.
- Provider
- Snowflake Cortex (
snowflake-cortex) - Kind
- text (outputs text)
- Context
- 262,144 tokens
- Max output
- 262,144 tokens
- Capabilities
- tools text image
Same model, other providers
“Mistral Large (latest)” is offered by 6 providers — cheapest-effective first. Merge Gateway is the cheapest at $0.75 blended.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| Merge Gateway | $0.5 | $1.5 | $0.75 | 262k |
| Tempr | $0.5 | $1.5 | $0.75 | 262k |
| Mistral | $0.5 | $1.5 | $0.75 | 262k |
| Eden AI | $2 | $6 | $3.00 | 262k |
| DevPass (LLM Gateway) | $4 | $12 | $6.00 | 128k |
| Snowflake Cortex (this) | — | — | — | 262k |
Call it
jishie indexes & prices models; it does not proxy inference.
Most providers are OpenAI-compatible — point base_url at Snowflake Cortex and pass this model id:
curl $BASE_URL/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
-d '{"model":"mistral-large2","messages":[{"role":"user","content":"hello"}]}'
Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):