Image GenerationActive
LongCat-Image-Edit
LongCat-Image-Edit, the image editing version of LongCat-Image.
Text to ImageBf16
Model ID
LongCat-Image-Edit
Provider
meituan-longcat
Updated
1770489062
wiro playground—meituan-longcat/LongCat-Image-Edit
Updated 1770489062
LongCat-Image-Edit, the image editing version of LongCat-Image.
API quick start
Run LongCat-Image-Edit with a single API call.
POST https://api.wiro.ai/v1/Run/meituan-longcat/longcat-image-edit
{
"prompt": "Turn the yellow car into a red car.",
"inputImages": "https://your-cdn.com/input.png",
"steps": 28,
"scale": 4.5
}curl
curl -X POST "https://api.wiro.ai/v1/Run/meituan-longcat/longcat-image-edit" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "Turn the yellow car into a red car.",
"inputImages": "https://your-cdn.com/input.png",
"steps": 28,
"scale": 4.5
}
JSON