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

qwen/qwen3-235b-a22b-thinking-2507

リリース日: 2025-07-25

131,072 context · $0.15/M input tokens · $1.50/M output tokens

Qwen3-235B-A22B-Thinking-2507 is a high-performance, open-weight Mixture-of-Experts (MoE) language model optimized for complex reasoning tasks. It activates 22B of its 235B parameters per forward pass and natively supports up to 262,144...

提供終了 2026年7月14日

料金

従量課金

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

入力$0.15 / M Tokens
出力$1.50 / M Tokens

モデルを試す

qwen/qwen3-235b-a22b-thinking-2507
オンライン
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-thinking-2507",
        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-thinking-2507

qwen qwen3-235b-a22b-thinking-2507


Why It Looks Great

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

Key Features

  • Context Window: 262144 tokens
  • Max Output: 262144 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

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

Pricing

Token TypeCost per Million Tokens
Input$0.1
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-thinking-2507


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-thinking-2507",
    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-thinking-2507",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

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

情報

プロバイダーalibaba
タイプllm

対応機能

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

API アクセスガイド

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

Qwen3 235b A22b Thinking 2507 API

qwen/qwen3-235b-a22b-thinking-2507

Qwen3-235B-A22B-Thinking-2507 is a high-performance, open-weight Mixture-of-Experts (MoE) language model optimized for complex reasoning tasks. It activates 22B of its 235B parameters per forward pass and natively supports up to 262,144...

入力

$0.1495 /M

出力

$1.495 /M

コンテキスト

131K

最大出力

262K

ツール利用

対応

WaveSpeedAIでQwen3 235b A22b Thinking 2507を試す

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

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

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

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

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

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

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

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

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

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

関連 LLM API

Qwen3 235b A22b Thinking 2507 | Qwen LLM API | WaveSpeedAI