Skip to content

Commit 28c4af0

Browse files
author
dpuyosa
committed
[venice] Add Claude Opus 4.7 and update Qwen models
- Add Claude Opus 4.7 with 1M context, 128K output, multimodal support - Update Qwen 3.5 35B and 397B to open_weights=true and refresh last_updated - Remove deprecated models: Grok Code Fast 1, Mercury Edit 2, MiniMax M2.1
1 parent 38f6b7d commit 28c4af0

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)