- Organizations
- Qwen
- Qwen3.7-Plus
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
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
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.
| Provider | Input $/M | Output $/M | Workload 1M + 100K | Context in / out | TTFT p50 / p95 s | Output avg / p5 c/s | Success 7d | Modalities in / out |
|---|---|---|---|---|---|---|---|---|
| $0.320 | $1.28 | $0.448 | 1.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.
Qwen3.7-Plus API
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
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.
FAQ
Common questions about Qwen3.7-Plus.