cURL
curl --request POST \ --url https://api.ai.cc/v1/images/generations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "model": "qwen-image", "input": { "messages": [ { "role": "user", "content": [ { "text": "A cute baby sea otter" } ] } ] }, "parameters": { "negative_prompt": "", "prompt_extend": true, "watermark": false, "size": "1328*1328" } } '
{ "created": 123, "data": [ { "url": "<string>", "b64_json": "<string>", "revised_prompt": "<string>" } ] }
Image generation for the qwen-image/wan series
Documentation IndexFetch the complete documentation index at: https://docs.ai.cc/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ai.cc/llms.txt
Use this file to discover all available pages before exploring further.
Authentication is done using Bearer Token. Format: Authorization: Bearer sk-xxxxxx
Authorization: Bearer sk-xxxxxx
Show child attributes
Image generated successfully