Skip to content
Qwen-Plus logo

Qwen-Plus

Verified

Open-weight LLM excelling at million-token context tasks.

Alibaba QwenLanguage ModelsOpen
Model page
Updated 2026-06-15

About Qwen-Plus

Qwen-Plus uses a transformer-based design tailored for extended sequences. Its fully open weights allow free modification, fine-tuning, and local deployment by the community. The architecture prioritizes efficient handling of very large text inputs.

A key strength is the one-million-token context window that accommodates entire documents or code repositories without truncation. Open-weight release fosters transparency, reproducibility, and collaborative improvements. Text-only modality keeps focus on core language modeling performance.

Users commonly apply it to long-document summarization, extended dialogue systems, and large-scale code analysis. Researchers integrate the model into custom pipelines for academic experiments and production tools. Its accessibility suits both individual projects and enterprise-scale text workflows.

Capabilities

Long-context reasoning
Multilingual text generation
Code generation and analysis
Mathematical reasoning
Complex instruction following
Document summarization

How Qwen-Plus compares

Qwen-Plus (striped bar) vs other language models on intelligence, speed and price.

Price

USD per 1M output tokens · Lower is better · Qwen-Plus ranks #66 of 141

$0.65
ReMM SLERP 13B
$0.70
Hermes 3 70B Instruct
$0.74
Llama 3 70B Instruct
$0.75
Llama 3.3 Euryale 70B
$0.75
Mercury 2
$0.77
DeepSeek V3 0324
$0.78
Qwen-Plus
$0.78
Qwen Plus 0728
$0.78
Qwen Plus 0728
$0.78
Qwen3 Next 80B A3B Thinking
$0.79
DeepSeek V3.1
$0.80
Qwen3 Coder Next
$0.80
DeepSeek V3

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

Best for

Long-Document Analysis

Qwen-Plus processes and reasons over documents up to 1,000,000 tokens, making it effective for summarizing lengthy reports, legal contracts, or research papers while preserving critical details.

Multilingual Application Development

The model generates and translates text across languages, supporting global products that require consistent output in multiple languages within the same conversation or workflow.

Complex Technical Problem Solving

Qwen-Plus handles code generation, analysis, and mathematical reasoning tasks, enabling developers to debug large codebases or solve advanced algorithmic challenges.

Strengths & limitations

Strengths

  • +Handles extremely long inputs effectively
  • +Strong multilingual support including Chinese
  • +Competitive reasoning and coding performance
  • +Versatile instruction adherence

Limitations

  • Text-only modality with no vision support
  • Subject to regional content policies
  • Performance can vary on highly specialized domains

Cost calculator

Estimate what Qwen-Plus would cost for your usage.

$0.00065
per request
$6.5
estimated / month

Based on Qwen-Plus's $0.26/1M input · $0.78/1M output. Estimate only — actual cost varies by provider and caching.

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/qwen-plus",
  messages: [{ role: "user", content: "Hello!" }],
});

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

Model slug: qwen/qwen-plus

Editor's verdict

Our take on Qwen-Plus

Qwen-Plus is Alibaba Qwen's open-weight language models with a 1000K-token context window.

At $0.78 per 1M output tokens, it is very cost-efficient for its class.

As an open-weight model you can self-host it or call it through a hosted API.

Best suited to handles extremely long inputs effectively and strong multilingual support including chinese.

Did you find this helpful?

Frequently asked questions

Qwen-Plus provides a context window of 1,000,000 tokens for processing extended inputs.

User reviews

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

Loading reviews…

Sign in to review

Promote Qwen-Plus

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

DFeatured on DhanasviQwen-Plus 2