{
"model": "cogview-3-flash",
"prompt": "一只可爱的小猫咪,坐在阳光明媚的窗台上,背景是蓝天白云.",
"size": "1280x1280"
}curl --location --request POST 'https://maas.haoee.com/api/paas/v4/images/generations' \
--header 'Authorization: {{API_KEY}}' \
--header 'modelname: cogview-3-flash' \
--header 'lineType: main' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "cogview-3-flash",
"prompt": "一只可爱的小猫咪,坐在阳光明媚的窗台上,背景是蓝天白云.",
"size": "1280x1280"
}'{
"created": 123,
"data": [
{
"url": "<string>"
}
],
"content_filter": [
{
"role": "assistant",
"level": 1
}
]
}