one-api/relay/adaptor/groq/constants.go
longkeyy 39453a7aa1 feat:synchronize with the official release of the groq model
update groq add gemma2-9b-it llama3.1 family fixup price k/token -> m/token
2024-08-06 12:23:57 +08:00

18 lines
364 B
Go

package groq
// https://console.groq.com/docs/models
var ModelList = []string{
"gemma-7b-it",
"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",
}