R1 0528

May 28th update to the [original DeepSeek R1](/deepseek/deepseek-r1) Performance on par with [OpenAI o1](/openai/o1), but open-sourced and with fully open reasoning tokens. It's 671B parameters in size, with 37B active in an inference pass. Fully open-source model.

ChatDeepSeek164k tokens$0.545 / $2.3436 · 1M

deepseek/deepseek-r1-0528

Contexto
164k tokens
Máx. completion
32,768
Tools
JSON
Lanzamiento
2025-05-28

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-r1-0528",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Consigue tu API key

Preguntas frecuentes

¿Qué es R1 0528?
May 28th update to the [original DeepSeek R1](/deepseek/deepseek-r1) Performance on par with [OpenAI o1](/openai/o1), but open-sourced and with fully open reasoning tokens. It's 671B parameters in size, with 37B active in an inference pass. Fully open-source model. R1 0528 corre en el API de Geek Hub (compatible con OpenAI). Id: deepseek/deepseek-r1-0528.
¿R1 0528 es gratis?
No. El input cuesta $0.545 / 1M tokens y el output $2.3436 / 1M tokens en Geek Hub (markup incluido).
¿Cuál es el contexto de R1 0528?
R1 0528 tiene una ventana de 164k tokens. Soporta hasta 32,768 tokens de completion.
¿R1 0528 soporta tool calling y structured outputs?
R1 0528 acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
¿Cuándo se lanzó R1 0528?
R1 0528 se lanzó el 28 de mayo de 2025.

Más modelos de DeepSeek