Qwen3.7 Plus
Qwen logo

Qwen3.7 Plus

qwen3.7-plus
Qwen

Pricing

TierPricingWeb SearchCache WriteCache Read
0<Input<=256K
$0.282$1.128
$0.00055/request$0.3525/M tokens$0.0564/M tokens
256K<Input<=1000K
$0.845$3.38
$0.00055/request$1.0562/M tokens$0.169/M tokens

Input Modalities

  • Text
  • Vision
  • Video

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://shkq.org/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 the context length of Qwen3.7 Plus?

Qwen3.7 Plus has a 1,000,000 token context window. It supports up to 131,072 output tokens.