OpenAI-compatible API for DeepSeek

DeepSeek V4 via Claudible

Token-based pricing for DeepSeek V4 Pro and Flash. OpenAI Chat Completions format with cache hit/miss aware billing.

Send your first request

Endpoint POST https://deepseek.claudible.io/v1/chat/completions
curl https://deepseek.claudible.io/v1/chat/completions \
  -H "Authorization: Bearer YOUR_CLAUDIBLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"deepseek-v4-flash","messages":[{"role":"user","content":"Hello"}]}'

Models & pricing

Model Input miss Input hit Output
deepseek-v4-flash80.1616
deepseek-v4-pro1001200

credits / 1M tokens

Model capabilities & parameters: api-docs.deepseek.com ↗