Router One
返回模型广场

deepseek-v4-pro

chatstreamingtool_calling

支持的 API

chat_completions

可用配置

API 类型
chat_completions
能力
chatstreamingtool_calling
上下文窗口
128K
输入
$1.31 / 1M tokens
输出
$2.63 / 1M tokens

快速开始

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!"}
    ]
  }'
获取 API 密钥