30 lines
992 B
TOML
30 lines
992 B
TOML
name = "Agent Max"
|
|
description = "Frontier models for autonomous research, deep multi-step tool chains, and complex long-horizon tasks. Any model that meets the contract spec can serve your request."
|
|
# contract spec: https://thegrid.ai/docs/instrument-specifications/current-instruments
|
|
release_date = "2026-05-04"
|
|
last_updated = "2026-07-06"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
status = "beta"
|
|
open_weights = false
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
input = 922_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|
|
|
|
# Pricing on The Grid is variable.
|
|
# Tokens trade on an open market, so cost is not fixed and is intentionally omitted here.
|
|
# See the live price for Agent Max: https://app.thegrid.ai/trading/market-4dccbf0b-3ff7-460a-be3b-c45b1ad1f4b7
|