OpenAI-compatible AI gateway

OpenAI-compatible models via Claudible

Token-based pricing with cache hit/miss aware billing. Drop-in OpenAI Chat Completions format.

Send your first request

Endpoint POST https://cn.claudible.io/v1/chat/completions
curl https://cn.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
glm-5.14004800
kimi-k2.63003600
qwen3.6-plus1051.05210

credits / 1M tokens

Provider docs: api-docs.deepseek.com ↗