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-flash | 8 | 0.16 | 16 |
deepseek-v4-pro | 100 | 1 | 200 |
credits / 1M tokens
Model capabilities & parameters: api-docs.deepseek.com ↗