Qwen: Qwen3.6 27B

Chat
qwen/qwen3.6-27b

Qwen3.6系列27B原生视觉语言Dense模型,模型效果相较3.5-27B重点提升了Agentic coding能力、模型STEM与推理能力进一步增强;视觉模态方面在空间智能、物体定位与检测能力上显著增强,视频理解、文档OCR及视觉Agent能力稳步提升。

Context Window
256K
Max Output Tokens
64K
Released
2026-04-22
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb SearchVideo Input
Available Providers
Aliyun
Supported Protocols
openaianthropic

Providers

alicloud
Input Tokens
$0.6/M
Output Tokens
$3.6/M
Web Search
$0.01/R
Protocols
openai/v1/chat/completions
anthropic
Aliyun
Input Tokens
$0.6/M
Output Tokens
$3.6/M
Web Search
$0.01/R
Protocols
openai/v1/chat/completions
anthropic

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="qwen/qwen3.6-27b",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Frequently Asked Questions

Qwen: Qwen3.6 27B on Ofox.ai costs $0.6/M per million input tokens and $3.6/M per million output tokens. Pay-as-you-go, no monthly fees.