anomalyco--models.dev
30 行
962 B
TOML
30 行
962 B
TOML
name = "Agent Standard"
|
|
description = "Price-optimized models for fast tool calls, simple agent loops, high-throughput automation, and orchestration. 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 = "effort", values = ["low", "medium", "high"] }]
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
status = "beta"
|
|
open_weights = false
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[limit]
|
|
context = 128_000
|
|
input = 120_000
|
|
output = 16_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
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 Standard: https://app.thegrid.ai/trading/market-0b9d4bf5-b8aa-4f18-85f7-fe0765b92334
|