Seedream 5.0 Pro 提供開始 | 画像ジェネレーターで試す →
alibaba
qwen/qwen3-235b-a22b

qwen/qwen3-235b-a22b

リリース日: 2025-04-29

131,072 context · $0.46/M input tokens · $1.82/M output tokens

Qwen3-235B-A22B is a 235B parameter mixture-of-experts (MoE) model developed by Qwen, activating 22B parameters per forward pass. It supports seamless switching between a "thinking" mode for complex reasoning, math, and...

料金

従量課金

初期費用なし、使った分だけお支払い

入力$0.46 / M Tokens
出力$1.82 / M Tokens

モデルを試す

qwen/qwen3-235b-a22b
オンライン
alibaba
こんにちは!お手伝いできるAIアシスタントです。何かお手伝いできることはありますか?
このモデルをローカル coding agent で使いますか?Agent 設定

API 利用

以下のコード例を使用して API と連携してください:

import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["WAVESPEED_API_KEY"],
    base_url="https://llm.wavespeed.ai/v1",
    timeout=120.0,
    max_retries=2,
)

try:
    response = client.chat.completions.create(
        model="qwen/qwen3-235b-a22b",
        messages=[{"role": "user", "content": "Hello!"}],
    )
    print(response.choices[0].message.content or "")
except Exception as exc:
    raise SystemExit(f"LLM request failed: {exc}") from exc

モデル紹介

Qwen qwen3-235b-a22b

Qwen3-235B-A22B is a 235B parameter mixture-of-experts (MoE) model developed by Qwen, activating 22B parameters per forward pass

Qwen3-235B-A22B is a 235B parameter mixture-of-experts (MoE) model developed by Qwen, activating 22B parameters per forward pass. It supports seamless switching between a "thinking" mode for complex reasoning, math, and code tasks, and a "non-thinking" mode for general conversational efficiency. The model demonstrates strong reasoning ability, multilingual support (100+ languages and dialects), advanced instruction-following, and agent tool-calling capabilities. It natively handles a 32K token context window and extends up to 131K tokens using YaRN-based scaling.


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 40960 context window for long document handling
  • Competitive pricing at $0.2/$0.7 per million tokens

Key Features

  • Context Window: 40960 tokens
  • Max Output: N/A tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderQwen
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window40960 tokens
Max Outputtokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.2
Output$0.7

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: qwen/qwen3-235b-a22b


API Usage

Python SDK

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-235b-a22b",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "qwen/qwen3-235b-a22b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: qwen/qwen3-235b-a22b
  • Provider: Qwen

情報

プロバイダーalibaba
タイプllm

対応機能

入力
テキスト
出力
テキスト
コンテキスト131,072
最大出力8,192
Vision-
Function Calling✓ 対応

API アクセスガイド

Base URLhttps://llm.wavespeed.ai/v1
API エンドポイントchat/completions
モデル IDqwen/qwen3-235b-a22b

Qwen3 235b A22b API

qwen/qwen3-235b-a22b

Qwen3-235B-A22B is a 235B parameter mixture-of-experts (MoE) model developed by Qwen, activating 22B parameters per forward pass. It supports seamless switching between a "thinking" mode for complex reasoning, math, and...

入力

$0.455 /M

出力

$1.82 /M

コンテキスト

131K

最大出力

8K

ツール利用

対応

WaveSpeedAIでQwen3 235b A22bを試す

統合APIを通じてQwen3 235b A22bにアクセス — OpenAI互換、コールドスタートなし、透明な料金。

Qwen3 235b A22bに関するよくある質問

Qwen3 235b A22b API の料金はいくらですか?+

WaveSpeedAI の料金: 入力 100 万トークンあたり $0.46、出力 100 万トークンあたり $1.82。プロンプトキャッシュとバッチ処理は別途料金で、長く反復的なワークロードでは実効コストを下げられます。

Qwen3 235b A22b のコンテキストウィンドウはどのくらいですか?+

Qwen3 235b A22b はリクエストあたり最大 131K のコンテキストトークンと最大 8K の出力トークンをサポートします。

Qwen3 235b A22b は OpenAI 互換ですか?+

WaveSpeedAI は https://llm.wavespeed.ai/v1 の OpenAI 互換 Chat Completions インターフェースで Qwen3 235b A22b を提供します。多くの OpenAI SDK クライアントはベース URL と API キーの変更で利用できますが、オプション項目はモデルごとに異なります。

Qwen3 235b A22b を使い始めるには?+

WaveSpeedAI にサインインし、Access Keys で API キーを作成して、上に表示されたモデル ID を指定して https://llm.wavespeed.ai/v1/chat/completions にリクエストを送信してください。提供状況、機能、料金は最新のモデルカタログで確認してください。

関連 LLM API

Qwen3 235B-A22B | Alibaba MoE LLM API Pricing | WaveSpeedAI