Seedance 2.0 | Special Offer ✦ 10% OFF NOW
qwen
qwen/qwen3-max-thinking

qwen/qwen3-max-thinking

262,144 context · $1.20/M input tokens · $6.00/M output tokens

Qwen3-Max-Thinking is the flagship reasoning model in the Qwen3 series, designed for high-stakes cognitive tasks that require deep, multi-step reasoning. By significantly scaling model capacity and reinforcement learning compute, it delivers major gains in factual accuracy, complex reasoning, instruction following, alignment with human preferences, and agentic behavior.

Preise

Pay-per-Use

Keine Vorabkosten, zahlen Sie nur, was Sie nutzen

Eingabe
32K $1.20 / M Tokens
128K > 32K $2.40 / M Tokens
> 128K $3.00 / M Tokens
Ausgabe
32K $6.00 / M Tokens
128K > 32K $12.00 / M Tokens
> 128K $15.00 / M Tokens

API-Nutzung

Verwenden Sie die folgenden Codebeispiele zur Integration mit unserer 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-max-thinking",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

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

Modelleinführung

Qwen qwen3-max-thinking

Qwen3-Max-Thinking is the flagship reasoning model in the Qwen3 series, designed for high-stakes cognitive tasks that require deep, multi-step reasoni

Qwen3-Max-Thinking is the flagship reasoning model in the Qwen3 series, designed for high-stakes cognitive tasks that require deep, multi-step reasoning. By significantly scaling model capacity and reinforcement learning compute, it delivers major gains in factual accuracy, complex reasoning, instruction following, alignment with human preferences, and agentic behavior.


Why It Looks Great

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

Key Features

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

Specifications

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

Pricing

Token TypeCost per Million Tokens
Input$0.8
Output$3.9

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-max-thinking


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

Notes

  • Model: qwen/qwen3-max-thinking
  • Provider: Qwen

Info

Anbieterqwen
Typllm

Unterstützte Funktionen

Eingabe
Text
Ausgabe
Text
Kontext262,144
Max. Ausgabe32,768
Vision-
Function Calling✓ Unterstützt

API-Zugriffsanleitung

Base URLhttps://llm.wavespeed.ai/v1
API-Endpunktchat/completions
Modell-IDqwen/qwen3-max-thinking

Qwen3 Max Thinking API

qwen/qwen3-max-thinking

Qwen3-Max-Thinking is the flagship reasoning model in the Qwen3 series, designed for high-stakes cognitive tasks that require deep, multi-step reasoning. By significantly scaling model capacity and reinforcement learning compute, it delivers major gains in factual accuracy, complex reasoning, instruction following, alignment with human preferences, and agentic behavior.

Eingabe

$1.2 /M

Ausgabe

$6 /M

Kontext

262K

Max. Ausgabe

33K

Tool-Nutzung

Unterstützt

Qwen3 Max Thinking auf WaveSpeedAI testen

Zugriff auf Qwen3 Max Thinking über unsere einheitliche API — OpenAI-kompatibel, keine Kaltstarts, transparente Preise.

Playground öffnen

Häufige Fragen zu Qwen3 Max Thinking

Wie viel kostet die Qwen3 Max Thinking-API?+

Preise auf WaveSpeedAI: $1.20 pro Million Input-Tokens und $6.00 pro Million Output-Tokens. Prompt-Caching und Batch-Verarbeitung werden separat berechnet und reduzieren die effektiven Kosten bei langen, sich wiederholenden Workloads.

Wie groß ist das Kontextfenster von Qwen3 Max Thinking?+

Qwen3 Max Thinking unterstützt bis zu 262K Kontext-Tokens und bis zu 33K Output-Tokens pro Anfrage.

Ist Qwen3 Max Thinking OpenAI-kompatibel?+

Ja. WaveSpeedAI stellt Qwen3 Max Thinking über einen OpenAI-kompatiblen Endpunkt unter https://llm.wavespeed.ai/v1 bereit. Richten Sie das offizielle OpenAI SDK mit Ihrem WaveSpeedAI-API-Schlüssel auf diese Base-URL — keine weiteren Codeänderungen erforderlich.

Wie starte ich mit Qwen3 Max Thinking?+

Bei WaveSpeedAI anmelden, in Access Keys einen API-Schlüssel erstellen und eine Anfrage an https://llm.wavespeed.ai/v1/chat/completions mit der oben angezeigten Model-ID senden. Neue Konten erhalten kostenlose Credits, um Qwen3 Max Thinking zu testen.

Verwandte LLM-APIs