🟡 Anunciado · AÚN NO DISPONIBLE · Previsto ~pronto

Qwen3.8 API: fecha de lanzamiento y precios

El próximo modelo de qwen, seguido en OrcaRouter — conecta el id hoy mismo; se enruta automáticamente en cuanto se active.
Actualizado el 2026-07-19
Qwen3.8 se espera alrededor de pronto y aún no está disponible en ninguna API.

De un vistazo

De un vistazo
Lanzamiento previstopronto🟡 rumored
Predecesorqwen/qwen3.7-max🟢 confirmed

Resumen

Qwen3.8 is the next flagship in Alibaba's Qwen series, announced on July 19, 2026. Alibaba says it carries 2.4 trillion parameters and will ship with open weights — an unusual move at this scale. You don't have to wait to get a feel for it. A hosted Qwen3.8-Max-Preview is already running on Alibaba's Token Plan, Qoder, and QoderWork, with the full open-weight release expected to follow. The day Qwen3.8 goes live, it's callable on OrcaRouter through the same OpenAI-compatible API you already use — at provider cost, no markup. Until then, qwen3.7-max is the closest model you can run today.

Usa Qwen3.8 antes de que salga

Python
from openai import OpenAI

client = OpenAI(base_url="https://api.orcarouter.ai/v1", api_key="$ORCAROUTER_API_KEY")

# Wire the id up today — it 425s until launch, then just starts succeeding.
response = client.chat.completions.create(
    model="qwen/qwen3.8",                # routes automatically at launch
    messages=[{"role": "user", "content": "Hello"}],
)
# Before launch → 425 model_not_yet_available
#   { expected_window, closest_live_alternative }

En el lanzamiento, tus llamadas simplemente empiezan a funcionar — sin cambiar código ni volver a desplegar.

Lo que sabemos — confirmado vs rumor

  • 🟡 2.4T total parameters. (reported) [1]
  • 🟡 Will be released with open weights. (reported) [2]
  • 🟡 A Qwen3.8-Max-Preview is already live on Alibaba's Token Plan, Qoder, and QoderWork. (reported) [3]
  • 🟡 Alibaba claims it ranks among frontier models, second only to Fable 5. (reported) [4]

🟡 los elementos no están confirmados y se actualizan en el lanzamiento.

Qwen3.8 frente a qwen/qwen3.7-max (su predecesor activo)

Métricaqwen/qwen3.7-max (activo, real)Qwen3.8 (previsto)
Entrada / 1M tokensPor definir
Salida / 1M tokensPor definir
ctxPor definir

Precios — qué esperar

Aún no hay precio oficial. Precios de referencia en vivo hoy en OrcaRouter:

Los precios de referencia se cargan en vivo.

Los precios reales se publican en el lanzamiento.

Cómo obtener acceso

Una sola clave de OrcaRouter ya lo cubre — sin lista de espera aparte. Te avisamos por correo y webhook en el lanzamiento.

Predicciones de la comunidad

¿Cuándo crees que saldrá? Haz tu predicción:

Sé el primero en pronosticarlo.

Lo que quieren los devs

Aún no hay solicitudes de funciones — vuelve pronto.

Explorar