deepseek
DeepSeek

DeepSeek: DeepSeek V3 0324

deepseek/deepseek-chat-v3-0324
Контекст
163 840
Вход токены
33,22 ₽/M
Выход токены
137,82 ₽/M
Кэш чтение
16,61 ₽/M
описание

DeepSeek V3, a 685B-parameter, mixture-of-experts model, is the latest iteration of the flagship chat model family from the DeepSeek team. It succeeds the [DeepSeek V3](/deepseek/deepseek-chat-v3) model and performs really well...

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

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

bash
# Запрос к API VEGA через deepseek/deepseek-chat-v3-0324
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-v3-0324",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'