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.
Оплата по факту использования
Никаких авансовых платежей — платите только за то, чем пользуетесь
Используйте следующие примеры кода для интеграции с нашим 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.
Ввод
$0.6$0.54 /M
Вывод
$3.6$3.24 /M
Скидка
Скидка 10%
Контекст
262K
Макс. вывод
82K
Vision
Поддерживается
Использование инструментов
Поддерживается
Доступ к Qwen3.6 27b через наш единый API — совместимость с OpenAI, без холодных стартов, прозрачные цены.
Цены на WaveSpeedAI: $0.54 за миллион входных токенов и $3.24 за миллион выходных токенов. Prompt caching и batch processing тарифицируются отдельно и снижают эффективную стоимость длинных повторяющихся нагрузок.
Qwen3.6 27b поддерживает до 262K токенов контекста и до 82K токенов вывода на запрос.
Да. WaveSpeedAI предоставляет Qwen3.6 27b через OpenAI-совместимый endpoint по адресу https://llm.wavespeed.ai/v1. Направьте официальный OpenAI SDK на этот base URL с ключом API WaveSpeedAI — других изменений в коде не требуется.
Войдите в WaveSpeedAI, создайте API-ключ в Access Keys и отправьте запрос на https://llm.wavespeed.ai/v1/chat/completions с указанным выше model id. Новые аккаунты получают бесплатные кредиты для оценки Qwen3.6 27b.