GPT-5.6 is here 🎉 20% off all GPT 🎉 All July 🔥Learn more
Qwen

Qwen Plus

Chat
bailian/qwen-plus
CompareGet Started

Qwen Plus is Alibaba's balanced Qwen model, served through Dashscope and tuned to pair solid general-task performance with low cost. It brings strong Chinese and English bilingual capabilities and supports tool use (function calling). Context window: 1M tokens, output: 32K. Accessible via the OpenAI-compatible protocol.

Context Window
1M
Max Output Tokens
32K
Released
2025-12-01
Capabilities
Function Calling
Available Providers
BaiLianAliyun
Supported Protocols
OpenAIopenai

Providers

BaiLianAliyun
Input Tokens
$0.12/M
Output Tokens
$0.29/M
Cache Read
$0.023/M
Protocols
OpenAIopenai/v1/chat/completions

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="bailian/qwen-plus",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Benchmarks

LMArenaEvaluated as qwen-plus-0125

Qwen Plus scores 1346 in the Overall category of the LMArena text leaderboard (style control), ranking #188 of 374 models based on 5,819 human preference votes (updated 2026-07-12).

Benchmark scores for qwen-plus-0125 on LMArena
CategoryArena Score95% CIRankVotes
Overall134613381354#188 of 3745,819
Hard Prompts135313381367#193 of 3741,481
Coding138013611398#196 of 369893
Math132413041343#189 of 362732
Creative Writing131712991335#180 of 372931
Instruction Following133213201344#183 of 3742,249
Chinese137513481402#171 of 344459

Source: LMArena · CC BY 4.0 · Updated 2026-07-12 · Methodology · Ranks compare models within each category of the LMArena text leaderboard (style control). Scores come from third-party human preference evaluations, not from OFOX.

Frequently Asked Questions

Qwen Plus on Ofox.ai costs $0.12/M per million input tokens and $0.29/M per million output tokens. Pay-as-you-go, no monthly fees.