Back to the AI model catalog
DeepSeekAvailableHigh availability

DeepSeek V4 Pro 0813 API

RouterLab publishes this DeepSeek model under the model ID deepseek-v4-pro-0813. The facts below come from the active RouterLab catalog.

Model ID

deepseek-v4-pro-0813

OpenAI-compatible API

Context window

1,000,000 tokens

Maximum output

384,000 tokens

Input / 1M tokens

$1.25

Output / 1M tokens

$2.55

Cache read / 1M tokens

$0.10

Cache write / 1M tokens

$0.10

Cache read reuses tokens already stored in the provider cache. Cache write creates or stores new cache tokens.

Catalog capabilities

  • Tool calling
  • Streaming
  • Structured output
  • Reasoning

Minimal API request

curl https://api.routerlab.ch/v1/chat/completions \
  -H "Authorization: Bearer $ROUTERLAB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"deepseek-v4-pro-0813","messages":[{"role":"user","content":"Hello RouterLab"}]}'