What is DeepSeek?
DeepSeek is a Chinese AI lab whose open-weight and hosted models (DeepSeek-V3 chat, DeepSeek-R1 reasoning) offer OpenAI-compatible APIs at a fraction of the cost of GPT-4o.
Short guides, curated links, a glossary and FAQ for DeepSeek and its sister LLM providers.
DeepSeek is a Chinese AI lab whose open-weight and hosted models (DeepSeek-V3 chat, DeepSeek-R1 reasoning) offer OpenAI-compatible APIs at a fraction of the cost of GPT-4o.
'OpenAI-compatible' means the provider speaks the same /v1/chat/completions wire format. Point the OpenAI SDK at their base_url, swap the model name, and you're done.
DeepSeek (and several sister providers) cache the leading prefix of your prompt. Keep system prompts and few-shot examples stable to land near the cheap 'cache-hit' price rather than the 'cache-miss' price.
A green dot means an endpoint is reachable. It does not confirm your key is valid, your model is available, or capacity is healthy — those live behind auth-gated internals we can't probe from a browser.
Provider APIs don't 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.