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
支援
工具調用
支援
WaveSpeedAI 定價:輸入每百萬 token $0.54,輸出每百萬 token $3.24。Prompt 快取與批次處理分別計費,可顯著降低長上下文、高重複任務的實際成本。
Qwen3.6 27b 每次請求最多支援 262K 上下文 token,輸出最多 82K token。
是的。WaveSpeedAI 透過 https://llm.wavespeed.ai/v1 的 OpenAI 相容端點提供 Qwen3.6 27b。將官方 OpenAI SDK 的 base URL 指向該位址,使用 WaveSpeedAI 的 API Key 即可,無需其他程式碼變更。
登入 WaveSpeedAI,在 Access Keys 建立 API Key,使用上方顯示的 model id 向 https://llm.wavespeed.ai/v1/chat/completions 發送請求。新帳號將獲得免費額度,用於試用 Qwen3.6 27b。