curl --request POST \
--url https://api.jiekou.ai/v3/nano-banana-2-t2i \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"prompt": "<string>",
"size": "<string>",
"quality": "<string>",
"response_format": "<string>"
}
'{
"images": [
"<string>"
]
}curl --request POST \
--url https://api.jiekou.ai/v3/nano-banana-2-t2i \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"prompt": "<string>",
"size": "<string>",
"quality": "<string>",
"response_format": "<string>"
}
'{
"images": [
"<string>"
]
}基于文本提示词使用 Nano Banana 2 模型生成图像,支持配置图像尺寸比例与画质等级。Documentation Index
Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
Use this file to discover all available pages before exploring further.
application/json1x1, 2x3, 3x2, 3x4, 4x3, 4x5, 5x4, 9x16, 16x9, 21x91k, 2k, 4kurl, b64_jsonresponse_format 为 url 时)或 Base64 编码字符串(当 response_format 为 b64_json 时)。