qwen3.7-plus
Qwen logo

Qwen3.7 Plus

qwen3.7-plus
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<=256K
$0.282$1.128
$0.000548/request$0.3525/M tokens$0.0564/M tokens
256K<Input<=1000K
$0.845$3.380
$0.000548/request$1.05625/M tokens$0.169/M tokens

Input Modalities

  • Text
  • Vision
  • Video

Output Modalities

  • Text

Context length

  • 1M tokens

Max output

  • 131K tokens

Capabilities

  • Thinking
  • Streaming
  • Tool calling
  • Web search
  • URL context
  • Code interpreter
  • Computer use
  • File search
  • Memory tool
  • Structured outputs
  • Citations
  • Prompt caching
  • Background mode
  • Server-side sessions

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-plus",
    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-plus?

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.