31 lines
678 B
TOML
31 lines
678 B
TOML
# 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)
|
|
|
|
name = "Mercury 2"
|
|
description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use"
|
|
family = "mercury"
|
|
release_date = "2026-02-20"
|
|
last_updated = "2026-06-11"
|
|
attachment = false
|
|
reasoning = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["none", "low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 0.3125
|
|
output = 0.9375
|
|
cache_read = 0.03125
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 50_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|