26 lines
624 B
TOML
26 lines
624 B
TOML
name = "Mercury Edit 2"
|
|
description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use"
|
|
# Model exception (accessed 2026-06-25): the /v1/edit/completions and
|
|
# /v1/fim/completions request schemas expose no reasoning-control field.
|
|
# https://api.inceptionlabs.ai/openapi.json
|
|
release_date = "2026-03-30"
|
|
last_updated = "2026-03-30"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.25
|
|
output = 0.75
|
|
cache_read = 0.025
|
|
|
|
[limit]
|
|
context = 128000
|
|
output = 8192
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"] |