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

24 lines
520 B
TOML

name = "Inception: Mercury 2"
description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use"
release_date = "2026-02-24"
last_updated = "2026-02-24"
attachment = false
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
reasoning = true
temperature = true
tool_call = true
open_weights = false
[cost]
input = 0.25
output = 0.75
cache_read = 0.025
[limit]
context = 128000
output = 50000
[modalities]
input = ["text"]
output = ["text"]