curl --request POST \
--url https://aiproxy.infaas-amd-dev.glo1.nscale.com/v1/images/generations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data '
{
"model": "black-forest-labs/FLUX.1-schnell",
"n": 1,
"prompt": "A serene mountain landscape at sunset with a lake reflecting the orange sky",
"size": "1024x1024"
}
'