qwen/qwen3.6-27b
262,144 context · $0.60/M input$0.54/M input · $3.60/M output$3.24/M output10% off
Qwen3.6 27B is a dense 27-billion-parameter multimodal language model from Alibaba’s Qwen Team, released in April 2026. It supports text, image, and video inputs with a 262K-token context window and up to 80K output tokens. Designed for agentic coding, repository-level reasoning, multimodal reasoning, document understanding, and tool-use workflows, it supports both thinking and non-thinking modes while remaining practical to deploy at a widely used 27B dense-model scale.
Pay-per-Use
Keine Vorabkosten, zahlen Sie nur, was Sie nutzen
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.6-27b",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)Qwen3.6 27B is a dense 27-billion-parameter multimodal language model from Alibaba’s Qwen Team. Released in April 2026, it supports text, image, and video inputs, combines strong language and visual reasoning, and is optimized for agentic coding, repository-level reasoning, document understanding, and tool-use workflows.
| Specification | Value |
|---|---|
| Provider | alibaba |
| Model Type | Chat Completions model |
| Architecture | Dense 27B multimodal model |
| Modalities | text+image+video->text |
| Context Window | 262,144 tokens |
| Max Input | 180,224 tokens |
| Max Output | 81,920 tokens |
| Input | Text, Image, Video |
| Output | Text |
| Vision | Supported |
| Function Calling | Supported |
| Structured Outputs | Supported |
| Release | April 2026 |
| Token Type | Cost |
|---|---|
| Input | $0.32 per million tokens |
| Output | $3.20 per million tokens |
Base URL: https://llm.wavespeed.ai/v1
API Endpoint: chat/completions
Model ID: qwen/qwen3.6-27b
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-27b",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
curl https://llm.wavespeed.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "qwen/qwen3.6-27b",
"messages": [{"role": "user", "content": "Hello!"}]
}'
qwen/qwen3.6-27b
Qwen3.6 27B is a dense 27-billion-parameter multimodal language model from Alibaba’s Qwen Team, released in April 2026. It supports text, image, and video inputs with a 262K-token context window and up to 80K output tokens. Designed for agentic coding, repository-level reasoning, multimodal reasoning, document understanding, and tool-use workflows, it supports both thinking and non-thinking modes while remaining practical to deploy at a widely used 27B dense-model scale.
Eingabe
$0.6$0.54 /M
Ausgabe
$3.6$3.24 /M
Rabatt
10% Rabatt
Kontext
262K
Max. Ausgabe
82K
Vision
Unterstützt
Tool-Nutzung
Unterstützt
Zugriff auf Qwen3.6 27b über unsere einheitliche API — OpenAI-kompatibel, keine Kaltstarts, transparente Preise.
Preise auf WaveSpeedAI: $0.54 pro Million Input-Tokens und $3.24 pro Million Output-Tokens. Prompt-Caching und Batch-Verarbeitung werden separat berechnet und reduzieren die effektiven Kosten bei langen, sich wiederholenden Workloads.
Qwen3.6 27b unterstützt bis zu 262K Kontext-Tokens und bis zu 82K Output-Tokens pro Anfrage.
Ja. WaveSpeedAI stellt Qwen3.6 27b ü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.
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.6 27b zu testen.