You're looking at a specific version of this model. Jump to the model overview.
qwen /qwen3-7-plus:b964682d
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| prompt |
string
|
|
The prompt to send to the model.
|
| system_prompt |
string
|
You are a helpful assistant.
|
System prompt to guide the model's behavior.
|
| image |
array
|
[]
|
Optional list of input images for visual understanding (Qwen3.7-Plus is multimodal). Each image is sent alongside the text prompt.
|
| max_tokens |
integer
|
2048
Min: 1 Max: 65536 |
The maximum number of tokens the model should generate as output.
|
| temperature |
number
|
0.7
Max: 2 |
The value used to modulate the next token probabilities.
|
| top_p |
number
|
0.8
Max: 1 |
A probability threshold for nucleus sampling. Only keeps the top tokens with cumulative probability >= top_p.
|
| presence_penalty |
number
|
0
Min: -2 Max: 2 |
Presence penalty. Positive values penalize tokens that have already appeared, encouraging the model to talk about new topics.
|
| frequency_penalty |
number
|
0
Min: -2 Max: 2 |
Frequency penalty. Positive values penalize tokens proportionally to how often they have appeared, reducing repetition.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'type': 'string'},
'title': 'Output',
'type': 'array',
'x-cog-array-display': 'concatenate',
'x-cog-array-type': 'iterator'}