{
"model": "nano-banana-2",
"prompt": "一个甜柿子形态的怪兽,全身沾满了密集的黄红色的柿子,Diospyros kaki Thunb,背景是青岛的海滩,这个柿子怪兽疯狂的在海滩上挖着蛤蜊、螃蟹、海螺、生蚝,大量的往嘴里塞着,同时另一只手正在拿着笔记本写vue代码,场景非常恐怖",
"n": 1
}curl --location --request POST 'https://api.silra.cn/v1/images/generations' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "nano-banana-2",
"prompt": "一个甜柿子形态的怪兽,全身沾满了密集的黄红色的柿子,Diospyros kaki Thunb,背景是青岛的海滩,这个柿子怪兽疯狂的在海滩上挖着蛤蜊、螃蟹、海螺、生蚝,大量的往嘴里塞着,同时另一只手正在拿着笔记本写vue代码,场景非常恐怖",
"n": 1
}'{
"id": "string",
"object": "string",
"created": 0,
"model": "string",
"choices": [
{
"index": 0,
"message": {
"role": "string",
"content": "string"
},
"finish_reason": "string"
}
],
"usage": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0
},
"system_fingerprint": "string"
}