Files
2026-07-13 12:28:55 +08:00

30 lines
772 B
TOML

name = "Mercury 2"
description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use"
# Model exception (accessed 2026-06-25): `reasoning_effort = "instant"` is also
# accepted for near-realtime responses, but it is not a models.dev effort enum.
# https://docs.inceptionlabs.ai/capabilities/instant
family = "mercury"
release_date = "2026-02-24"
last_updated = "2026-02-24"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
knowledge = "2025-01-01"
tool_call = true
structured_output = true
open_weights = false
[cost]
input = 0.25
output = 0.75
cache_read = 0.025
[limit]
context = 128_000
output = 50_000
[modalities]
input = ["text"]
output = ["text"]