Seed 1.6

Seed 1.6 is a general-purpose model released by the ByteDance Seed team. It incorporates multimodal capabilities and adaptive deep thinking with a 256K context window.

ChatByteDance262k tokens$0.2725 / $2.1801 · 1M

bytedance-seed/seed-1.6

Contexto
262k tokens
Máx. completion
32,768
Tools
JSON
Lanzamiento
2025-12-23

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

Preguntas frecuentes

¿Qué es Seed 1.6?
Seed 1.6 is a general-purpose model released by the ByteDance Seed team. It incorporates multimodal capabilities and adaptive deep thinking with a 256K context window. Seed 1.6 corre en el API de Geek Hub (compatible con OpenAI). Id: bytedance-seed/seed-1.6.
¿Seed 1.6 es gratis?
No. El input cuesta $0.2725 / 1M tokens y el output $2.1801 / 1M tokens en Geek Hub (markup incluido).
¿Cuál es el contexto de Seed 1.6?
Seed 1.6 tiene una ventana de 262k tokens. Soporta hasta 32,768 tokens de completion.
¿Seed 1.6 soporta tool calling y structured outputs?
Seed 1.6 acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
¿Cuándo se lanzó Seed 1.6?
Seed 1.6 se lanzó el 23 de diciembre de 2025.

Más modelos de ByteDance