Models/DeepSeek/DeepSeek: DeepSeek V3 0324
deepseek

DeepSeek: DeepSeek V3 0324

164K context$0.20/M input$0.77/M output
deepseek/deepseek-chat-v3-0324

Description

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...

Quick Start

curl https://router.tangle.tools/v1/chat/completions \
  -H "Authorization: Bearer $TANGLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-chat-v3-0324",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: TextOutput: Text

Pricing

Input$0.20/M
Output$0.77/M
Context164K tokens

Model Info

ProviderDeepSeek
IDdeepseek/deepseek-chat-v3-0324