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

Contexto
164k tokens
Máx. completion
16,000
Tools
JSON
Lanzamiento
2024-12-26

Llámalo desde Geek Hub

El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.

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"}]
  }'
Consigue tu API key

Preguntas frecuentes

¿Qué es 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 corre en el API de Geek Hub (compatible con OpenAI). Id: deepseek/deepseek-chat.
¿DeepSeek V3 es gratis?
No. El input cuesta $0.2806 / 1M tokens y el output $1.1213 / 1M tokens en Geek Hub (markup incluido).
¿Cuál es el contexto de DeepSeek V3?
DeepSeek V3 tiene una ventana de 164k tokens. Soporta hasta 16,000 tokens de completion.
¿DeepSeek V3 soporta tool calling y structured outputs?
DeepSeek V3 acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
¿Cuándo se lanzó DeepSeek V3?
DeepSeek V3 se lanzó el 26 de diciembre de 2024.

Más modelos de DeepSeek