Skip to content

Commit e05c2a0

Browse files
chore(sync): update Venice model catalog
1 parent 1ddcd9b commit e05c2a0

18 files changed

Lines changed: 25 additions & 17 deletions

providers/venice/models/gemma-4-uncensored.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ reasoning = false
77
tool_call = true
88
structured_output = true
99
open_weights = true
10-
reasoning_options = []
1110

1211
[cost]
1312
input = 0.1625

providers/venice/models/google-gemma-3-27b-it.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ reasoning = false
77
tool_call = true
88
structured_output = true
99
open_weights = true
10-
reasoning_options = []
1110

1211
[cost]
1312
input = 0.12

providers/venice/models/hermes-3-llama-3.1-405b.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ attachment = false
66
reasoning = false
77
tool_call = false
88
open_weights = true
9-
reasoning_options = []
109

1110
[cost]
1211
input = 1.1

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
base_model = "moonshotai/kimi-k2.5"
2-
family = "kimi-k2"
32
release_date = "2026-01-27"
43
last_updated = "2026-06-11"
54
attachment = true

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
base_model = "moonshotai/kimi-k2.6"
2-
family = "kimi-k2"
32
release_date = "2026-04-20"
43
last_updated = "2026-06-11"
54

providers/venice/models/llama-3.2-3b.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ attachment = false
66
reasoning = false
77
tool_call = true
88
open_weights = true
9-
reasoning_options = []
109

1110
[cost]
1211
input = 0.15

providers/venice/models/llama-3.3-70b.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ attachment = false
66
reasoning = false
77
tool_call = true
88
open_weights = true
9-
reasoning_options = []
109

1110
[cost]
1211
input = 0.7
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name = "MiniMax M3 Preview"
2+
family = "minimax-m3"
3+
release_date = "2026-06-12"
4+
last_updated = "2026-06-13"
5+
attachment = false
6+
reasoning = true
7+
tool_call = true
8+
open_weights = true
9+
10+
[[reasoning_options]]
11+
type = "effort"
12+
values = ["none", "low", "medium", "high"]
13+
14+
[cost]
15+
input = 0.3
16+
output = 1.2
17+
cache_read = 0.06
18+
19+
[limit]
20+
context = 524_288
21+
output = 65_536
22+
23+
[modalities]
24+
input = ["text"]
25+
output = ["text"]

providers/venice/models/mistral-small-3-2-24b-instruct.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ reasoning = false
77
tool_call = true
88
structured_output = true
99
open_weights = true
10-
reasoning_options = []
1110

1211
[cost]
1312
input = 0.09375

providers/venice/models/nvidia-nemotron-3-nano-30b-a3b.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ release_date = "2026-01-27"
44
last_updated = "2026-06-11"
55
reasoning = false
66
structured_output = true
7-
reasoning_options = []
87

98
[cost]
109
input = 0.075

0 commit comments

Comments
 (0)