{
"model": "janus-pro-7B",
"prompt": "1+1"
}
curl --location --request POST 'https://api.mindcraft.com.cn/v1/images/generations' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "janus-pro-7B",
"prompt": "1+1"
}'
{
"id": "986786bbdb384181bd7ecbd85bbd8819",
"model": "CogView-3",
"usage": {
"prompt_cost": 100
},
"data": [
{
"file_url": "https://sfile.chatglm.cn/testpath/1e1987cd-7ac9-5d31-976d-b72ca6dd937d_0.png",
"image_width": 1024,
"image_height": 1024
}
]
}