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 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!" }
]
}'