Skip to content
Qwen Plus 0728 logo

Qwen Plus 0728

Verified

Open-weight LLM with a 1M-token context for long text tasks.

Alibaba QwenLanguage ModelsOpen
Model page
Updated 2026-06-14

About Qwen Plus 0728

The model follows a standard transformer design optimized for text. Its open-weight release lets researchers inspect, fine-tune, and deploy the weights freely. The one-million-token context window stands out as the key architectural feature.

Strengths center on retaining coherence across very long sequences of text. This capability reduces the need for chunking or summarization in preprocessing pipelines. The absence of disclosed parameter counts keeps focus on practical context length rather than scale claims.

Typical usage includes processing full-length reports, maintaining multi-turn technical discussions, and handling large code repositories. Developers integrate it into applications where preserving distant context improves output quality. Academic teams also use it to study long-context behavior in open models.

Capabilities

Long-context reasoning
Multilingual text generation
Code generation
Mathematical reasoning
Instruction following

How Qwen Plus 0728 compares

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

Price

USD per 1M output tokens · Lower is better · Qwen Plus 0728 ranks #34 of 78

$0.50
Olmo 3 32B Think
$0.60
Solar Pro 3
$0.63
Ring-2.6-1T
$0.63
Ling-2.6-1T
$0.75
Mercury 2
$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
Skyfall 36B V2
$0.85
Trinity Large Thinking
$0.85
GLM 4.5 Air

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

Best for

Long-Form Document Analysis

The 1,000,000-token context window allows the model to ingest and reason over entire books, legal contracts, or research papers in a single pass without chunking.

Extended Multi-Turn Conversations

Maintains coherence across very long dialogues, making it suitable for ongoing technical support sessions or complex collaborative writing projects.

Large Codebase Understanding

Can process and explain entire repositories or lengthy code files at once, aiding in refactoring, debugging, and architectural reviews.

Strengths & limitations

Strengths

  • +Handles up to 1M token contexts
  • +Strong Chinese-English bilingual performance
  • +Solid general reasoning for an LLM

Limitations

  • Text-only modality
  • No native vision or multimodal support
  • Knowledge cutoff inherent to training data

Cost calculator

Estimate what Qwen Plus 0728 would cost for your usage.

$0.00065
per request
$6.5
estimated / month

Based on Qwen Plus 0728'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-2025-07-28",
  messages: [{ role: "user", content: "Hello!" }],
});

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

Model slug: qwen/qwen-plus-2025-07-28

Editor's verdict

Our take on Qwen Plus 0728

Qwen Plus 0728 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 up to 1m token contexts and strong chinese-english bilingual performance.

Did you find this helpful?

Frequently asked questions

The model supports a context window of 1,000,000 tokens.

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 Qwen Plus 0728

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

DFeatured on DhanasviQwen Plus 0728 2