Skip to content
Qwen3.5-27B logo

Qwen3.5-27B

Verified

Processes long multimodal sequences across text, images, and video.

Alibaba QwenMultimodalOpen
Vision
Model page
Updated 2026-06-15

About Qwen3.5-27B

Built as an open-weight release, Qwen3.5-27B integrates vision and language capabilities into a single transformer architecture. Its 262144-token context window allows it to handle extended documents, multi-turn conversations, and lengthy video transcripts without truncation. The design emphasizes unified processing of text, still images, and video frames.

Strengths include coherent reasoning over mixed inputs and the flexibility of an openly available 27B-parameter checkpoint. Users can fine-tune or deploy the model locally for custom multimodal pipelines. Typical applications range from video summarization and image-grounded question answering to long-form document understanding that incorporates visual evidence.

Capabilities

Long-context reasoning
Multimodal text-image-video understanding
Code generation
Multilingual processing
Complex instruction following
Video content analysis

How Qwen3.5-27B compares

Qwen3.5-27B (striped bar) vs other multimodal on intelligence, speed and price.

Price

USD per 1M output tokens · Lower is better · Qwen3.5-27B ranks #44 of 122

$1.4
Qwen3 VL 8B Thinking
$1.5
Gemini 3.1 Flash Lite Preview
$1.5
Gemini 3.1 Flash Lite
$1.5
Mistral Large 3 2512
$1.5
Perceptron Mk1
$1.6
Qwen3.5 Plus 2026-02-15
$1.6
Qwen3.5-27B
$1.6
Qwen3 VL 30B A3B Thinking
$1.8
Qwen3.5 Plus 2026-04-20
$1.8
GLM 4.5V
$1.9
Qwen3.6 Plus
$2.0
GPT-5 Mini
$2.0
GPT-5.1-Codex-Mini

Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).

Best for

Long-form Video Analysis

The model processes extended video sequences alongside text and images to extract insights, summarize events, and answer detailed questions about content spanning hours of footage.

Multilingual Code Development

It generates, debugs, and explains code in multiple languages while following intricate technical specifications and maintaining coherence across very large codebases.

Cross-Modal Instruction Tasks

Users can issue complex multimodal instructions involving text, images, and video, with the model delivering accurate responses that integrate all input types over long contexts.

Strengths & limitations

Strengths

  • +Very large context window
  • +Native video input support
  • +Strong general reasoning
  • +Efficient 27B scale

Limitations

  • Video processing increases compute cost
  • May lag behind larger models on hardest tasks
  • Multimodal quality varies by input type

Cost calculator

Estimate what Qwen3.5-27B would cost for your usage.

$0.00098
per request
$9.8
estimated / month

Based on Qwen3.5-27B's $0.20/1M input · $1.56/1M output. Estimate only — actual cost varies by provider and caching.

Download & self-host Qwen3.5-27B

This is an open-weight model. Download the weights from Hugging Face or load it directly with Transformers.

28B
Parameters (safetensors)
1,773,930
Monthly downloads
983
Hugging Face likes
Download · transformers
# Install the Hugging Face CLI
pip install -U "huggingface_hub[cli]"

# Download the model weights
hf download Qwen/Qwen3.5-27B

# Or load it directly in Python
from transformers import AutoModelForCausalLM, AutoTokenizer
tok = AutoTokenizer.from_pretrained("Qwen/Qwen3.5-27B")
model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-27B", device_map="auto")
View Qwen/Qwen3.5-27B on Hugging Face

Inference providers

Hosted APIs that serve Qwen3.5-27B (via Hugging Face Inference Providers).

novitafeatherless-ai

Quick start

OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.

JavaScript · openai
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://openrouter.ai/api/v1",
  apiKey: process.env.OPENROUTER_API_KEY,
});

const completion = await client.chat.completions.create({
  model: "qwen/qwen3.5-27b",
  messages: [{ role: "user", content: "Hello!" }],
});

console.log(completion.choices[0].message.content);

Model slug: qwen/qwen3.5-27b

Editor's verdict

Our take on Qwen3.5-27B

Qwen3.5-27B is Alibaba Qwen's open-weight multimodal with a 262K-token context window.

At $1.56 per 1M output tokens, it is mid-priced for its class.

As an open-weight model you can self-host it (28B parameters) or call it through a hosted API.

Best suited to very large context window and native video input support.

Did you find this helpful?

Frequently asked questions

The model supports a context length of 262144 tokens, enabling processing of lengthy documents, conversations, or video transcripts in a single pass.

User reviews

Real, verified reviews from the community shape this model's rating.

Loading reviews…

Sign in to review

Other Qwen models

Sibling versions in the Qwen family from Alibaba Qwen.

Promote Qwen3.5-27B

Add this badge to your website, or share the tool.

DFeatured on DhanasviQwen3.5-27B 1