ea3331b79a
the model `llama-3.2-11b-vision-preview` was declared at https://github.com/songquanpeng/one-api/blob/3915ce9814b8261a1ab13ed93adec58b463cd75c/relay/adaptor/groq/constants.go#L11
27 lines
623 B
Go
27 lines
623 B
Go
package groq
|
|
|
|
// https://console.groq.com/docs/models
|
|
|
|
var ModelList = []string{
|
|
"gemma-7b-it",
|
|
"gemma2-9b-it",
|
|
"llama-3.1-70b-versatile",
|
|
"llama-3.1-8b-instant",
|
|
"llama-3.2-11b-text-preview",
|
|
"llama-3.2-11b-vision-preview",
|
|
"llama-3.2-1b-preview",
|
|
"llama-3.2-3b-preview",
|
|
"llama-3.2-90b-text-preview",
|
|
"llama-3.2-90b-vision-preview",
|
|
"llama-guard-3-8b",
|
|
"llama3-70b-8192",
|
|
"llama3-8b-8192",
|
|
"llama3-groq-70b-8192-tool-use-preview",
|
|
"llama3-groq-8b-8192-tool-use-preview",
|
|
"llava-v1.5-7b-4096-preview",
|
|
"mixtral-8x7b-32768",
|
|
"distil-whisper-large-v3-en",
|
|
"whisper-large-v3",
|
|
"whisper-large-v3-turbo",
|
|
}
|