Назад к моделям
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
Цена Входза 1M токенов
$2.10за 1 млн токенов
Цена Выходза 1M токенов
$8.40за 1 млн токенов
Модальности
Текст→Текст
Разбивка цен
| Тип | Ставка |
|---|---|
| Вход | $2.10 за 1 млн токенов |
| Выход | $8.40 за 1 млн токенов |
Поддерживаемые параметры
temperaturemax_tokenstop_presponse_formatreasoningstop
Примеры API
Для новых интеграций используйте глобальный endpoint api.therouter.ai из примеров ниже; старый China accelerated endpoint выведен из эксплуатации.
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."}
]
}'