You're looking at a specific version of this model. Jump to the model overview.

zf-kbot /md-me-qwen-prism:6f29c102

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
task
None
image_prompt_enhance
Task type.
prompt
string
User prompt or text.
custom_task_prompt
string
Optional system prompt override for the selected task.
input_image
string
Input image for image prompt enhancement or image-to-prompt tasks.
language
None
zh
Output language.
max_tokens
integer
768

Min: 128

Max: 2048

Maximum output tokens.
temperature
number
0.4

Max: 1.2

Sampling temperature.
top_p
number
0.9

Min: 0.1

Max: 1

Top-p sampling.
enable_mtp
boolean
True
Enable native MTP speculative decoding. Server restarts if changed.
spec_draft_n_max
integer
1

Min: 1

Max: 8

Maximum MTP draft tokens.
spec_draft_n_min
integer
1

Min: 1

Max: 8

Minimum MTP draft tokens.
enable_reasoning
boolean
False
Enable Qwen thinking/reasoning mode.
include_reason
boolean
False
Compatibility flag. Output remains plain text.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'title': 'Output', 'type': 'string'}