QwenReleased on May 31, 2026

Qwen3.7-Plus: API Pricing, Context Window & Benchmarks

Qwen3.7-Plus is a language model from Qwen, released in May 2026, with multimodal input, a 1M-token context window, and pricing from $0.320/M input and $1.28/M output.

Qwen3.7-Plus is Alibaba Cloud Qwen Team's multimodal agent model that unifies vision and language into a single agent foundation. Built on the Qwen3.7 text backbone, it operates as a multimodal interactive hybrid agent—perceiving

Input
TextImage
Output
Text

Qwen3.7-Plus benchmarks

Rankings

Quality Tracker

Qwen3.7-Plus Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Sat Jul 18 2026
Notice missing or incorrect data?

Qwen3.7-Plus pricing

Providers

Qwen3.7-Plus starts at $0.320 per million input tokens and $1.28 per million output tokens via Together.

ProviderInput $/MOutput $/MWorkload 1M + 100KContext in / outTTFT p50 / p95 sOutput avg / p5 c/sSuccess 7dModalities in / out
Together logoTogether
$0.320$1.28$0.4481.0M/65.5K
1.98/2.75
128/21
28.13%(64)
/

Workload cost uses 1M input tokens plus 100K output tokens at published list prices without assuming a cache hit. Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests. Success is calculated from completed versus failed requests over the trailing seven days.

Qwen3.7-Plus context window

Input and output token limits for Qwen3.7-Plus, plus how it ranks on long-context understanding.

InputOutput
1Mtokens
66Ktokens
1.5k pages of text
1M
8K128K1M

Qwen3.7-Plus API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $0.32 input / $1.28 output per 1M tokens through the LLM Stats gateway.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://gateway.llm-stats.com/v1"
)

response = client.chat.completions.create(
    model="qwen3.7-plus",
    messages=[
        {"role": "user", "content": "What is machine learning?"}
    ]
)

print(response.choices[0].message.content)

Need an API key? Create one above in the playground, or read the API documentation.

Qwen3.7-Plus latency

Qwen3.7-Plus time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Provider operational metrics

Time to first token, output throughput, and failed-request rate from live API traffic

Loading chart...
Loading chart...
Loading chart...

Qwen3.7-Plus examples

Recent arena outputs from Qwen3.7-Plus, picked from the highest-ranked matchups.

Qwen3.7-Plus license

Qwen3.7-Plus is a proprietary model available under its provider's product and API terms.

License
Proprietary
Hosted access

Proprietary license - usage restrictions apply

Qwen3.7-Plus resources

Official sources for Qwen3.7-Plus: api documentation, official playground, official launch post.

Qwen3.7-Plus vs other models

The most-compared alternatives to Qwen3.7-Plus are Gemini 3 Flash, MiMo-V2.5-Pro, GPT-5.2 Pro. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like Qwen3.7-Plus

Models ranked just above and below Qwen3.7-Plus by LLM Stats score.

 

Gemini 3 Flash

Score pending
 

MiMo-V2.5-Pro

Score pending
 

GPT-5.2 Pro

Score pending
 

GPT-5.2

Score pending
 

GLM-5

Score pending
 

Qwen3.7 Max

Score pending

FAQ

Common questions about Qwen3.7-Plus.

When was Qwen3.7-Plus released?

Qwen3.7-Plus was released on May 31, 2026 by Qwen. This is the official Qwen3.7-Plus release date tracked on LLM Stats.

How much does Qwen3.7-Plus cost?

Qwen3.7-Plus costs $0.32 per million input tokens and $1.28 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $0.32 per million input tokens via Together.

Is Qwen3.7-Plus available via API?

Yes. Qwen3.7-Plus is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 1 provider tracked on LLM Stats.

Who created Qwen3.7-Plus?

Qwen3.7-Plus was created by Qwen.

What is the license for Qwen3.7-Plus?

Qwen3.7-Plus is released under the Proprietary license.

Is Qwen3.7-Plus multimodal?

Yes, Qwen3.7-Plus is multimodal and can accept both text and images as input.

What is Qwen3.7-Plus latency?

Qwen3.7-Plus p95 time to first token is 2.75 seconds via Together over the trailing 7 days. Lower time to first token means the model begins responding sooner for chat, agents and API workloads.

Where can I use Qwen3.7-Plus?

Qwen3.7-Plus is available through 1 provider including Together.

Where is the Qwen3.7-Plus paper or technical report?

Qwen3.7-Plus has a paper or technical report available at https://qwen.ai/blog?id=qwen3.7-plus. Use that source for architecture, training, release and evaluation details.

What models should I compare Qwen3.7-Plus against?

Common Qwen3.7-Plus comparisons include Qwen3.7-Plus vs Gemini 3 Flash, Qwen3.7-Plus vs MiMo-V2.5-Pro, Qwen3.7-Plus vs GPT-5.2 Pro. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.