-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
例行检查
- 我已确认目前没有类似 issue
- 我已确认我已升级到最新版本
- 我已完整查看过项目 README,尤其是常见问题部分
- 我理解并愿意跟进此 issue,协助测试和提供反馈
- 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭
问题描述
经过中转的 gemini-2.5-flash-image 模型生图比例的参数和要求只返回图像的参数未生效。生成的图片比例都是默认的1:1。
官方文档:https://ai.google.dev/gemini-api/docs/image-generation?hl=zh-cn#aspect_ratios
generationConfig": {
"imageConfig": {
"aspectRatio": "16:9"
}
},
"generationConfig": {
"responseModalities": ["Image"]
}
相关截图

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working