feat: add support for gemini-2.0-flash-thinking-exp model

This commit is contained in:
Jinjun Liu
2024-12-21 19:46:35 -06:00
parent 42dfcd6167
commit c4afcc8337
5 changed files with 17 additions and 4 deletions

View File

@@ -117,6 +117,7 @@ var ModelRatio = map[string]float64{
"gemini-1.5-flash": 1,
"gemini-1.5-flash-001": 1,
"gemini-2.0-flash-exp": 1,
"gemini-2.0-flash-thinking-exp": 1,
"aqa": 1,
// https://open.bigmodel.cn/pricing
"glm-4": 0.1 * RMB,