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.
Kullandıkça öde
Ön ödeme yok, yalnızca kullandığınız kadar ödeyin
API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:
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.
Giriş
$0.6$0.54 /M
Çıkış
$3.6$3.24 /M
İndirim
%10 indirim
Bağlam
262K
Maks. Çıkış
82K
Vision
Destekleniyor
Araç Kullanımı
Destekleniyor
Birleşik API'miz aracılığıyla Qwen3.6 27b'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.
WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $0.54 ve milyon çıkış tokenı başına $3.24. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.
Qwen3.6 27b istek başına 262K bağlam tokenını ve 82K çıkış tokenını destekler.
Evet. WaveSpeedAI, Qwen3.6 27b modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.
WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar Qwen3.6 27b'i değerlendirmek için ücretsiz krediler alır.