Skip to content

Commit 9ff52ee

Browse files
author
dpuyosa
committed
[venice] Update model configs and pricing
- Update last_updated dates for 5 models - Set open_weights to false for 4 models - Add context_over_200k cache pricing for qwen-3-6-plus
1 parent f072623 commit 9ff52ee

5 files changed

Lines changed: 11 additions & 9 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ structured_output = true
77
temperature = true
88
knowledge = "2024-04"
99
release_date = "2026-01-27"
10-
last_updated = "2026-03-16"
11-
open_weights = true
10+
last_updated = "2026-04-12"
11+
open_weights = false
1212

1313
[interleaved]
1414
field = "reasoning_content"

providers/venice/models/minimax-m25.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ reasoning = true
55
tool_call = true
66
temperature = true
77
release_date = "2026-02-12"
8-
last_updated = "2026-03-16"
9-
open_weights = true
8+
last_updated = "2026-04-12"
9+
open_weights = false
1010

1111
[interleaved]
1212
field = "reasoning_content"

providers/venice/models/minimax-m27.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ reasoning = true
55
tool_call = true
66
temperature = true
77
release_date = "2026-03-18"
8-
last_updated = "2026-03-18"
9-
open_weights = true
8+
last_updated = "2026-04-12"
9+
open_weights = false
1010

1111
[cost]
1212
input = 0.375

providers/venice/models/qwen-3-6-plus.toml

Lines changed: 3 additions & 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-06"
9-
last_updated = "2026-04-09"
9+
last_updated = "2026-04-12"
1010
open_weights = false
1111

1212
[cost]
@@ -18,6 +18,8 @@ cache_write = 0.78
1818
[cost.context_over_200k]
1919
input = 2.5
2020
output = 7.5
21+
cache_read = 0.0625
22+
cache_write = 0.78
2123

2224
[limit]
2325
context = 1_000_000

providers/venice/models/qwen3-5-35b-a3b.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ tool_call = true
66
structured_output = true
77
temperature = true
88
release_date = "2026-02-25"
9-
last_updated = "2026-03-09"
10-
open_weights = true
9+
last_updated = "2026-04-12"
10+
open_weights = false
1111

1212
[cost]
1313
input = 0.3125

0 commit comments

Comments
 (0)