29 lines
919 B
TOML
29 lines
919 B
TOML
name = "Text Standard"
|
|
description = "Price-optimized models with low-latency, high-throughput and shorter maximum outputs. Any model that meets the contract spec can serve your request."
|
|
# contract spec: https://thegrid.ai/docs/instrument-specifications/current-instruments
|
|
release_date = "2026-02-26"
|
|
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
|
|
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 Text Standard: https://app.thegrid.ai/trading/market-20536b70-3b9a-44be-aa50-3cd72d1ab8dd
|