Qwen3.7 Flash

qwen/qwen3.7-flash
NewFeatured
VisionToolsJSONReasoning
by Qwen · 2026-07-27

Qwen3.7 Flash is Alibaba's fast, extremely cost-efficient model in the Qwen3.7 family, sitting below Qwen3.7-Plus and Qwen3.7-Max as the high-throughput tier. It is natively multimodal on the input side — accepting text, images, and video with text output — and serves a 1M-token context window with up to 64K output tokens, so long documents, screenshots, and video frames stay in reach even at Flash-tier pricing. At roughly $0.03 per million input tokens on the base tier it is one of the cheapest 1M-context multimodal models available, making it a natural fit for classification, extraction, routing, summarization, lightweight agents, and any pipeline run at very high volume. It supports reasoning mode, native tool calling, structured outputs via response_format, and the usual sampling controls (temperature / top_p / seed / logprobs). Note that pricing is tiered by prompt length: costs step up above 32K and again above 256K input tokens, so batching short requests is materially cheaper than padding long ones. Use Flash as the volume workhorse and escalate to Qwen3.7-Plus or Max when a task genuinely needs more capability.

ctx1M tokens
Max output65K
Inputtext + image + video
Outputtext
p50 TTFT2.83 s
INPUT$0.03/ 1M tokens
OUTPUT$0.13/ 1M tokens
p50 TTFT2.83 s7d
p95 TTFT9.64 s7d
TRAFFIC13.5Mtokens / 7d

Qwen3.7 Flash is a multimodal large language model created by the Qwen team and made available through OrcaRouter. It processes text, image, and video inputs and supports a context window of…

What is Qwen3.7 Flash and who should use it?

What input modalities does Qwen3.7 Flash support?

What is the context window size of Qwen3.7 Flash?

How is Qwen3.7 Flash accessed through OrcaRouter?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
import os

from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key=os.environ["ORCAROUTER_API_KEY"],
)

response = client.chat.completions.create(
    model="qwen/qwen3.7-flash",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • include_reasoning
  • logprobs
  • max_tokens
  • presence_penalty
  • reasoning
  • response_format
  • seed
  • temperature
  • tool_choice
  • tools
  • top_logprobs
  • top_p

Pricing

TierInput / 1M tokensOutput / 1M tokensCache read / 1MCache write / 1M
32K$0.030$0.130$0.0060$0.038
256K$0.100$0.400$0.020$0.125
$0.200$0.800$0.040$0.250
Tier selected by input token count of each request

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $0.600 · With prompt caching $0.516

Estimate based on list price

Tiered pricing — this estimate uses base-tier rates.

Token & cost estimator

Input tokens: 20Cost per request: $0.000066

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
2.83 s
Output speed
333 tok/s
p95 TTFT
9.64 s
Error rate
0%

Public benchmarks

Source: Design Arena

Community buzz

What developers are saying this week

Hacker News0 mentions · 7d

How it compares

Qwen3.7 Flashqwen/qwen3-max-previewQwen3.5 397B A17Bqwen/qwen3.5-plus
Input $/M$0.03$0.86$0.17$0.12
Output $/M$0.13$3.44$1.03$0.69
Context1.0M262K33K1.0M
Quality7/108/108/108/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

How much does Qwen3.7 Flash cost on OrcaRouter?
No specific pricing for Qwen3.7 Flash is provided in the available facts. OrcaRouter typically charges per token for input and output. As a Flash model, it is likely priced lower than flagship models. Visit OrcaRouter's pricing page or contact support for current rates.
What is the context window size of Qwen3.7 Flash?
The context window is 1,000,000 tokens. This allows the model to process very long documents, extended conversations, or large sets of images/videos in a single prompt.
What are the strengths of Qwen3.7 Flash?
Its strengths include a 1M-token context, multimodal input support (text, image, video), 65k max output tokens, and an optimized 'Flash' architecture that balances speed and cost. It is well-suited for long-document analysis and multimodal understanding.
How does Qwen3.7 Flash compare to GPT-4o-mini?
Qwen3.7 Flash offers a significantly larger context window (1M vs. 128k) and higher max output (65k vs. 16k). GPT-4o-mini may have broader ecosystem support. Neither pricing nor benchmarks are provided for direct comparison.
Does OrcaRouter cache prompts to reduce costs?
OrcaRouter may offer prompt caching, but its specific policy for Qwen3.7 Flash is not detailed in the facts. Check OrcaRouter's documentation for cache hit indicators and discount information.
How do I call Qwen3.7 Flash using an OpenAI-compatible API?
Set the base URL to https://api.orcarouter.ai/v1 and use the model ID "qwen/qwen3.7-flash". Include your OrcaRouter API key. The chat completions endpoint works with standard OpenAI parameters. For multimodal input, add image or video objects in the message content array.
What input modalities does Qwen3.7 Flash support?
It supports text, image, and video inputs. This enables tasks such as analyzing images alongside text, summarizing videos, and combining multiple media types in a single prompt.
Can I fine-tune Qwen3.7 Flash on my own data?
The available facts do not mention fine-tuning capabilities. As an API-accessed model through OrcaRouter, fine-tuning is likely not supported. For custom fine-tuning, consider open-source alternatives.
What is the maximum output length of Qwen3.7 Flash?
The maximum output is 65,536 tokens. This allows generation of very long responses, reports, or code in a single API call.
How do I handle video inputs with Qwen3.7 Flash?
Specific video handling details are not provided. Typically, video inputs are processed as sequences of frames. You may need to preprocess videos into a series of images and pass them as image URLs or base64 data. Consult OrcaRouter's documentation for exact formatting.

Embed this badge

Qwen: Qwen3.7 Flash$0.03/M in2828ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/qwen/qwen3.7-flash" target="_blank"> <img src="https://www.orcarouter.ai/embed/qwen/qwen3.7-flash.svg" alt="Qwen: Qwen3.7 Flash on OrcaRouter" /> </a>
Markdown [![Qwen: Qwen3.7 Flash](https://www.orcarouter.ai/embed/qwen/qwen3.7-flash.svg)](https://www.orcarouter.ai/models/qwen/qwen3.7-flash)

Model card as data

GET /api/public/models/qwen/qwen3.7-flashOpen
Machine-readable:/llms.txt/llms-full.txt