DeepSeek V4 via Routerra

DeepSeek's frontier models at official-adjacent economics, behind an endpoint you can actually sign up for and pay for from anywhere. OpenAI-compatible: if your tool speaks base_url, it speaks Routerra.

FieldValue
Base URLhttps://routerra.ai/v1
Chat modeldeepseek-chat
AuthAuthorization: Bearer <key>
FormatOpenAI chat completions (streaming supported)

Full live model list and per-model rates in the console.

First call

curl https://routerra.ai/v1/chat/completions \
  -H "Authorization: Bearer $ROUTERRA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "deepseek-chat", "messages": [{"role": "user", "content": "hi"}]}'

Why teams route DeepSeek through us

  • Reachability: email sign-up, standard international cards, no VPN — the three things that block most non-China users.
  • Drop-in: OpenAI request shape; switch in or out with one line.
  • Transparent metering: per-request token usage, per-key logs, prepaid credits with no auto-charges.

Get your API key Quickstart →