Skip to content

Commit a4047f4

Browse files
committed
Add Groq models
1 parent ed35946 commit a4047f4

14 files changed

+184
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "DeepSeek R1 Distill Llama 70B"
2+
attachment = false
3+
reasoning = true
4+
temperature = true
5+
6+
[cost]
7+
input = 0.75
8+
output = 0.99
9+
inputCached = 0.0
10+
outputCached = 0.0
11+
12+
[limit]
13+
context = 131_072
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Gemma 2 9B IT"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.20
8+
output = 0.20
9+
inputCached = 0.0
10+
outputCached = 0.0
11+
12+
[limit]
13+
context = 8_192
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Llama 3.1 8B Instant"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.05
8+
output = 0.08
9+
inputCached = 0.0
10+
outputCached = 0.0
11+
12+
[limit]
13+
context = 131_072
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Llama 3.3 70B Versatile"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.59
8+
output = 0.79
9+
inputCached = 0.0
10+
outputCached = 0.0
11+
12+
[limit]
13+
context = 131_072
14+
output = 32_768
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Llama Guard 3 8B"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.20
8+
output = 0.20
9+
inputCached = 0.0
10+
outputCached = 0.0
11+
12+
[limit]
13+
context = 8_192
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Llama 3 70B"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.59
8+
output = 0.79
9+
inputCached = 0.0
10+
outputCached = 0.0
11+
12+
[limit]
13+
context = 8_192
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Llama 3 8B"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.05
8+
output = 0.08
9+
inputCached = 0.0
10+
outputCached = 0.0
11+
12+
[limit]
13+
context = 8_192
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Llama 4 Maverick 17B"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.20
8+
output = 0.60
9+
inputCached = 0.0
10+
outputCached = 0.0
11+
12+
[limit]
13+
context = 131_072
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Llama 4 Scout 17B"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.11
8+
output = 0.34
9+
inputCached = 0.0
10+
outputCached = 0.0
11+
12+
[limit]
13+
context = 131_072
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Llama Guard 4 12B"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.20
8+
output = 0.20
9+
inputCached = 0.0
10+
outputCached = 0.0
11+
12+
[limit]
13+
context = 131_072
14+
output = 128

0 commit comments

Comments
 (0)