Skip to content

Commit dd0c1af

Browse files
authored
Merge pull request #1491 from dpuyosa/chore/venice-pricing-update
Venice: Update pricing for Grok 4.20 and Qwen3.5 9B
2 parents 0c93cc0 + 2b96a2d commit dd0c1af

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

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

1212
[cost]
@@ -17,7 +17,7 @@ cache_read = 0.23
1717
[cost.context_over_200k]
1818
input = 4.53
1919
output = 13.6
20-
cache_read = 0.23
20+
cache_read = 0.45
2121

2222
[limit]
2323
context = 2_000_000

providers/venice/models/grok-4-20.toml

Lines changed: 2 additions & 2 deletions
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-03-12"
9-
last_updated = "2026-04-12"
9+
last_updated = "2026-04-19"
1010
open_weights = false
1111

1212
[cost]
@@ -17,7 +17,7 @@ cache_read = 0.23
1717
[cost.context_over_200k]
1818
input = 4.53
1919
output = 13.6
20-
cache_read = 0.23
20+
cache_read = 0.45
2121

2222
[limit]
2323
context = 2_000_000

providers/venice/models/qwen3-5-9b.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ tool_call = true
66
structured_output = true
77
temperature = true
88
release_date = "2026-03-05"
9-
last_updated = "2026-04-04"
9+
last_updated = "2026-04-19"
1010
open_weights = true
1111

1212
[cost]
13-
input = 0.05
13+
input = 0.1
1414
output = 0.15
1515

1616
[limit]

0 commit comments

Comments
 (0)