chore(sync): update Venice model catalog (#3712)
* chore(sync): update Venice model catalog * fix(venice): factor claude-opus-5-fast onto base opus-5 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
committed by
GitHub
parent
13f35a9f26
commit
ee6c6dcf5f
@@ -0,0 +1,15 @@
|
||||
base_model = "anthropic/claude-opus-5"
|
||||
name = "Claude Opus 5 Fast"
|
||||
description = "Flagship Claude model for deep reasoning, coding, and long-horizon agents"
|
||||
release_date = "2026-07-23"
|
||||
structured_output = true
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 12
|
||||
output = 60
|
||||
cache_read = 1.2
|
||||
cache_write = 15
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
@@ -0,0 +1,14 @@
|
||||
base_model = "anthropic/claude-opus-5"
|
||||
description = "Flagship Claude model for deep reasoning, coding, and long-horizon agents"
|
||||
release_date = "2026-07-23"
|
||||
structured_output = true
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 6
|
||||
output = 30
|
||||
cache_read = 0.6
|
||||
cache_write = 7.5
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
@@ -1,20 +1,18 @@
|
||||
# Live /models (2026-06-25): none|low|medium|high; no dedicated reasoning budget.
|
||||
# https://api.venice.ai/api/v1/models?type=text (accessed 2026-06-25)
|
||||
|
||||
base_model = "moonshotai/kimi-k2.5"
|
||||
release_date = "2026-01-27"
|
||||
last_updated = "2026-06-11"
|
||||
attachment = true
|
||||
knowledge = "2024-04"
|
||||
open_weights = false
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "effort"
|
||||
values = ["none", "low", "medium", "high"]
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
[cost]
|
||||
input = 0.56
|
||||
output = 3.5
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
# Live metadata: reasoning only; no effort control or dedicated budget (2026-06-25).
|
||||
# https://api.venice.ai/api/v1/models?type=text
|
||||
|
||||
base_model = "alibaba/qwen3.6-plus"
|
||||
name = "Qwen 3.6 Plus Uncensored"
|
||||
release_date = "2026-04-06"
|
||||
last_updated = "2026-06-11"
|
||||
attachment = true
|
||||
structured_output = true
|
||||
reasoning_options = []
|
||||
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
# Live metadata: reasoning only; no effort control or dedicated budget (2026-06-25).
|
||||
# https://api.venice.ai/api/v1/models?type=text
|
||||
|
||||
base_model = "alibaba/qwen3.7-plus"
|
||||
name = "Qwen 3.7 Plus"
|
||||
last_updated = "2026-06-11"
|
||||
attachment = true
|
||||
structured_output = true
|
||||
reasoning_options = []
|
||||
|
||||
@@ -23,6 +21,3 @@ cache_write = 1.875
|
||||
|
||||
[limit]
|
||||
output = 65_536
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image", "video"]
|
||||
|
||||
Reference in New Issue
Block a user