Authorization: Bearer ********************
{
"instances": [
{
"prompt": "小女孩"
}
],
"parameters": {
"sampleCount": 4
}
}
curl --location -g --request POST 'https://api.jxincm.cn/v1beta/models/imagen-4.0-generate-001:predict?key=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"instances": [
{
"prompt": "小女孩"
}
],
"parameters": {
"sampleCount": 4
}
}'
{}