🟡 Announced · NOT YET AVAILABLE · Expected ~soon

Qwen3.8 API: Release Date & Pricing

qwen's next model, tracked on OrcaRouter — wire the id up today; it routes automatically the moment it goes live.
Updated 2026-07-19
Qwen3.8 is expected around soon and is not yet available on any API.

At a glance

At a glance
Expected releasesoon🟡 rumored
Predecessorqwen/qwen3.7-max🟢 confirmed

Overview

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.

Use Qwen3.8 before it ships

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 }

At launch your calls just start succeeding — no code change, no redeploy.

What we know — confirmed vs rumored

  • 🟡 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]

🟡 items are unconfirmed and updated on launch.

Qwen3.8 vs qwen/qwen3.7-max (its live predecessor)

Metricqwen/qwen3.7-max (live, real)Qwen3.8 (expected)
Input / 1M tokensTBA
Output / 1M tokensTBA
ctxTBA

Pricing — what to expect

No official price yet. Today's live reference prices on OrcaRouter:

Reference prices load live.

Real pricing is published at launch.

How to get access

One OrcaRouter key already covers it — no separate waitlist. We email and webhook you at launch.

Community predictions

When do you think it ships? Cast your prediction:

Be the first to call it.

What devs want

No feature requests yet — check back soon.

Explore