返回模型列表

DeepSeek R1

deepseekdeepseek/deepseek-r1

DeepSeek R1 (671B total, 37B active MoE) is a reasoning model that uses chain-of-thought with <think> tags to solve complex problems. Excels at math, coding, and scientific reasoning tasks with transparent step-by-step thinking.

上下文长度
128K
最大输出
33K
输入价格
$2.10每百万 Tokens
输出价格
$8.40每百万 Tokens

模态能力

文本文本

价格明细

类型费率
输入$2.10 每百万 Tokens
输出$8.40 每百万 Tokens

支持参数

temperaturemax_tokenstop_presponse_formatreasoningstop

API 使用示例

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "deepseek/deepseek-r1",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'