AI API status /

Is the Mistral API reachable right now?

A live probe of api.mistral.ai from NetOkay’s edge, and the checks that separate a Mistral incident from a problem between you and the EU.

In short: The card below asks api.mistral.ai/v1/models without a key and expects a 401. If the host answers here but your app cannot reach it, test your own path; a long round trip to Europe makes idle and total timeouts bite sooner.

Last updated

Right now, from NetOkay’s edge

Loading the latest observation of api.mistral.ai…

One keyless GET to https://api.mistral.ai/v1/models, cached for a minute per Cloudflare location. On a healthy day this probe sees HTTP 401, the API asking for a key.

What this probe shows, and what it does not

The NetOkay Worker resolves api.mistral.ai through Cloudflare DNS, opens a TLS connection and sends one GET without credentials, following no redirects. Any HTTP status, including 401, 403 or 405, means the host answered. Several providers refuse keyless automated requests at their edge with a 403 in a few milliseconds; that still proves DNS, TLS and the front door, but it is the provider’s edge answering, not necessarily the API application behind it. The result is one observation from one Cloudflare location, refreshed at most once a minute and never stored.

It cannot see your API key, quota, region, model availability or account state, and it does not travel your network path. A healthy probe and a failing application are compatible; the sections below are for that case.

Mistral specifics

Reachable here but failing for you?

Mistral API status FAQ

My requests time out only for Mistral. Why?

Distance. If your client sets one timeout for every provider, the EU round trip plus model latency can exceed it. Compare the probe’s response time with your client’s limit before assuming an outage.

What is a 422 from Mistral?

A validation error: an unsupported parameter, a bad message role or an unknown model name. It is an HTTP response, so connectivity is fine; fix the request body.

Is this an uptime monitor?

No. One recent observation per minute per Cloudflare location, no history. Use status.mistral.ai for incident reports.