現在利用可能
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
エンドポイントopenai, anthropic
機能
推論ツール構造化
モダリティ
入力
text
出力
text
クイック統計
コンテキストウィンドウ240K
最大出力65.5K
トークナイザーQwen
パフォーマンス
パフォーマンスデータを読み込み中...
対応パラメータ
| パラメータ | 常時 | デフォルト |
|---|---|---|
| include_reasoning | - | |
| logprobs | - | |
| max_tokens | - | |
| presence_penalty | - | |
| reasoning | - | |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | - | |
| tool_choice | - | |
| tools | - | |
| top_logprobs | - | |
| top_p | - |
§ 01
料金
| 段階料金 | 段階課金 段階入力出力キャッシュ読取キャッシュ書込≥128k$3.00$18.00$0.30$3.75<128k$1.80$10.80$0.18$2.25 · 100万トークン |
| コンテキストウィンドウ | 240K トークン |
| 対応エンドポイント | openai, anthropic |
| ベンダー | Alibaba |
§ 02
コードから qwen3.6-max-preview を呼び出す
OpenAI 互換の SDK を UnoRouter に向け、モデル名を指定するだけです。YOUR_API_KEY はダッシュボードで取得した実際のキーに置き換えてください。
bash
curl https://api.unorouter.ai/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