| Lanzamiento previsto | pronto | 🟡 rumored |
|---|---|---|
| Predecesor | qwen/qwen3.7-max | 🟢 confirmed |
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.
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.
⚠ 🟡 los elementos no están confirmados y se actualizan en el lanzamiento.
| Métrica | qwen/qwen3.7-max (activo, real) | Qwen3.8 (previsto) |
|---|---|---|
| Entrada / 1M tokens | — | Por definir |
| Salida / 1M tokens | — | Por definir |
| ctx | — | Por definir |
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.
Una sola clave de OrcaRouter ya lo cubre — sin lista de espera aparte. Te avisamos por correo y webhook en el lanzamiento.
¿Cuándo crees que saldrá? Haz tu predicción:
Sé el primero en pronosticarlo.
Aún no hay solicitudes de funciones — vuelve pronto.