Skip to content

Commit c5e4e2c

Browse files
authored
Merge pull request #1276 from voronkovich/feat-update-groq
feat(groq): Update Groq models
2 parents 357c302 + ca40cb5 commit c5e4e2c

14 files changed

Lines changed: 232 additions & 1 deletion

packages/core/src/family.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,15 @@ export const ModelFamilyValues = [
374374

375375
// Writer
376376
"palmyra",
377+
378+
// ALLaM
379+
"allam",
380+
381+
// Canopy Labs
382+
"canopylabs",
383+
384+
// Groq
385+
"groq",
377386
] as const;
378387

379388
export const ModelFamily = z.enum(ModelFamilyValues);
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "ALLaM-2-7b"
2+
family = "allam"
3+
release_date = "2024-09"
4+
last_updated = "2024-09"
5+
attachment = false
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2024-09"
9+
tool_call = false
10+
open_weights = false
11+
12+
[cost]
13+
input = 0.0
14+
output = 0.0
15+
16+
[limit]
17+
context = 4_096
18+
output = 4_096
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Orpheus Arabic Saudi"
2+
family = "canopylabs"
3+
release_date = "2025-12-16"
4+
last_updated = "2025-12-16"
5+
attachment = false
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2025-12-16"
9+
tool_call = false
10+
open_weights = false
11+
12+
[cost]
13+
input = 40.00
14+
output = 0
15+
16+
[limit]
17+
context = 4_000
18+
output = 50_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["audio"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Orpheus V1 English"
2+
family = "canopylabs"
3+
release_date = "2025-12-19"
4+
last_updated = "2025-12-19"
5+
attachment = false
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2025-12-19"
9+
tool_call = false
10+
open_weights = false
11+
12+
[cost]
13+
input = 0.0
14+
output = 0.0
15+
16+
[limit]
17+
context = 4_000
18+
output = 50_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["audio"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Compound Mini"
2+
family = "groq"
3+
release_date = "2025-09-04"
4+
last_updated = "2025-09-04"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
knowledge = "2025-09-04"
9+
tool_call = true
10+
open_weights = false
11+
12+
[cost]
13+
input = 0.0
14+
output = 0.0
15+
16+
[limit]
17+
context = 131_072
18+
output = 8_192
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Compound"
2+
family = "groq"
3+
release_date = "2025-09-04"
4+
last_updated = "2025-09-04"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
knowledge = "2025-09-04"
9+
tool_call = true
10+
open_weights = false
11+
12+
[cost]
13+
input = 0.0
14+
output = 0.0
15+
16+
[limit]
17+
context = 131_072
18+
output = 8_192
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

providers/groq/models/meta-llama/llama-4-maverick-17b-128e-instruct.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ knowledge = "2024-08"
99
tool_call = true
1010
structured_output = true
1111
open_weights = true
12+
status = "deprecated"
1213

1314
[cost]
1415
input = 0.20

providers/groq/models/meta-llama/llama-guard-4-12b.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ reasoning = false
77
temperature = true
88
tool_call = false
99
open_weights = true
10+
status = "deprecated"
1011

1112
[cost]
1213
input = 0.20
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Llama Prompt Guard 2 22M"
2+
family = "llama"
3+
release_date = "2024-10-01"
4+
last_updated = "2024-10-01"
5+
attachment = false
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2024-10"
9+
tool_call = false
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.03
14+
output = 0.03
15+
16+
[limit]
17+
context = 512
18+
output = 512
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Llama Prompt Guard 2 86M"
2+
family = "llama"
3+
release_date = "2024-10-01"
4+
last_updated = "2024-10-01"
5+
attachment = false
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2024-10"
9+
tool_call = false
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.04
14+
output = 0.04
15+
16+
[limit]
17+
context = 512
18+
output = 512
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

0 commit comments

Comments
 (0)