Image GenerationActive
LongCat-Image
LongCat-Image is a 6B-parameter model built for high-quality image generation, delivering strong multilingual text rendering, realistic visuals, and efficient deployment.
Text to ImageBf16
Model ID
LongCat-Image
Provider
meituan-longcat
Updated
1770490416
wiro playground—meituan-longcat/LongCat-Image
Updated 1770490416
LongCat-Image is a 6B-parameter model built for high-quality image generation, delivering strong multilingual text rendering, realistic visuals, and efficient deployment.
API quick start
Run LongCat-Image with a single API call.
POST https://api.wiro.ai/v1/Run/meituan-longcat/longcat-image
{
"prompt": "An ethereal female elf with long platinum…",
"aspectRatio": "Default",
"steps": 28,
"scale": 4.5
}curl
curl -X POST "https://api.wiro.ai/v1/Run/meituan-longcat/longcat-image" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "An ethereal female elf with long platinum…",
"aspectRatio": "Default",
"steps": 28,
"scale": 4.5
}
JSON