Seed-2.0-Mini

Seed-2.0-mini targets latency-sensitive, high-concurrency, and cost-sensitive scenarios, emphasizing fast response and flexible inference deployment. It delivers performance comparable to ByteDance-Seed-1.6, supports 256k context, four reasoning effort modes (minimal/low/medium/high), multimodal understanding, and is optimized for lightweight tasks where cost and speed take priority.

ChatByteDance262k tokens$0.109 / $0.436 · 1M

bytedance-seed/seed-2.0-mini

Contexto
262k tokens
Máx. completion
131,072
Tools
JSON
Lanzamiento
2026-02-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": "bytedance-seed/seed-2.0-mini",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Consigue tu API key

Preguntas frecuentes

¿Qué es Seed-2.0-Mini?
Seed-2.0-mini targets latency-sensitive, high-concurrency, and cost-sensitive scenarios, emphasizing fast response and flexible inference deployment. It delivers performance comparable to ByteDance-Seed-1.6, supports 256k context, four reasoning effort modes (minimal/low/medium/high), multimodal understanding, and is optimized for lightweight tasks where cost and speed take priority. Seed-2.0-Mini corre en el API de Geek Hub (compatible con OpenAI). Id: bytedance-seed/seed-2.0-mini.
¿Seed-2.0-Mini es gratis?
No. El input cuesta $0.109 / 1M tokens y el output $0.436 / 1M tokens en Geek Hub (markup incluido).
¿Cuál es el contexto de Seed-2.0-Mini?
Seed-2.0-Mini tiene una ventana de 262k tokens. Soporta hasta 131,072 tokens de completion.
¿Seed-2.0-Mini soporta tool calling y structured outputs?
Seed-2.0-Mini 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-2.0-Mini?
Seed-2.0-Mini se lanzó el 26 de febrero de 2026.

Más modelos de ByteDance