Qwen3.6 Max Preview API

3.6シリーズ(テキストのみ): より高度なコーディングエージェントの実行、より強力なフロントエンドのスキル、より広いロングテールの知識。

Alibaba Cloudテキスト生成256K コンテキストリリース 2026年4月20日Singapore独自エンドポイント

Qwen3.6 Max Preview について

3.6シリーズ(テキストのみ): より高度なコーディングエージェントの実行、より強力なフロントエンドのスキル、より広いロングテールの知識。

別名 Qwen3.6 Max, Alibaba Cloud Qwen3.6 Max Preview, Qwen3.6-Max-Preview, qwen3-6-max-preview

reasoningagentic codingweb searchfunction calling

Qwen3.6 Max Preview の仕様

モデルID
qwen3-6-max-preview
プロバイダー
Alibaba Cloud
カテゴリ
テキスト生成
リリース
2026年4月20日
コンテキスト長
256K トークン
最大出力
65,536 トークン
入力
テキスト
出力
テキスト
構造化出力
JSON モード
リージョン
Singapore
エンドポイント
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1beta/models/qwen3-6-max-preview:generateContent
代替モデルID
qwen3.6-max-preview

Qwen3.6 Max Preview API の料金

EmpirioLabs カタログのライブ従量課金料金です。使った分だけの支払いで、月額最低料金はありません。

タイプ
仕様
料金
パスワード
1M プロンプトトークンあたり
<=128K $1.31128K-256K $1.97
ソリューション
1M生成トークンあたり
<=128K $7.88128K-256K $11.82
ウェブ検索
有効な要求が有効な場合ごとの
$0.020
料金ページ全体で比較

Qwen3.6 Max Preview API の呼び出し方

Qwen3.6 Max Preview は OpenAI 互換の Chat Completions API を提供します。任意の OpenAI SDK を EmpirioLabs API キーで https://api.empiriolabs.ai/v1 に向け、モデル ID qwen3-6-max-preview を使ってください。 EmpirioLabs ダッシュボードで API キーを取得してください。

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3-6-max-preview",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(
    base_url="https://api.empiriolabs.ai/v1",
    api_key="YOUR_EMPIRIOLABS_API_KEY",
)

response = client.chat.completions.create(
    model="qwen3-6-max-preview",
    messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)
Qwen3.6 Max Preview API の完全リファレンス

Qwen3.6 Max Preview API のパラメーター

EmpirioLabs 上の Qwen3.6 Max Preview API が対応するリクエストパラメーターです。フィールドを省略した場合はデフォルト値が適用されます。

パラメータタイプデフォルト範囲 / 値説明
temperaturenumber0.70 から 2サンプリング温度
top_pnumber10 から 1核サンプリング
max_tokensnumber40961 から 65536最大出力トークン
frequency_penaltynumber0-2 から 2トークンを繰り返し使うとペナルティがあります。>0は繰り返しを減らし、<0はそれを促します。
presence_penaltynumber0-2 から 2新規トークンと既視トークンのペナルティ。>0は新しいトピックを奨励し、<0は話題に集中することを奨励します。
stopstring--コンマ区切られたストップシーケンス
reasoning_effortenummediumnone, low, medium, high, max推論の努力レベル。誰も思考を妨げるものではありません。低、中、高、最大は選択したモデルに合わせて限定された思考予算を設定します。OpenAIスタイルのreasoning_effortフィールドとして送られ、モデルサービス用にenable_thinkingとthinking_budgetに翻訳されました。
enable_thinkingbooleantrue-答える前に理由step-by-step
thinking_budgetnumber327681 から 393216思考のために取っておいたトークン
tool_web_searchbooleanfalse-リアルタイムの情報をウェブで検索しましょう。
response_formatenum--出力を有効なJSONオブジェクト(JSONモード)として返します。プロンプトで使いたいフィールドを説明してください。
disable_formattingbooleanfalse-EmpirioLabs Markdownフォーマット(引用 [[N]](URL)の書き換え + ウェブ検索やツール使用時の参考文献ブロック)は省略してください。単純な[N]引用付きの生の上流回答が返されます。

知っておくと便利

価格設定は、128Kトークン以上の1.5倍です。 このプレビューでのみプレーンテキスト機能。まだ有効でないマルチモーダル。

Per-tool billing (usage.tool_usage)

When this model invokes tools (web search, code interpreter, etc.) inside a single request, the response carries a normalized usage.tool_usage map alongside the token counts. The example below shows the shape — exact field names, units, and which tools appear can vary slightly per provider:

"usage": {
  "prompt_tokens": 123,
  "completion_tokens": 456,
  "cost_usd": 0.0042,
  "tool_usage": {"web_search": 3, "code_interpreter": 1}
}

The tool counts are already factored into cost_usd — they are surfaced for transparency so you can audit per-tool billing. The field is omitted when no tools were invoked.

Qwen3.6 Max Preview API: よくある質問

Qwen3.6 Max Preview API の料金はいくらですか?

EmpirioLabs では Qwen3.6 Max Preview は従量課金です。このページのライブ料金表は常に API の請求額と一致します。

Qwen3.6 Max Preview のコンテキストウィンドウはどれくらいですか?

Qwen3.6 Max Preview は 256K トークンのコンテキストウィンドウに対応しています(1回の応答あたり最大 65,536 出力トークン)。

Qwen3.6 Max Preview API は OpenAI 互換ですか?

はい。Qwen3.6 Max Preview は OpenAI 互換の Chat Completions API を提供しているため、既存の OpenAI SDK は base_urlhttps://api.empiriolabs.ai/v1 に向けてモデル ID を qwen3-6-max-preview に設定するだけで動作します。

統合する前にブラウザで Qwen3.6 Max Preview を試せますか?

はい。EmpirioLabs プレイグラウンドでは API と同じパラメーターで Qwen3.6 Max Preview をブラウザ上で実行できるので、コードを書く前にプロンプトを試せます。

Qwen3.6 Max Preview の API キーはどうやって取得しますか?

EmpirioLabs アカウントを作成し、ダッシュボードの API Keysでキーを生成してください。課金は従量制クレジットなので、実行したリクエストの分だけ支払います。

より良いエンドポイントを使う準備はできていますか?

ご自身のモデルを当社のスタックに展開したい方は、ぜひご価格をご覧ください。