AI API PricesAPI status › Is DeepSeek down?

Is DeepSeek down?

Checking DeepSeek status…

Live DeepSeek API status, pulled from the official status page. If it's green here, the API is up — so the problem is probably on your side.

Is it DeepSeek or is it you?

Before assuming an outage, check the error you're getting — most "DeepSeek not working" reports are client-side:

What to do during a DeepSeek outage

DeepSeek models & pricing

If you're switching or planning a fallback, here's what DeepSeek offers.

Model Input /1M Output /1M Cost / call* Context Type
DeepSeek-V4 Flash
Non-thinking mode, very cheap
$0.140 $0.280 $0.0004 128K Fast / cheap open
DeepSeek-V4 Pro
Thinking mode
$0.435 $0.870 $0.0013 128K Reasoning open

*Reference cost of one call with 1,000 input + 1,000 output tokens — a neutral yardstick. Use the calculator for your real usage. Cheapest row highlighted.

Is DeepSeek down — FAQ

Is DeepSeek down right now?

Check the live status above — it reads DeepSeek's official status page (https://status.deepseek.com). Green means all systems operational; amber or red means a degradation or outage on DeepSeek's side, not yours.

How do I know if it's DeepSeek or my own code?

A 429 means you hit a rate limit (your side — back off and retry). 401/403 is an auth or API-key problem (your side). Widespread 500/502/503 errors or timeouts usually mean DeepSeek is having an incident — confirm on the status page.

Where is the official DeepSeek status page?

https://status.deepseek.com — it lists current incidents, per-component status (API, console, etc.) and a history of past outages with timelines.

What should I do during a DeepSeek outage?

Fail over to another model or provider if your app supports it (compare alternatives here on AI API Prices), queue non-urgent requests, retry with exponential backoff, and subscribe to the status page for updates.