Router One
Back to Models

deepseek-v4-pro

chatstreamingtool_calling

Supported APIs

chat_completions

Available Configurations

API Type
chat_completions
Capabilities
chatstreamingtool_calling
Context Window
128K
Input
$1.31 / 1M tokens
Output
$2.63 / 1M tokens

Quick Start

bash
curl -X POST \
  https://api.router.one/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "deepseek-v4-pro",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'
Get API Key
deepseek-v4-pro - Model Marketplace | Router One