Skip to content

DeepSeek: Deepseek V4 Pro

deepseek/deepseek-v4-proLive

  • Text generation
MODALITY
Text
Standard tier
IN / OUT PRICE
$1.848 / $5.544
per 1M tokens
LISTED
01 Sept 2026
added to the catalogue

Pricing

What a request costs here, against the unit the model bills on. Every response returns the exact figure as cost.

Input

$1.848

per 1M tokens

Output

$5.544

per 1M tokens

Call this model

The model id is the only field that changes between models on the same endpoint.

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

Other Text models