deepseek
DeepSeek

DeepSeek: DeepSeek V3

-10%
deepseek/deepseek-chat
Контекст
163 840
Вход токены
31,63 ₽/M
Выход токены
126,62 ₽/M
описание

DeepSeek-V3 is the latest model from the DeepSeek team, building upon the instruction following and coding abilities of the previous versions. Pre-trained on nearly 15 trillion tokens, the reported evaluations...

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

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

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