| 예상 출시 | 곧 | 🟡 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 키 하나면 이미 충분합니다 — 별도 대기열이 없습니다. 출시 시 이메일과 webhook으로 알려드립니다.
언제 출시될 것 같나요? 예측에 투표하세요:
가장 먼저 예측해 보세요.
아직 기능 요청이 없습니다 — 곧 다시 확인해 주세요.