Qwen / qwen/qwen3.7-plus

Qwen3.7-Plus - access through LLMTR

Qwen3.7-Plus understands image and video inputs alongside text. It is a balanced fit for screen reading, GUI-based agents, coding from visual references, tool use, and long-context assistant workflows. Thinking is enabled by default, while latency-sensitive requests can disable it with the model suffix or request body.

Technical specifications

Canonical IDqwen/qwen3.7-plus
ProviderQwen
Context window1,000,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, implicit, explicit, image, video

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$1.60

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen/qwen3.7-plus","messages":[{"role":"user","content":"Hello"}]}'

Related models