Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion providers/venice/models/claude-opus-4-6.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tool_call = true
structured_output = true
temperature = true
release_date = "2026-02-05"
last_updated = "2026-02-05"
last_updated = "2026-02-18"
open_weights = false

[cost]
Expand All @@ -15,6 +15,12 @@ output = 30
cache_read = 0.6
cache_write = 7.5

[cost.context_over_200k]
input = 11
output = 41.25
cache_read = 1.1
cache_write = 13.75

[limit]
context = 1_000_000
output = 128_000
Expand Down
30 changes: 30 additions & 0 deletions providers/venice/models/claude-sonnet-4-6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name = "Claude Sonnet 4.6"
family = "claude-sonnet"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
release_date = "2026-01-15"
last_updated = "2026-02-18"
open_weights = false

[cost]
input = 3.75
output = 18.75
cache_read = 0.375
cache_write = 4.69

[cost.context_over_200k]
input = 6
output = 25
cache_read = 0.6
cache_write = 7.5

[limit]
context = 1_000_000
output = 128_000

[modalities]
input = ["text", "image"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/venice/models/olafangensan-glm-4.7-flash-heretic.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "GLM 4.7 Flash Heretic"
family = "glm-flash"
attachment = false
reasoning = true
tool_call = true
structured_output = true
temperature = true
release_date = "2026-02-04"
last_updated = "2026-02-18"
open_weights = true

[cost]
input = 0.14
output = 0.8

[limit]
context = 128_000
output = 32_000

[modalities]
input = ["text"]
output = ["text"]