What is Mistral?
Mistral AI is a Paris-based frontier lab shipping open-weight and commercial LLMs — Mistral Large, Small, Codestral, Ministral — via La Plateforme at api.mistral.ai.
Short guides, curated links, a glossary and FAQ for Mistral AI and the LLM API ecosystem.
Mistral AI is a Paris-based frontier lab shipping open-weight and commercial LLMs — Mistral Large, Small, Codestral, Ministral — via La Plateforme at api.mistral.ai.
You can either call Mistral's hosted API (fast, EU-hosted, usage-billed) or self-host open-weight releases (Mistral 7B, Mixtral, Codestral Mamba) under an Apache-2.0 or research licence.
Mistral's chat/completions endpoint accepts the same JSON schema as OpenAI, so most SDKs work by swapping the base URL and API key. See /openai-compat for the mapping.
A green dot means the endpoint is reachable. It does not guarantee model quality, rate-limit headroom, or per-region latency — those live on internal telemetry we can't probe from a browser.
api.mistral.ai does not return permissive CORS headers, so browser checks confirm DNS/TCP/TLS handshake — not the actual JSON response. That's why we report reachability, not full health.