Authorization: Bearer ********************{
"contents": [
{
"parts": [
{
"text": "A yellow kitten is playing with flowers and plants"
}
]
}
],
"generationConfig": {
"imageConfig": {
"aspectRatio": "16:9",
"image_size": "1K"
}
}
}curl --location --request POST 'https://api.allmhub.com/v1beta/models/gemini-3-pro-image-preview:streamGenerateContent?alt=sse' \
--header 'x-goog-api-key: {{key}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"parts": [
{
"text": "A yellow kitten is playing with flowers and plants"
}
]
}
],
"generationConfig": {
"imageConfig": {
"aspectRatio": "16:9",
"image_size": "1K"
}
}
}'{}