feat: add deepseek-reasoner & gemini-2.0-flash-thinking-exp-01-21 (#2045)

* feat: add MILLI_USD constant and update pricing for deepseek services

* feat: add support for new Gemini model version 'gemini-2.0-flash-thinking-exp-01-21'
This commit is contained in:
Laisky.Cai
2025-01-31 15:15:59 +08:00
committed by GitHub
parent 3915ce9814
commit d88e07fd9a
4 changed files with 29 additions and 19 deletions

View File

@@ -7,5 +7,5 @@ var ModelList = []string{
"gemini-1.5-flash", "gemini-1.5-pro",
"text-embedding-004", "aqa",
"gemini-2.0-flash-exp",
"gemini-2.0-flash-thinking-exp",
"gemini-2.0-flash-thinking-exp", "gemini-2.0-flash-thinking-exp-01-21",
}