| 予想リリース | 間もなく | 🟡 rumored |
|---|---|---|
| 前モデル | 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 }ローンチ時、あなたの呼び出しはそのまま成功し始めます——コード変更も再デプロイも不要です。
⚠ 🟡 の項目は未確認で、ローンチ時に更新されます。
| 指標 | qwen/qwen3.7-max (稼働中・実数値) | Qwen3.8 (予想) |
|---|---|---|
| 入力 / 1M tokens | — | 未定 |
| 出力 / 1M tokens | — | 未定 |
| コンテキスト | — | 未定 |
まだ公式価格はありません。本日の OrcaRouter のライブ参考価格:
参考価格はリアルタイムで読み込まれます。
実際の料金はローンチ時に公開されます。
OrcaRouter のキー1つでカバー済み——別の順番待ちは不要です。ローンチ時にメールと webhook でお知らせします。
いつリリースされると思いますか?予想を投票しましょう:
一番乗りで予想しましょう。
まだ機能リクエストはありません——またご確認ください。