Skip to content

Commit 7ea8fba

Browse files
authored
Merge pull request anomalyco#589 from dpuyosa/UpdateModel
Venice: Added new models Grok Code Fast 1 and Minimax M2.1
2 parents f4069f9 + 3a61532 commit 7ea8fba

4 files changed

Lines changed: 50 additions & 4 deletions

File tree

providers/venice/models/gemini-3-flash-preview.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ structured_output = true
77
temperature = true
88
knowledge = "2025-01"
99
release_date = "2025-12-19"
10-
last_updated = "2025-12-29"
10+
last_updated = "2025-12-30"
1111
open_weights = false
1212

1313
[interleaved]
@@ -16,6 +16,7 @@ field = "reasoning_details"
1616
[cost]
1717
input = 0.7
1818
output = 3.75
19+
cache_read = 0.07
1920

2021
[limit]
2122
context = 262_144
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Grok Code Fast 1"
2+
family = "grok"
3+
attachment = true
4+
reasoning = true
5+
tool_call = true
6+
structured_output = true
7+
temperature = true
8+
release_date = "2025-12-01"
9+
last_updated = "2025-12-30"
10+
open_weights = false
11+
12+
[cost]
13+
input = 0.25
14+
output = 1.87
15+
cache_read = 0.03
16+
17+
[limit]
18+
context = 262_144
19+
output = 65_536
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]

providers/venice/models/kimi-k2-thinking.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ tool_call = true
66
structured_output = true
77
temperature = true
88
knowledge = "2024-04"
9-
release_date = "2025-11-12"
10-
last_updated = "2025-12-29"
9+
release_date = "2025-12-10"
10+
last_updated = "2025-12-30"
1111
open_weights = true
1212

1313
[cost]
1414
input = 0.75
1515
output = 3.2
16-
cache_read = 0.1875
16+
cache_read = 0.375
1717

1818
[limit]
1919
context = 262_144
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "MiniMax M2.1"
2+
attachment = true
3+
reasoning = true
4+
tool_call = true
5+
structured_output = true
6+
temperature = true
7+
release_date = "2025-12-01"
8+
last_updated = "2025-12-30"
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.4
13+
output = 1.6
14+
cache_read = 0.04
15+
16+
[limit]
17+
context = 202_752
18+
output = 50_688
19+
20+
[modalities]
21+
input = ["text", "image"]
22+
output = ["text"]

0 commit comments

Comments
 (0)