feat: add Gemini Imagen image generation support

This commit is contained in:
Sh1n3zZ
2025-02-18 01:41:58 +08:00
parent a353ea3eee
commit 873a79f28f
3 changed files with 128 additions and 4 deletions
+2
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"