> Mistral AI
Mistral AI's official platform (La Plateforme) provides access to their open and proprietary models via an OpenAI-compatible API. It features a free 'Experiment' tier for developers and pay-as-you-go pricing for production workloads.
// pros
- First-party, OpenAI-compatible, stable and compliant; not a relay, no stolen-key concerns
- Generous free tier (billion-token/month scale), good for individual dev and experimentation
- Model coverage spans chat/code/multimodal/embeddings
// cons
- Free tier requires opting into data-for-training, unsuitable for privacy-sensitive use
- Phone verification required; may be restricted in some regions
- Free-tier rate limits and quota may change per official policy
A first-party source suitable for individual developers wanting stable, compliant free quota; mind the data-training clause on the free tier and use the paid tier (or disable training) for sensitive data.
community_reputation
Mistral is a well-known French LLM vendor and La Plateforme is well regarded; developer blogs praise the free tier's ~1 billion tokens/month, with some migrating from Gemini. It is a big-vendor paid-cloud free tier, compliant and reliable.
imported analysis — independent third party, not Uprouter editorial · verify before relying on it
How we estimated this: the free allowance is converted to a dollar value using the provider’s own pay-as-you-go rates for the models a typical developer would reach for. When the allowance is metered in requests, tokens or minutes rather than dollars, we assume median usage of the cheapest capable model. Because assumptions are involved, the figure carries the est. flag — treat it as an order of magnitude, not a quote.
note: Community reported approximate monthly value of the Experiment free tier for developers.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Free tier (source-reported) | free | — | — | — | Experiment free tier: ~1 req/sec, 500,000 tokens/min, 1,000,000,000 tokens/month; requires phone verification and opting into data-for-training. |
| Experiment | free | — | — | — | Free tier for developers to test and build; requires phone verification. |
| Mistral Large PAYG | payg | — | $2.00 | $6.00 | Official rate for Mistral Large (latest version). |
Pricing normalized from public sources — always verify with the provider.
// model prices
| Model | Input /1M | Output /1M | Context |
|---|---|---|---|
| Mistral Small 4 | $0.150 | $0.600 | 262k |
| Mistral Medium 3.5 | $1.50 | $7.50 | 262k |
| Mistral Large 2407 | $2.00 | $6.00 | 131k |
| Mixtral 8x22B Instruct | $2.00 | $6.00 | 66k |
| Mistral Small | — | — | — |
| Codestral | — | — | — |
| Pixtral | — | — | — |
| Mistral Embed | — | — | — |
| Ministral 3B/8B | — | — | — |
| Mistral Large | — | — | 128k |
| Mistral Nemo | — | — | 131k |
<a href="https://uprouter.online/s/console-mistral-ai" target="_blank" rel="noopener"><img src="https://uprouter.online/badge/console-mistral-ai.svg" alt="Mistral AI live status on UPROUTER.ONLINE" height="40"></a>Paste this into your README, docs or status page. The badge shows the same best-effort probe data as the directory, refreshes automatically, and links back to the full Mistral AI entry — no tracking, no scripts.
$ Does Mistral AI have a free tier?
Yes — Mistral AI offers a free tier that we value at roughly $200.00 in free credits (estimate — derived from rate-limited usage at pay-as-you-go prices). Always confirm current limits on Mistral AI's official pricing page — free tiers change without notice.
$ How much does Mistral AI cost per 1M tokens?
The cheapest model we track at Mistral AI is $0.150 per 1M input tokens and $0.600 per 1M output tokens. This is normalized from Mistral AI's published pricing — verify with the provider before purchasing, since prices change frequently.
$ Is Mistral AI safe to use?
Uprouter rates Mistral AI as low risk. Rated low risk. an official provider with a free tier with pricing, authentication and terms documented on its own site. The model coverage is consistent with a real upstream, so data and reliability risk are modest. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships.
$ Can I use Mistral AI through Uprouter Connect?
Yes — Mistral AI is Connect-compatible. Add your Mistral AI API key in Uprouter Connect (encrypted at rest) and route requests to it through one OpenAI- and Claude-compatible API, optionally behind failover aliases. Uprouter meters the traffic in compute at the provider's listed rate.
Raw community sentiment, shown unblended. Votes never feed into objective data fields like price, risk, or status — and never into sort order.
No published reviews yet — be the first.
// more_informationprice history · live status · risk & confidence · code snippets
price_history
No recorded changes yet.
live_status
full history →best-effort probes · not a guarantee · last 13h ago
| Checked | Status | Latency |
|---|---|---|
| 13h ago | down | 6002ms |
| 1d ago | down | 6001ms |
| 1d ago | down | 6001ms |
| 2d ago | down | 6002ms |
| 3d ago | down | 6002ms |
| 9d ago | down | 6003ms |
Uprouter runs its own probes; best-effort, not a guarantee. Probe results depend on our network location and cadence — for production, always use the provider’s own status page.
risk_&_confidence
Rated low risk. an official provider with a free tier with pricing, authentication and terms documented on its own site. The model coverage is consistent with a real upstream, so data and reliability risk are modest.
Confidence reflects how much verifiable evidence (official docs, probe history, community reports) backs this entry. Risk is our editorial assessment of operator reliability and terms — not financial advice.
code_snippets
curl https://uprouter.online/api/connect/v1/chat/completions \ -H "Authorization: Bearer upr_live_YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{
"model": "mistral-small",
"messages": [{ "role": "user", "content": "Hello via Mistral AI" }]
}'Metered in Uprouter compute — the usage log shows which upstream served each request and its exact cost.
Ranked by neutral similarity signals only — live status, Connect compatibility, free-tier shape and free-credit proximity. Commercial relationships never influence this list.