feat: add Gemini Imagen image generation support

This commit is contained in:
Sh1n3zZ
2025-02-18 01:39:13 +08:00
parent 995b3a2403
commit 61d2a2f92d
3 changed files with 128 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ var ModelList = []string{
"gemini-2.0-pro-exp",
// thinking exp
"gemini-2.0-flash-thinking-exp",
// imagen models
"imagen-3.0-generate-002",
}
var ChannelName = "google gemini"