chore(sync): update Venice model catalog

This commit is contained in:
github-actions[bot]
2026-07-01 19:55:33 +00:00
parent bd465fa620
commit 68445c648d
2 changed files with 18 additions and 32 deletions
@@ -1,32 +0,0 @@
name = "Trinity Large Thinking"
description = "Flagship model for demanding analysis, coding, and production agent workflows"
family = "trinity"
release_date = "2026-04-02"
last_updated = "2026-06-11"
attachment = false
reasoning = true
tool_call = true
structured_output = true
open_weights = true
# Live /models (2026-06-25): low|medium|high; no dedicated reasoning budget.
# https://api.venice.ai/api/v1/models?type=text (accessed 2026-06-25)
[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]
[interleaved]
field = "reasoning_content"
[cost]
input = 0.3125
output = 1.125
cache_read = 0.075
[limit]
context = 256_000
output = 65_536
[modalities]
input = ["text"]
output = ["text"]
@@ -0,0 +1,18 @@
base_model = "anthropic/claude-sonnet-5"
description = "Balanced Claude model for coding, analysis, agent workflows, and cost control"
release_date = "2026-06-29"
last_updated = "2026-07-01"
structured_output = true
reasoning_options = []
[cost]
input = 3
output = 15
cache_read = 0.3
cache_write = 3.75
[limit]
output = 64_000
[modalities]
input = ["text", "image"]