deepseek
DeepSeek

DeepSeek: R1

deepseek/deepseek-r1
Контекст
163 840
Вход токены
86,14 ₽/M
Выход токены
307,64 ₽/M
описание

DeepSeek R1 is here: Performance on par with [OpenAI o1](/openai/o1), but open-sourced and with fully open reasoning tokens. It's 671B parameters in size, with 37B active in an inference pass....

модальности
интеграция

Как использовать через API

bash
# Запрос к API VEGA через deepseek/deepseek-r1
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "deepseek/deepseek-r1",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'