Seedance 2.0 立省 20% | 在 Video Generator 中创作 →
alibaba
qwen/qwen3.6-27b

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.

定价

按量付费

无需预付费用,仅按实际使用量付费

输入
$0.60 / M Tokens$0.54 / M Tokens
输出
$3.60 / M Tokens$3.24 / M Tokens

试用模型

qwen/qwen3.6-27b
在线
alibaba
你好!我是乐于助人的 AI 助手。需要我帮你做什么?

API 使用

使用以下代码示例接入我们的 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)

模型介绍

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, combines strong language and visual reasoning, and is optimized for agentic coding, repository-level reasoning, document understanding, and tool-use workflows.


Why It Looks Great

  • Dense 27B architecture for practical deployment and predictable inference behavior
  • Native multimodal support for text, image, and video understanding
  • 262K-token context window for long prompts, large codebases, documents, and multi-turn workflows
  • Up to 80K output tokens for extended reasoning, coding, and structured generation
  • Strong agentic coding performance at a deployable open-weight scale
  • Supports both thinking and non-thinking modes for flexible latency and reasoning trade-offs
  • Function calling and tool-use support for agentic application workflows
  • Structured output support for JSON responses and schema-constrained generation

Key Features

  • Parameters: 27B
  • Architecture: Dense
  • 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
  • Thinking Mode: Supported
  • Audio Input: Not listed
  • Image Generation: Not listed
  • Supported Parameters: frequency_penalty, include_reasoning, logit_bias, logprobs, max_tokens, min_p, presence_penalty, reasoning, repetition_penalty, response_format, seed, stop, structured_outputs, temperature, tool_choice, tools, top_k, top_logprobs, top_p

Specifications

SpecificationValue
Provideralibaba
Model TypeChat Completions model
ArchitectureDense 27B multimodal model
Modalitiestext+image+video->text
Context Window262,144 tokens
Max Input180,224 tokens
Max Output81,920 tokens
InputText, Image, Video
OutputText
VisionSupported
Function CallingSupported
Structured OutputsSupported
ReleaseApril 2026

Pricing

Token TypeCost
Input$0.32 per million tokens
Output$3.20 per million tokens

How to Use

  1. Write your prompt - describe the task, provide context, and specify the 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.6-27b


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.6-27b",
    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.6-27b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: qwen/qwen3.6-27b
  • Provider: alibaba
  • Best suited for agentic coding, repository-level reasoning, multimodal reasoning, document understanding, and structured output workflows

信息

提供商alibaba
类型llm

支持功能

输入
文本图像
输出
文本
上下文262,144
最大输出81,920
视觉✓ 支持
函数调用✓ 支持

API 访问指南

Base URLhttps://llm.wavespeed.ai/v1
API 端点chat/completions
Model IDqwen/qwen3.6-27b

Qwen3.6 27b API

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 试用 Qwen3.6 27b

通过我们的统一 API 接入 Qwen3.6 27b — 兼容 OpenAI、无冷启动、透明计费。

关于 Qwen3.6 27b 的常见问题

Qwen3.6 27b API 多少钱?+

WaveSpeedAI 定价:输入每百万 token $0.54,输出每百万 token $3.24。Prompt 缓存和批处理单独计费,可显著降低长上下文、高重复任务的实际成本。

Qwen3.6 27b 的上下文窗口是多大?+

Qwen3.6 27b 单次请求最多支持 262K 上下文 token,输出最多 82K token。

Qwen3.6 27b 是否兼容 OpenAI?+

是的。WaveSpeedAI 通过 https://llm.wavespeed.ai/v1 的 OpenAI 兼容端点提供 Qwen3.6 27b。把官方 OpenAI SDK 的 base URL 指向该地址,使用 WaveSpeedAI 的 API Key 即可,无需任何其他代码改动。

如何开始使用 Qwen3.6 27b?+

登录 WaveSpeedAI,在 Access Keys 中生成 API Key,使用上方显示的 model id 向 https://llm.wavespeed.ai/v1/chat/completions 发送请求。新账户可获得免费额度,用于试用 Qwen3.6 27b。

相关 LLM API