We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faced40 commit 293ba93Copy full SHA for 293ba93
relay/adaptor/groq/constants.go
@@ -3,7 +3,6 @@ package groq
3
// https://console.groq.com/docs/models
4
5
var ModelList = []string{
6
- "gemma-7b-it",
7
"gemma2-9b-it",
8
"llama-3.1-70b-versatile",
9
"llama-3.1-8b-instant",
@@ -23,4 +22,6 @@ var ModelList = []string{
23
22
"distil-whisper-large-v3-en",
24
"whisper-large-v3",
25
"whisper-large-v3-turbo",
+ "deepseek-r1-distill-llama-70b-specdec",
26
+ "deepseek-r1-distill-llama-70b",
27
}
0 commit comments