anomalyco--models.dev
23 行
505 B
TOML
23 行
505 B
TOML
# Live metadata: reasoning only; no effort control or dedicated budget (2026-07-01).
|
|
# https://api.venice.ai/api/v1/models?type=text
|
|
|
|
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"]
|