{
"model": "jimeng-v2.1",
"prompt": "一张海报,一座摩天大楼的玻璃墙面,印着文字:字节跳动, 背景是北京cbd",
"n": 1,
"size": "1024x1024"
}curl --location --request POST '/api/v1/images/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "jimeng-v2.1",
"prompt": "一张海报,一座摩天大楼的玻璃墙面,印着文字:字节跳动, 背景是北京cbd",
"n": 1,
"size": "1024x1024"
}'{
"created": 1732457701,
"data": [
{
"url": "https://sfile.chatglm.cn/chatglm4/121adf46-b582-449f-bf4b-6f19998c3622.png"
}
],
"image": [
"https://sfile.chatglm.cn/chatglm4/121adf46-b582-449f-bf4b-6f19998c3622.png"
],
"metadata": {
"credits": 1,
"height": 1024,
"images": [
{
"image_id": "f64b8f0d-a2fa-4efc-9d34-5134faf3fc14",
"image_invariants": {
"preset": "realistic_image"
},
"transparent": false,
"vector_image": false
}
],
"random_seed": 2978853182,
"request_id": "8d4be7b1-989d-47b2-bc35-82a657a4f488",
"transform_model": "recraftv3",
"width": 1024
}
}