qwen/qwen3.6-plus
1,000,000 context · $0.50/M input$0.45/M input · $3.00/M output$2.70/M output10% off
Qwen 3.6 Plus builds on a hybrid architecture that combines efficient linear attention with sparse mixture-of-experts routing, enabling strong scalability and high-performance inference. Compared to the 3.5 series, it delivers...
従量課金
初期費用なし、使った分だけお支払い
以下のコード例を使用して API と連携してください:
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="qwen/qwen3.6-plus",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)qwen/qwen3.6-plus
Qwen 3.6 Plus builds on a hybrid architecture that combines efficient linear attention with sparse mixture-of-experts routing, enabling strong scalability and high-performance inference. Compared to the 3.5 series, it delivers...
入力
$0.5$0.45 /M
出力
$3$2.70 /M
割引
10%オフ
コンテキスト
1000K
最大出力
66K
Vision
対応
ツール利用
対応
統合APIを通じてQwen3.6 Plusにアクセス — OpenAI互換、コールドスタートなし、透明な料金。
WaveSpeedAI の料金: 入力 100 万トークンあたり $0.45、出力 100 万トークンあたり $2.70。プロンプトキャッシュとバッチ処理は別途料金で、長く反復的なワークロードでは実効コストを下げられます。
Qwen3.6 Plus はリクエストあたり最大 1000K のコンテキストトークンと最大 66K の出力トークンをサポートします。
はい。WaveSpeedAI は OpenAI 互換エンドポイント https://llm.wavespeed.ai/v1 で Qwen3.6 Plus を提供します。公式 OpenAI SDK のベース URL をこちらに変更し WaveSpeedAI の API キーを設定するだけで利用可能です。
WaveSpeedAI にサインインし、Access Keys で API キーを作成して、上に表示されているモデル ID を指定して https://llm.wavespeed.ai/v1/chat/completions にリクエストを送信してください。新規アカウントには Qwen3.6 Plus を試用できる無料クレジットが付与されます。