feat: add new Gemini 2.0 flash models to adapter and billing ratio

This commit is contained in:
Laisky.Cai
2025-02-06 12:57:57 +00:00
parent cdacfb6787
commit b0e9573caf
2 changed files with 3 additions and 1 deletions

View File

@@ -18,7 +18,8 @@ var ModelList = []string{
"gemini-exp-1206",
"gemini-1.5-pro-001", "gemini-1.5-pro-002",
"gemini-1.5-flash-001", "gemini-1.5-flash-002",
"gemini-2.0-flash-exp",
"gemini-2.0-flash-exp", "gemini-2.0-flash-001",
"gemini-2.0-flash-lite-preview-02-05",
"gemini-2.0-flash-thinking-exp-01-21",
}