Create image
Creates an image given a prompt.
In: header
Model identifier in the format providerSlug/modelSlug, e.g., qwen/qwen-image-plus.
A text description of the desired image(s).
11 <= value <= 10"standard" | "hd""url""url" | "b64_json""vivid" | "natural"Response Body
curl -X POST "https://api.openroute.cn/v1/images/generations" \ -H "Content-Type: application/json" \ -d '{ "prompt": "A cute baby sea otter", "n": 1, "size": "1024x1024" }'Last updated on
