qwen3.6-27b
Qwen logo

Qwen3.6 27B

qwen3.6-27b
Qwen
The Qwen3.6 series 27B native vision-language Dense model. Compared with the 3.5-27B, the model notably improves Agentic coding capability and further enhances STEM and reasoning abilities; on the visual modality side, spatial intelligence, object localization and detection capabilities are significantly strengthened, and video understanding, document OCR, and visual agent capabilities have steadily improved.

Pricing

  • Input Tokens: $0.422 /M tokens
  • Output Tokens: $2.532 /M tokens

Input Modalities

  • Text
  • Vision
  • Video

Output Modalities

  • Text

Context length

  • 262K tokens

Max output

  • 65.5K tokens

Capabilities

  • Thinking
  • Streaming
  • Tool calling
  • Web search
  • URL context
  • Code interpreter
  • Computer use
  • File search
  • Memory tool
  • Structured outputs
  • Citations
  • Prompt caching
  • Background mode
  • Server-side sessions

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="qwen3.6-27b",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is qwen3.6-27b?

The Qwen3.6 series 27B native vision-language Dense model. Compared with the 3.5-27B, the model notably improves Agentic coding capability and further enhances STEM and reasoning abilities; on the visual modality side, spatial intelligence, object localization and detection capabilities are significantly strengthened, and video understanding, document OCR, and visual agent capabilities have steadily improved.