🟡 已公布 · 尚未上線 · 預計約 即將

Qwen3.8 API:發布日期與定價

qwen 的下一代模型,已在 OrcaRouter 追蹤——今天就接入這個 id;它一上線就會自動路由。
更新於 2026-07-19
Qwen3.8 預計在 即將 前後推出,目前尚未在任何 API 上提供。

一覽

一覽
預計發布即將🟡 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.

在 Qwen3.8 上線前就開始使用

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 }

上線後你的呼叫會直接開始成功——無需改程式碼,無需重新部署。

我們已知的——已確認 vs 傳聞

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

🟡 標記的內容尚未確認,將在上線時更新。

Qwen3.8 對比 qwen/qwen3.7-max(其已上線的前代)

指標qwen/qwen3.7-max (已上線,真實)Qwen3.8 (預期)
輸入 / 1M tokens待定
輸出 / 1M tokens待定
上下文待定

定價——預期情況

尚無官方定價。以下是 OrcaRouter 上目前的即時參考價:

參考價格即時載入。

真實定價將在上線時公布。

如何取得使用權

一把 OrcaRouter 金鑰即可涵蓋——無需單獨排隊等候。我們會在上線時透過電子郵件和 webhook 通知你。

社群預測

你覺得它什麼時候上線?投出你的預測:

搶先做出預測。

開發者期待

尚無功能請求——請稍後再來。

探索