{
"model": "nano-banana",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Use the nano-banana model to create a 1/7 scale model, in a realistic style and environment. Place the figure on a computer desk, using a circular transparent acrylic base without any text.On the computer screen, display the ZBrush modeling process of the figure.Next to the computer screen, place a TAMIYA-style toy packaging box printedwith the original artwork."
},
{
"type": "image_url",
"image_url": {
"url": "https://github.com/dianping/cat/raw/master/cat-home/src/main/webapp/images/logo/cat_logo03.png"
}
}
]
}
],
"temperature": 0.9,
"max_tokens": 400
}curl --location --request POST 'https://agent.easyapi.cc/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "nano-banana",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Use the nano-banana model to create a 1/7 scale model, in a realistic style and environment. Place the figure on a computer desk, using a circular transparent acrylic base without any text.On the computer screen, display the ZBrush modeling process of the figure.Next to the computer screen, place a TAMIYA-style toy packaging box printedwith the original artwork."
},
{
"type": "image_url",
"image_url": {
"url": "https://github.com/dianping/cat/raw/master/cat-home/src/main/webapp/images/logo/cat_logo03.png"
}
}
]
}
],
"temperature": 0.9,
"max_tokens": 400
}'{
"id": "chatcmpl-20250901083621625176229hCGmqHwV",
"model": "nano-banana",
"object": "chat.completion",
"created": 1756715793,
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "\nUse the nano-banana model to create a 1/7 scale model, in a realistic style and environment. Place the figure on a computer desk, using a circular transparent acrylic base without any text.On the computer screen, display the ZBrush modeling process of the figure.Next to the computer screen, place a TAMIYA-style toy packaging box printedwith the original artwork. \n  [下载1](https://google.datas.systems/fileSystem/response_images/287/2025/09/01/1756715791586126287_7747.png) \n"
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 276,
"completion_tokens": 35,
"total_tokens": 311
}
}