Qwen3.7 Flash
Qwen logo

Qwen3.7 Flash

qwen3.7-flash
Qwen
The Qwen 3.7 series' mid-to-high cost-performance "Plus" model builds on strong text capabilities with a comprehensive upgrade to vision-language abilities, while retaining full agent capabilities in coding, tool use, and productivity workflows. Its core features are multimodal interactive hybrid agent capabilities, able to perceive real-world scenes, read screens and operate GUIs, generate code based on visual references, and provide end-to-end navigation of mobile applications.

Pricing

TierPricingWeb SearchCache WriteCache Read
0<Input<=32K
$0.028$0.113
$0.000548/request$0.03525/M tokens$0.00564/M tokens
32K<Input<=256K
$0.085$0.338
$0.000548/request$0.105625/M tokens$0.0169/M tokens
256K<Input<=1000K
$0.169$0.676
$0.000548/request$0.21125/M tokens$0.0338/M tokens

Input Modalities

  • Text

Output Modalities

  • Text

Capabilities

  • Thinking
  • Web
  • Tools
  • Tool calling
  • Structured outputs
  • Long context

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="qwen3.7-flash",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

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

Frequently asked questions

What is Qwen3.7 Flash?

The Qwen 3.7 series' mid-to-high cost-performance "Plus" model builds on strong text capabilities with a comprehensive upgrade to vision-language abilities, while retaining full agent capabilities in coding, tool use, and productivity workflows. Its core features are multimodal interactive hybrid agent capabilities, able to perceive real-world scenes, read screens and operate GUIs, generate code based on visual references, and provide end-to-end navigation of mobile applications.