zf-kbot/md-me-qwen-prism

Public
1.1M runs

Run zf-kbot/md-me-qwen-prism with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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
auto
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
{
  "type": "string",
  "title": "Output"
}