Skip to content

Commit 5c1fb72

Browse files
authored
Merge pull request #1462 from dpuyosa/dev
Venice: Add Claude Opus 4.7 and remove deprecated models
2 parents 0d34900 + 28c4af0 commit 5c1fb72

6 files changed

Lines changed: 28 additions & 74 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "Claude Opus 4.7"
2+
family = "claude-opus"
3+
attachment = true
4+
reasoning = true
5+
tool_call = true
6+
structured_output = true
7+
temperature = true
8+
release_date = "2026-04-16"
9+
last_updated = "2026-04-16"
10+
open_weights = false
11+
12+
[cost]
13+
input = 6
14+
output = 30
15+
cache_read = 0.6
16+
cache_write = 7.5
17+
18+
[limit]
19+
context = 1_000_000
20+
output = 128_000
21+
22+
[modalities]
23+
input = ["text", "image"]
24+
output = ["text"]

providers/venice/models/grok-code-fast-1.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

providers/venice/models/mercury-edit-2.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

providers/venice/models/minimax-m21.toml

Lines changed: 0 additions & 26 deletions
This file was deleted.

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-04-12"
10-
open_weights = false
9+
last_updated = "2026-04-16"
10+
open_weights = true
1111

1212
[cost]
1313
input = 0.3125

providers/venice/models/qwen3-5-397b-a17b.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-16"
9-
last_updated = "2026-04-09"
10-
open_weights = false
9+
last_updated = "2026-04-16"
10+
open_weights = true
1111

1212
[cost]
1313
input = 0.75

0 commit comments

Comments
 (0)