DeepSeek V3 0324

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 on a variety of tasks.

ChatDeepSeek164k tokens$0.2725 / $1.0901 · 1M

deepseek/deepseek-chat-v3-0324

Context
164k tokens
Completion cap
163,840
Tools
Yes
JSON
Yes
Released
2025-03-24

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-chat-v3-0324",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is DeepSeek V3 0324?
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 on a variety of tasks. DeepSeek V3 0324 runs on the Geek Hub API (OpenAI-compatible). Model id: deepseek/deepseek-chat-v3-0324.
Is DeepSeek V3 0324 free?
No. Input is $0.2725 per 1M tokens and output is $1.0901 per 1M tokens on Geek Hub (markup included).
What is the context length of DeepSeek V3 0324?
DeepSeek V3 0324 has a 164k tokens context window. It supports up to 163,840 completion tokens.
Does DeepSeek V3 0324 support tool calling and structured outputs?
DeepSeek V3 0324 accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was DeepSeek V3 0324 released?
DeepSeek V3 0324 was released on 2025-03-24.

More models from DeepSeek