feat: update gemini model and price (#1705)

This commit is contained in:
longkeyy
2024-08-06 23:43:33 +08:00
committed by GitHub
parent e7e99e558a
commit b4bfa418a8
3 changed files with 23 additions and 16 deletions

View File

@@ -4,9 +4,14 @@ package groq
var ModelList = []string{
"gemma-7b-it",
"llama2-7b-2048",
"llama2-70b-4096",
"mixtral-8x7b-32768",
"llama3-8b-8192",
"llama3-70b-8192",
"gemma2-9b-it",
"llama-3.1-405b-reasoning",
"llama-3.1-70b-versatile",
"llama-3.1-8b-instant",
"llama3-groq-70b-8192-tool-use-preview",
"llama3-groq-8b-8192-tool-use-preview",
"whisper-large-v3",
}