Skip to content

Commit d59ad3f

Browse files
authored
Merge pull request #1427 from dpuyosa/refactor/venice-model-naming
Venice: Update model naming convention
2 parents f072623 + e302956 commit d59ad3f

7 files changed

Lines changed: 14 additions & 19 deletions

providers/venice/models/aion-labs.aion-2-0.toml renamed to providers/venice/models/aion-labs-aion-2-0.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ reasoning = true
55
tool_call = false
66
temperature = true
77
release_date = "2026-03-24"
8-
last_updated = "2026-03-31"
8+
last_updated = "2026-04-12"
99
open_weights = false
1010

1111
[cost]

providers/venice/models/claude-opus-45.toml renamed to providers/venice/models/claude-opus-4-5.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ reasoning = true
55
tool_call = true
66
structured_output = true
77
temperature = true
8-
knowledge = "2025-03"
98
release_date = "2025-12-06"
10-
last_updated = "2026-01-28"
9+
last_updated = "2026-04-12"
1110
open_weights = false
1211

1312
[cost]
@@ -18,8 +17,8 @@ cache_write = 7.5
1817

1918
[limit]
2019
context = 198_000
21-
output = 49_500
20+
output = 32_768
2221

2322
[modalities]
24-
input = ["text", "image", "pdf"]
23+
input = ["text", "image"]
2524
output = ["text"]

providers/venice/models/claude-sonnet-45.toml renamed to providers/venice/models/claude-sonnet-4-5.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ reasoning = true
55
tool_call = true
66
structured_output = true
77
temperature = true
8-
knowledge = "2025-09"
98
release_date = "2025-01-15"
10-
last_updated = "2026-01-28"
9+
last_updated = "2026-04-12"
1110
open_weights = false
1211

13-
[interleaved]
14-
field = "reasoning_content"
15-
1612
[cost]
1713
input = 3.75
1814
output = 18.75
@@ -21,7 +17,7 @@ cache_write = 4.69
2117

2218
[limit]
2319
context = 198_000
24-
output = 49_500
20+
output = 64_000
2521

2622
[modalities]
2723
input = ["text", "image"]

providers/venice/models/google.gemma-4-26b-a4b-it.toml renamed to providers/venice/models/google-gemma-4-26b-a4b-it.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tool_call = true
66
structured_output = true
77
temperature = true
88
release_date = "2026-04-02"
9-
last_updated = "2026-04-09"
9+
last_updated = "2026-04-12"
1010
open_weights = true
1111

1212
[cost]

providers/venice/models/google.gemma-4-31b-it.toml renamed to providers/venice/models/google-gemma-4-31b-it.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tool_call = true
66
structured_output = true
77
temperature = true
88
release_date = "2026-04-03"
9-
last_updated = "2026-04-09"
9+
last_updated = "2026-04-12"
1010
open_weights = true
1111

1212
[cost]

providers/venice/models/grok-4-20-multi-agent-beta.toml renamed to providers/venice/models/grok-4-20-multi-agent.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name = "Grok 4.20 Multi-Agent Beta"
2-
family = "grok-beta"
1+
name = "Grok 4.20 Multi-Agent"
2+
family = "grok"
33
attachment = true
44
reasoning = true
55
tool_call = false
66
structured_output = true
77
temperature = true
88
release_date = "2026-03-12"
9-
last_updated = "2026-04-09"
9+
last_updated = "2026-04-12"
1010
open_weights = false
1111

1212
[cost]

providers/venice/models/grok-4-20-beta.toml renamed to providers/venice/models/grok-4-20.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name = "Grok 4.20 Beta"
2-
family = "grok-beta"
1+
name = "Grok 4.20"
2+
family = "grok"
33
attachment = true
44
reasoning = true
55
tool_call = true
66
structured_output = true
77
temperature = true
88
release_date = "2026-03-12"
9-
last_updated = "2026-04-09"
9+
last_updated = "2026-04-12"
1010
open_weights = false
1111

1212
[cost]

0 commit comments

Comments
 (0)