zf-kbot/md-me-image-qwen

Public
124.1K runs

Run zf-kbot/md-me-image-qwen 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
apikey
string
Access key.
prompt
string
Text instruction or text-to-image prompt.
input_image
string
Primary image for edit mode.
ref_image
string
Optional second reference image.
megapixels
number
1

Min: 0.5

Max: 4

Output megapixels when resolution_mode is megapixels; ignored in longest_edge mode.
seed
integer
Random seed. Empty chooses a new seed.
file_format
None
jpg
Requested output format.
resolution_mode
None
longest_edge
longest_edge: resize each reference and output to the selected longest_edge (small images are upscaled). megapixels: use the previous area-based mode. Output shape follows aspect_ratio.
aspect_ratio
None
default
Output aspect ratio. default follows input_image, or uses 1:1 for text-to-image. Applies in both resolution modes.
longest_edge
integer
1024

Min: 1024

Max: 2560

Longest edge in pixels for output and each reference when resolution_mode is longest_edge; ignored in megapixels mode.

Output schema

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

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}