Mistral API
Get a Mistral API key and call every Mistral model through Token Harbor with a single key — pay-as-you-go, no separate Mistral account or console. Fully OpenAI- and Anthropic-compatible, with transparent per-token pricing and smart routing. See Mistral API pricing per model below.
Call it with one key
curl https://tokenharbor.ai/v1/chat/completions \
-H "Authorization: Bearer $TOKENHARBOR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"mistralai/mistral-large-2512","messages":[{"role":"user","content":"Hello"}]}'Get a free key at /dashboard/api-keys · point any tool at us with the Connect CLI or manual setup.
Mistral model (1)
| Model | Context | $/1M in · out |
|---|---|---|
Mistral Large 2512mistralai/mistral-large-2512 | 262k | $0.50 · $1.50 |
See the full model catalog or read the API docs.