DeepSeek V3

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 reveal that the model outperforms other open-source models and rivals leading closed-source models. For model details, please visit [the DeepSeek-V3 repo](https://github.com/deepseek-ai/DeepSeek-V3) for more information, or see the [launch announcement](https://api-docs.deepseek.com/news/news1226).

ChatDeepSeek164k tokens$0.2806 / $1.1213 · 1M

deepseek/deepseek-chat

Context
164k tokens
Completion cap
16,000
Tools
Yes
JSON
Yes
Released
2024-12-26

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",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is DeepSeek V3?
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 reveal that the model outperforms other open-source models and rivals leading closed-source models. For model details, please visit [the DeepSeek-V3 repo](https://github.com/deepseek-ai/DeepSeek-V3) for more information, or see the [launch announcement](https://api-docs.deepseek.com/news/news1226). DeepSeek V3 runs on the Geek Hub API (OpenAI-compatible). Model id: deepseek/deepseek-chat.
Is DeepSeek V3 free?
No. Input is $0.2806 per 1M tokens and output is $1.1213 per 1M tokens on Geek Hub (markup included).
What is the context length of DeepSeek V3?
DeepSeek V3 has a 164k tokens context window. It supports up to 16,000 completion tokens.
Does DeepSeek V3 support tool calling and structured outputs?
DeepSeek V3 accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was DeepSeek V3 released?
DeepSeek V3 was released on 2024-12-26.

More models from DeepSeek