Qwen: Qwen3.8 Max

Chat
qwen/qwen3.8-max

Qwen3.8 Max は Alibaba Cloud Bailian の Qwen3.8 シリーズのフラッグシップモデルで、2026 年 8 月 3 日にリリースされました。より長い思考連鎖を伴う深い推論(reasoning_content)に対応し、強力なコーディング能力と長期にわたる自律実行能力を備えています。コンテキストウィンドウ 1M tokens、出力 131K。Ofox 経由で OpenAI と Anthropic 両プロトコルから利用できます。

コンテキストウィンドウ
1M
最大出力トークン
131K
リリース日
2026-08-03
機能
VisionFunction Calling推論プロンプトキャッシュWeb検索動画入力
利用可能なプロバイダー
Aliyunalicloud
対応プロトコル
openaianthropic

Providers

alicloud
入力トークン
$1.71/M
出力トークン
$5.14/M
キャッシュ読込
$0.17/M
キャッシュ書込
$2.14/M
Web検索
$0.01/R
Protocols
openai/v1/chat/completions/v1/responses
anthropic
Aliyun
入力トークン
$1.71/M
出力トークン
$5.14/M
キャッシュ読込
$0.17/M
キャッシュ書込
$2.14/M
Web検索
$0.01/R
Protocols
openai/v1/chat/completions/v1/responses
anthropic

コード例

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.run/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="qwen/qwen3.8-max",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

稼働状況

よくある質問

Ofox.aiでのQwen: Qwen3.8 Maxの料金は、入力100万トークンあたり$1.71/M、出力100万トークンあたり$5.14/Mです。従量課金制、月額料金なし。