現在利用可能
Alibaba
qwen3.6-max-preview
Qwen3.6-Max-Preview is a proprietary frontier model from Alibaba Cloud built on a sparse mixture-of-experts architecture with approximately 1 trillion total parameters. It is optimized for agentic coding, tool use, and...
TextReasoningTools240K
段階料金段階課金
コンテキスト240K
エンドポイントanthropic, openai
パフォーマンス
パフォーマンスデータを読み込み中...
§ 01
料金
| 段階料金 | 段階課金 段階入力出力キャッシュ読取キャッシュ書込第1档$2.70$16.20$0.27$3.38第2档$4.50$27.00$0.45$5.63 · 100万トークン |
| コンテキストウィンドウ | 240K トークン |
| 対応エンドポイント | anthropic, openai |
| ベンダー | Alibaba |
§ 02
コードから qwen3.6-max-preview を呼び出す
OpenAI 互換の SDK を UnoRouter に向け、モデル名を指定するだけです。YOUR_API_KEY はダッシュボードで取得した実際のキーに置き換えてください。
bash
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.6-max-preview",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
よくあるご質問
qwen3.6-max-preview はどのように課金されますか?
qwen3.6-max-preview は段階料金を採用しています:レートはコンテキスト長やトークン量で変動します。各段階の正確な料金は上の段階表をご覧ください。
API で qwen3.6-max-preview を使うにはどうすればよいですか?
UnoRouter の /v1/chat/completions エンドポイントへ model=qwen3.6-max-preview を指定してリクエストを送信してください。OpenAI 互換のクライアントライブラリであれば動作します。認証は標準の Bearer トークンを使用します。
qwen3.6-max-preview のコンテキストウィンドウはどれくらいですか?
qwen3.6-max-preview は 240K トークンのコンテキストウィンドウに対応しており、プロンプトとモデルの応答で共有されます。
§ 04