Qwen3.7 Plus

Qwen3.7 Plus
Alibaba Cloud · Text Generation
POST /v1/chat/completions

Cost-effective Qwen3.7 vision-language model for text, image, video, coding, tool use, GUI understanding, and 1M-context workflows.

At a glance

FieldValue
Model idqwen3-7-plus
Model release date2026-06-01
Input modalitiesText, Image, Video
Output modalitiesText
Context window1M
Weight precision-
Max output tokens65,536
RegionSingapore
Featuresreasoning, vision, video, web_search, code_interpreter, function_calling, prefix_continuation, fine_tuning, agentic_coding
Native inferenceNo
NewYes
Structured outputJSON Mode
Supported endpointsPOST /v1/chat/completions, POST /v1/responses, POST /v1/messages, POST /v1beta/models/qwen3-7-plus:generateContent
Alternate model idsqwen3.7-plus

Pricing

ChargeSpecRate
Inputper 1M prompt tokens<=256K $0.40; 256K-1M $1.20
Outputper 1M generated tokens<=256K $1.60; 256K-1M $4.80
Web searchper request when enabled$0.03
Image Searchper call$0.03

Example request

$curl https://api.empiriolabs.ai/v1/chat/completions \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "qwen3-7-plus", "messages": [{"role":"user","content":"Hello"}]}'

Parameters

ParameterTypeRequiredDefaultDescription
temperaturenumberno0.7Sampling temperature. 0 is deterministic and 2 is maximum randomness. · Range: 0 – 2
top_pnumberno0.9Nucleus sampling probability mass. Lower values make outputs more focused. · Range: 0 – 1
max_tokensnumberno4096Maximum output tokens. · Range: 1 – 65536
stopstringno-Up to 4 strings where the model will stop generating further tokens.
enable_thinkingbooleannotrueEnable reasoning before answering.
reasoning_effortenumno"medium"Reasoning effort level. none disables thinking. low, medium, high, and max set bounded thinking budgets sized to the selected model. · Allowed: none, low, medium, high, max
thinking_budgetnumberno32768Maximum tokens reserved for reasoning when thinking is enabled. · Range: 1 – 256000
vl_high_resolution_imagesbooleannotrueUse higher resolution processing for image inputs.
max_pixelsnumberno2621440Maximum pixel count per image when high resolution processing is disabled. · Range: 4096 – 16777216
video_fpsnumberno2Frames per second to sample from video inputs. · Range: 0.1 – 10
treat_images_as_videobooleannofalseTreat a sequence of images as video frames.
tool_web_searchbooleannotrueSearch the web for real-time information. Adds $0.03 to the request cost for each invoked call.
tool_web_extractorbooleannotrueExtract and read content from URLs. Requires Web Search and Thinking.
tool_code_interpreterbooleannotrueRun Python code in a sandbox. Requires Thinking.
tool_web_search_imagebooleannotrueSearch the web for images from text descriptions. Adds $0.03 to the request cost for each invoked call.
tool_image_searchbooleannotrueFind similar images from an uploaded image. Adds $0.03 to the request cost for each invoked call.
response_formatenumno-Return the output as a valid JSON object (JSON mode). Describe the fields you want in your prompt.
disable_formattingbooleannofalseReturn raw provider-style output without EmpirioLabs source formatting where supported.

Notes

Pricing is 3x for input/output above 256K tokens. Web Search, Text-to-Image Search, and Image-to-Image Search are billed only when invoked.

Text-to-Image Search and Image-to-Image Search use the Image Search pricing row. Thinking tokens are billed as output tokens.

Per-tool billing (usage.tool_usage)

When this model invokes built-in tools inside a single request, the response carries a normalized usage.tool_usage map alongside the token counts. Tool counts are already factored into cost_usd and are surfaced for transparency.

Variants

:variant1

FieldValue
Model idqwen3-7-plus:variant1
Model release date2026-06-01
RegionChina
Context window1M
Weight precision-
Max output tokens65,536
Featuresqwen3.7, reasoning, vision, video, web_search, code_interpreter, function_calling, prefix_continuation, cache, fine_tuning, agentic_coding
Native inferenceNo
Structured outputJSON Mode
Supported endpointsPOST /v1/chat/completions, POST /v1/responses, POST /v1/messages, POST /v1beta/models/qwen3-7-plus:variant1:generateContent

Pricing

ChargeSpecRate
Inputper 1M prompt tokens<=256K $0.276 (was $0.40); 256K-1M $0.826 (was $1.20)
Outputper 1M generated tokens<=256K $1.101 (was $1.60); 256K-1M $3.301 (was $4.80)
Implicit cache readper 1M cached prompt tokens<=256K $0.056 (was $0.08); 256K-1M $0.166 (was $0.24)
Web searchper request when enabled$0.01
Image Searchper call$0.01

Parameters

ParameterTypeRequiredDefaultDescription
temperaturenumberno0.7Sampling temperature. 0 is deterministic and 2 is maximum randomness. · Range: 0 – 2
top_pnumberno0.9Nucleus sampling probability mass. Lower values make outputs more focused. · Range: 0 – 1
max_tokensnumberno4096Maximum output tokens. · Range: 1 – 65536
stopstringno-Up to 4 strings where the model will stop generating further tokens.
enable_thinkingbooleannotrueEnable reasoning before answering.
reasoning_effortenumno"medium"Reasoning effort level. none disables thinking. low, medium, high, and max set bounded thinking budgets sized to the selected model. · Allowed: none, low, medium, high, max
thinking_budgetnumberno32768Maximum tokens reserved for reasoning when thinking is enabled. · Range: 1 – 256000
vl_high_resolution_imagesbooleannotrueUse higher resolution processing for image inputs.
max_pixelsnumberno2621440Maximum pixel count per image when high resolution processing is disabled. · Range: 4096 – 16777216
video_fpsnumberno2Frames per second to sample from video inputs. · Range: 0.1 – 10
treat_images_as_videobooleannofalseTreat a sequence of images as video frames.
tool_web_searchbooleannotrueSearch the web for real-time information. Adds $0.01 to the request cost for each invoked call.
tool_web_extractorbooleannotrueExtract and read content from URLs. Requires Web Search and Thinking.
tool_code_interpreterbooleannotrueRun Python code in a sandbox. Requires Thinking.
tool_web_search_imagebooleannotrueSearch the web for images from text descriptions. Adds $0.01 to the request cost for each invoked call.
tool_image_searchbooleannotrueFind similar images from an uploaded image. Adds $0.01 to the request cost for each invoked call.
response_formatenumno-Return the output as a valid JSON object (JSON mode). Describe the fields you want in your prompt.
disable_formattingbooleannofalseReturn raw provider-style output without EmpirioLabs source formatting where supported.

Notes

China pricing is discounted versus Singapore. Implicit cache input uses the cached-token row. Web Search, Text-to-Image Search, and Image-to-Image Search are billed only when invoked.

Text-to-Image Search and Image-to-Image Search use the Image Search pricing row. China paid tool calls are $0.01 each. Thinking tokens are billed as output tokens.

Per-tool billing (usage.tool_usage)

When this model invokes built-in tools inside a single request, the response carries a normalized usage.tool_usage map alongside the token counts. Tool counts are already factored into cost_usd and are surfaced for transparency.


Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/qwen3-7-plus.