20% off all GPT ๐ŸŽ‰ 30% off DeepSeekLearn more

Qwen3.7 Plus

Chat
qwen/qwen3.7-plus

Qwen3.7-Plus is Alibaba Cloud Bailian's balanced reasoning model, released on 2026-06-01 and positioned to deliver strong performance at a competitive price. It supports deep reasoning alongside vision, video input, tool use (function calling), prompt caching, and web search, so it can work across long documents, images, and clips and then act on what it finds through tools. Context window: 1M tokens, output: 64K. Available via OpenAI and Anthropic protocols through Ofox.

Context Window
1M
Max Output Tokens
64K
Released
2026-06-01
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb SearchVideo Input
Available Providers
AliyunAlibaba Cloud
Supported Protocols
openaianthropic

Providers

Alibaba Cloudprovider.type: "alicloud"
Input Tokens
$0.4/M
Output Tokens
$1.6/M
Cache Read
$0.08/M
Cache Write
$0.5/M
Web Search
$0.01/R
Protocols
openai/v1/chat/completions/v1/responses
anthropic
Aliyunprovider.type: "aliyun"
Input Tokens
$0.4/M
Output Tokens
$1.6/M
Cache Read
$0.08/M
Cache Write
$0.5/M
Web Search
$0.01/R
Protocols
openai/v1/chat/completions/v1/responses
anthropic

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

Benchmarks

LMArena โ†—Evaluated as qwen3.7-plus

Qwen3.7 Plus scores 1459 in the Overall category of the LMArena text leaderboard (style control), ranking #41 of 374 models based on 19,170 human preference votes (updated 2026-07-12).

Benchmark scores for qwen3.7-plus on LMArena
CategoryArena Score95% CIRankVotes
Overall14591453โ€“1465#41 of 37419,170
Hard Prompts14791473โ€“1486#43 of 37412,707
Coding15101501โ€“1519#36 of 3695,547
Math14701450โ€“1489#28 of 362904
Creative Writing14411430โ€“1451#40 of 3723,257
Instruction Following14511443โ€“1459#40 of 3746,504
Chinese15061485โ€“1527#27 of 344848

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

Qwen3.7 Plus on Ofox.ai costs $0.4/M per million input tokens and $1.6/M per million output tokens. Pay-as-you-go, no monthly fees.