TokenRoute
Get started
Back to models

Qwen: Qwen3.7 Flash

qwen/qwen3.7-flash

Qwen3.7 Flash is a vision-language reasoning model from Alibaba. It is suited for multimodal agents, visual coding, search, and computer interaction, with strengths in object recognition, spatial understanding, and real-world...

Pricing

Input$0.0210 /M
Output$0.0910 /M
Cache read$0.0042 /M
Cache write$0.0266 /M

Specs

Context length1M tokens
Max output65.5K tokens
Inputtext, image, video
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3.7-flash",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

include_reasoning
logprobs
max_tokens
presence_penalty
reasoning
response_format
seed
temperature
tool_choice
tools
top_logprobs
top_p
Qwen: Qwen3.7 Flash API, pricing and context length | TokenRoute