curl --location 'https://api.tokenhot.ai/v1beta/models/nano-banana-2-lite:generateContent' \
--header 'Content-Type: application/json' \
--data '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "a koala hugging a eucalyptus branch"
}
]
}
],
"generationConfig": {
"responseModalities": [
"TEXT",
"IMAGE"
],
"imageConfig": {
"aspectRatio": "16:9",
"imageSize": "2K"
}
}
}'{
"candidates": [
{
"content": {
"role": "model",
"parts": [
{
"text": "https://tempfile.aiquickdraw.com/xxx.jpeg"
}
]
},
"finishReason": "STOP",
"index": 0
}
]
}