← Back to all generators

qwen/qwen3-7-plus

Qwen3.7-Plus is Alibaba's cost-effective multimodal model with vision-language understanding, a 1 million token context window, and strong agentic coding and tool use.

Capabilities

Reference Images System Prompt Max Tokens Top-P

Cost

Community model (estimated from hardware time)

Input Parameters

frequency_penalty number

Frequency penalty. Positive values penalize tokens proportionally to how often they have appeared, reducing repetition.

Default: 0 min: -2, max: 2
image array

Optional list of input images for visual understanding (Qwen3.7-Plus is multimodal). Each image is sent alongside the text prompt.

Default:
max_tokens integer

The maximum number of tokens the model should generate as output.

Default: 2048 min: 1, max: 65536
presence_penalty number

Presence penalty. Positive values penalize tokens that have already appeared, encouraging the model to talk about new topics.

Default: 0 min: -2, max: 2
prompt string

The prompt to send to the model.

Default: ""
system_prompt string

System prompt to guide the model's behavior.

Default: "You are a helpful assistant."
temperature number

The value used to modulate the next token probabilities.

Default: 0.7 min: 0, max: 2
top_p number

A probability threshold for nucleus sampling. Only keeps the top tokens with cumulative probability >= top_p.

Default: 0.8 min: 0, max: 1
Version: b964682d1c19 Updated: 6/26/2026 14 runs