From 2b59e24cdceb5d5d1d5e7fb8cbf63b33d4bf2bec Mon Sep 17 00:00:00 2001 From: Cahl-Dee Date: Mon, 6 Jul 2026 15:08:48 -0500 Subject: [PATCH 1/2] move to new file structure with base models, add additional metadata Co-authored-by: Cursor --- models/the-grid-ai/agent-max.toml | 28 +++++++++++++++++++ models/the-grid-ai/agent-prime.toml | 28 +++++++++++++++++++ models/the-grid-ai/agent-standard.toml | 28 +++++++++++++++++++ models/the-grid-ai/code-max.toml | 28 +++++++++++++++++++ models/the-grid-ai/code-prime.toml | 28 +++++++++++++++++++ models/the-grid-ai/code-standard.toml | 28 +++++++++++++++++++ models/the-grid-ai/text-max.toml | 28 +++++++++++++++++++ models/the-grid-ai/text-prime.toml | 28 +++++++++++++++++++ models/the-grid-ai/text-standard.toml | 28 +++++++++++++++++++ providers/the-grid-ai/models/agent-max.toml | 22 ++------------- providers/the-grid-ai/models/agent-prime.toml | 22 ++------------- .../the-grid-ai/models/agent-standard.toml | 22 ++------------- providers/the-grid-ai/models/code-max.toml | 22 ++------------- providers/the-grid-ai/models/code-prime.toml | 22 ++------------- .../the-grid-ai/models/code-standard.toml | 22 ++------------- providers/the-grid-ai/models/text-max.toml | 22 ++------------- providers/the-grid-ai/models/text-prime.toml | 22 ++------------- .../the-grid-ai/models/text-standard.toml | 22 ++------------- providers/the-grid-ai/provider.toml | 17 +++++------ 19 files changed, 279 insertions(+), 188 deletions(-) create mode 100644 models/the-grid-ai/agent-max.toml create mode 100644 models/the-grid-ai/agent-prime.toml create mode 100644 models/the-grid-ai/agent-standard.toml create mode 100644 models/the-grid-ai/code-max.toml create mode 100644 models/the-grid-ai/code-prime.toml create mode 100644 models/the-grid-ai/code-standard.toml create mode 100644 models/the-grid-ai/text-max.toml create mode 100644 models/the-grid-ai/text-prime.toml create mode 100644 models/the-grid-ai/text-standard.toml diff --git a/models/the-grid-ai/agent-max.toml b/models/the-grid-ai/agent-max.toml new file mode 100644 index 0000000000..aa770ea255 --- /dev/null +++ b/models/the-grid-ai/agent-max.toml @@ -0,0 +1,28 @@ +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." +release_date = "2026-05-04" +last_updated = "2026-07-06" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[limit] +context = 1_000_000 +input = 922_000 +output = 128_000 + +[modalities] +input = ["text", "image"] +output = ["text"] + +[[links]] +label = "contract spec" +url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" +type = "docs" + +[[links]] +label = "market" +url = "https://app.thegrid.ai/trading/market-4dccbf0b-3ff7-460a-be3b-c45b1ad1f4b7" diff --git a/models/the-grid-ai/agent-prime.toml b/models/the-grid-ai/agent-prime.toml new file mode 100644 index 0000000000..00d68f649c --- /dev/null +++ b/models/the-grid-ai/agent-prime.toml @@ -0,0 +1,28 @@ +name = "Agent Prime" +description = "Reliable models for dependable agentic applications, multi-step tool use, and reasoning workflows. Any model that meets the contract spec can serve your request." +release_date = "2026-05-04" +last_updated = "2026-07-06" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[limit] +context = 196_608 +input = 120_000 +output = 30_000 + +[modalities] +input = ["text"] +output = ["text"] + +[[links]] +label = "contract spec" +url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" +type = "docs" + +[[links]] +label = "market" +url = "https://app.thegrid.ai/trading/market-a5370c86-ea80-4919-831b-2c12826f61e2" diff --git a/models/the-grid-ai/agent-standard.toml b/models/the-grid-ai/agent-standard.toml new file mode 100644 index 0000000000..1f67a3d304 --- /dev/null +++ b/models/the-grid-ai/agent-standard.toml @@ -0,0 +1,28 @@ +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." +release_date = "2026-05-04" +last_updated = "2026-07-06" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[limit] +context = 128_000 +input = 120_000 +output = 16_000 + +[modalities] +input = ["text"] +output = ["text"] + +[[links]] +label = "contract spec" +url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" +type = "docs" + +[[links]] +label = "market" +url = "https://app.thegrid.ai/trading/market-0b9d4bf5-b8aa-4f18-85f7-fe0765b92334" diff --git a/models/the-grid-ai/code-max.toml b/models/the-grid-ai/code-max.toml new file mode 100644 index 0000000000..a8dd5a2305 --- /dev/null +++ b/models/the-grid-ai/code-max.toml @@ -0,0 +1,28 @@ +name = "Code Max" +description = "Frontier models for complex research, architectural decisions, debugging, and multi-file development. Any model that meets the contract spec can serve your request." +release_date = "2026-05-04" +last_updated = "2026-07-06" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[limit] +context = 1_000_000 +input = 922_000 +output = 128_000 + +[modalities] +input = ["text", "image"] +output = ["text"] + +[[links]] +label = "contract spec" +url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" +type = "docs" + +[[links]] +label = "market" +url = "https://app.thegrid.ai/trading/market-b960220b-183d-4154-b446-21ee41218956" diff --git a/models/the-grid-ai/code-prime.toml b/models/the-grid-ai/code-prime.toml new file mode 100644 index 0000000000..5e8b1f129b --- /dev/null +++ b/models/the-grid-ai/code-prime.toml @@ -0,0 +1,28 @@ +name = "Code Prime" +description = "Reliable models for everyday software tasks, code completion, review, and standard debugging. Any model that meets the contract spec can serve your request." +release_date = "2026-05-04" +last_updated = "2026-07-06" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[limit] +context = 196_608 +input = 120_000 +output = 30_000 + +[modalities] +input = ["text"] +output = ["text"] + +[[links]] +label = "contract spec" +url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" +type = "docs" + +[[links]] +label = "market" +url = "https://app.thegrid.ai/trading/market-9a45fd52-81e2-4c77-b1c1-73ef992e5a84" diff --git a/models/the-grid-ai/code-standard.toml b/models/the-grid-ai/code-standard.toml new file mode 100644 index 0000000000..f272fac1ed --- /dev/null +++ b/models/the-grid-ai/code-standard.toml @@ -0,0 +1,28 @@ +name = "Code Standard" +description = "Price-optimized models for rapid autocomplete, linting, high-frequency suggestions, and batch edits. Any model that meets the contract spec can serve your request." +release_date = "2026-05-04" +last_updated = "2026-07-06" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[limit] +context = 128_000 +input = 120_000 +output = 16_000 + +[modalities] +input = ["text"] +output = ["text"] + +[[links]] +label = "contract spec" +url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" +type = "docs" + +[[links]] +label = "market" +url = "https://app.thegrid.ai/trading/market-c7c68506-9830-4699-8c53-8e3d167fa04b" diff --git a/models/the-grid-ai/text-max.toml b/models/the-grid-ai/text-max.toml new file mode 100644 index 0000000000..f82c9bed12 --- /dev/null +++ b/models/the-grid-ai/text-max.toml @@ -0,0 +1,28 @@ +name = "Text Max" +description = "Frontier models for deep reasoning, long context, and complex workflows. Any model that meets the contract spec can serve your request." +release_date = "2026-03-24" +last_updated = "2026-07-06" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[limit] +context = 1_000_000 +input = 922_000 +output = 128_000 + +[modalities] +input = ["text", "image"] +output = ["text"] + +[[links]] +label = "contract spec" +url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" +type = "docs" + +[[links]] +label = "market" +url = "https://app.thegrid.ai/trading/market-24d9fd99-3ea8-4522-bd66-8e16bbe03894" diff --git a/models/the-grid-ai/text-prime.toml b/models/the-grid-ai/text-prime.toml new file mode 100644 index 0000000000..5a98140f7f --- /dev/null +++ b/models/the-grid-ai/text-prime.toml @@ -0,0 +1,28 @@ +name = "Text Prime" +description = "Reliable models for everyday text generation, editing, and analysis across diverse workflows. Any model that meets the contract spec can serve your request." +release_date = "2026-02-26" +last_updated = "2026-07-06" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[limit] +context = 196_608 +input = 120_000 +output = 30_000 + +[modalities] +input = ["text"] +output = ["text"] + +[[links]] +label = "contract spec" +url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" +type = "docs" + +[[links]] +label = "market" +url = "https://app.thegrid.ai/trading/market-1d2124dd-a403-42aa-bc0a-639bd7039b3a" diff --git a/models/the-grid-ai/text-standard.toml b/models/the-grid-ai/text-standard.toml new file mode 100644 index 0000000000..b2d64bad33 --- /dev/null +++ b/models/the-grid-ai/text-standard.toml @@ -0,0 +1,28 @@ +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." +release_date = "2026-02-26" +last_updated = "2026-07-06" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[limit] +context = 128_000 +input = 120_000 +output = 16_000 + +[modalities] +input = ["text"] +output = ["text"] + +[[links]] +label = "contract spec" +url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" +type = "docs" + +[[links]] +label = "market" +url = "https://app.thegrid.ai/trading/market-20536b70-3b9a-44be-aa50-3cd72d1ab8dd" diff --git a/providers/the-grid-ai/models/agent-max.toml b/providers/the-grid-ai/models/agent-max.toml index 042a9850ea..c139965742 100644 --- a/providers/the-grid-ai/models/agent-max.toml +++ b/providers/the-grid-ai/models/agent-max.toml @@ -1,24 +1,6 @@ -name = "Agent Max" -description = "Multimodal reasoning model for visual analysis, planning, and tool use" -release_date = "2026-05-04" -last_updated = "2026-05-19" -# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments -attachment = false -reasoning = true -reasoning_options = [] -temperature = true -tool_call = true -structured_output = true +base_model = "the-grid-ai/agent-max" +reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }] status = "beta" -open_weights = false [interleaved] field = "reasoning_content" - -[limit] -context = 1_000_000 -output = 128_000 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/the-grid-ai/models/agent-prime.toml b/providers/the-grid-ai/models/agent-prime.toml index 859adf426e..eedb6953ee 100644 --- a/providers/the-grid-ai/models/agent-prime.toml +++ b/providers/the-grid-ai/models/agent-prime.toml @@ -1,21 +1,3 @@ -name = "Agent Prime" -description = "Preview model for early access evaluation, prototyping, and compatibility testing" -release_date = "2026-05-04" -last_updated = "2026-05-19" -# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments -attachment = false -reasoning = true -reasoning_options = [] -temperature = true -tool_call = true -structured_output = true +base_model = "the-grid-ai/agent-prime" +reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] status = "beta" -open_weights = false - -[limit] -context = 128_000 -output = 64_000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/the-grid-ai/models/agent-standard.toml b/providers/the-grid-ai/models/agent-standard.toml index b56297b0c5..0baecb1af0 100644 --- a/providers/the-grid-ai/models/agent-standard.toml +++ b/providers/the-grid-ai/models/agent-standard.toml @@ -1,21 +1,3 @@ -name = "Agent Standard" -description = "Preview model for early access evaluation, prototyping, and compatibility testing" -release_date = "2026-05-04" -last_updated = "2026-05-19" -# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments -attachment = false -reasoning = true -reasoning_options = [] -temperature = true -tool_call = true -structured_output = true +base_model = "the-grid-ai/agent-standard" +reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] status = "beta" -open_weights = false - -[limit] -context = 128_000 -output = 16_000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/the-grid-ai/models/code-max.toml b/providers/the-grid-ai/models/code-max.toml index 69786587c1..78f3a18013 100644 --- a/providers/the-grid-ai/models/code-max.toml +++ b/providers/the-grid-ai/models/code-max.toml @@ -1,24 +1,6 @@ -name = "Code Max" -description = "Coding model for repository understanding, refactors, and agentic engineering tasks" -release_date = "2026-05-04" -last_updated = "2026-05-19" -# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments -attachment = false -reasoning = true -reasoning_options = [] -temperature = true -tool_call = true -structured_output = true +base_model = "the-grid-ai/code-max" +reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }] status = "beta" -open_weights = false [interleaved] field = "reasoning_content" - -[limit] -context = 1_000_000 -output = 128_000 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/the-grid-ai/models/code-prime.toml b/providers/the-grid-ai/models/code-prime.toml index d20f013ed4..b726554ccf 100644 --- a/providers/the-grid-ai/models/code-prime.toml +++ b/providers/the-grid-ai/models/code-prime.toml @@ -1,21 +1,3 @@ -name = "Code Prime" -description = "Coding model for repository understanding, refactors, and agentic engineering tasks" -release_date = "2026-05-04" -last_updated = "2026-05-19" -# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments -attachment = false -reasoning = true -reasoning_options = [] -temperature = true -tool_call = true -structured_output = true +base_model = "the-grid-ai/code-prime" +reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] status = "beta" -open_weights = false - -[limit] -context = 128_000 -output = 64_000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/the-grid-ai/models/code-standard.toml b/providers/the-grid-ai/models/code-standard.toml index 0130d172a6..be3371d2e2 100644 --- a/providers/the-grid-ai/models/code-standard.toml +++ b/providers/the-grid-ai/models/code-standard.toml @@ -1,21 +1,3 @@ -name = "Code Standard" -description = "Coding model for repository understanding, refactors, and agentic engineering tasks" -release_date = "2026-05-04" -last_updated = "2026-05-19" -# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments -attachment = false -reasoning = true -reasoning_options = [] -temperature = true -tool_call = true -structured_output = true +base_model = "the-grid-ai/code-standard" +reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] status = "beta" -open_weights = false - -[limit] -context = 128_000 -output = 16_000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/the-grid-ai/models/text-max.toml b/providers/the-grid-ai/models/text-max.toml index 4f78f8577b..0acb3ca689 100644 --- a/providers/the-grid-ai/models/text-max.toml +++ b/providers/the-grid-ai/models/text-max.toml @@ -1,23 +1,5 @@ -name = "Text Max" -description = "Multimodal reasoning model for visual analysis, planning, and tool use" -release_date = "2026-03-24" -last_updated = "2026-05-19" -# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments -attachment = false -reasoning = true -reasoning_options = [] -temperature = true -tool_call = true -structured_output = true -open_weights = false +base_model = "the-grid-ai/text-max" +reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }] [interleaved] field = "reasoning_content" - -[limit] -context = 1_000_000 -output = 128_000 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/the-grid-ai/models/text-prime.toml b/providers/the-grid-ai/models/text-prime.toml index 0fb86c4264..c8639a2f92 100644 --- a/providers/the-grid-ai/models/text-prime.toml +++ b/providers/the-grid-ai/models/text-prime.toml @@ -1,20 +1,2 @@ -name = "Text Prime" -description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use" -release_date = "2026-02-26" -last_updated = "2026-05-19" -# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments -attachment = false -reasoning = true -reasoning_options = [] -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[limit] -context = 128_000 -output = 30_000 - -[modalities] -input = ["text"] -output = ["text"] +base_model = "the-grid-ai/text-prime" +reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] diff --git a/providers/the-grid-ai/models/text-standard.toml b/providers/the-grid-ai/models/text-standard.toml index 4adb9e2ca7..8e05e3ee65 100644 --- a/providers/the-grid-ai/models/text-standard.toml +++ b/providers/the-grid-ai/models/text-standard.toml @@ -1,20 +1,2 @@ -name = "Text Standard" -description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use" -release_date = "2026-02-26" -last_updated = "2026-05-19" -# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments -attachment = false -reasoning = true -reasoning_options = [] -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[limit] -context = 128_000 -output = 16_000 - -[modalities] -input = ["text"] -output = ["text"] +base_model = "the-grid-ai/text-standard" +reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] diff --git a/providers/the-grid-ai/provider.toml b/providers/the-grid-ai/provider.toml index ed32510fe2..f0cc7e15f3 100644 --- a/providers/the-grid-ai/provider.toml +++ b/providers/the-grid-ai/provider.toml @@ -1,14 +1,15 @@ name = "The Grid AI" env = ["THEGRIDAI_API_KEY"] npm = "@ai-sdk/openai-compatible" -# Reasoning HTTP format (accessed 2026-06-25): -# POST https://api.thegrid.ai/v1/chat/completions and beta POST -# https://messages-beta.api.thegrid.ai/v1/messages route by instrument. The -# docs say callers choose reasoning depth through the instrument tier, not a -# dedicated thinking configuration; Messages has no `thinking` request field. -# The generic Chat schema lists `reasoning_effort`, but no instrument-specific -# effect is documented, so no caller reasoning control is verified here. -# Sources: +# Raw HTTP reasoning controls (accessed 2026-07-06): +# - POST https://api.thegrid.ai/v1/chat/completions routes by instrument tier +# and accepts `reasoning_effort = "low" | "medium" | "high" | "xhigh" | "max"`, +# with `low|medium|high` mandatory on `*-standard`/`*-prime` and the wider +# 5-value set plus a caller toggle on `*-max`. Per-instrument effort enums +# come from the public catalog at GET https://api.thegrid.ai/v1/models. +# - beta POST https://messages-beta.api.thegrid.ai/v1/messages is a separate +# Anthropic-compatible route and does not yet expose a `thinking` request +# field; reasoning depth on that route still follows the instrument tier. # https://thegrid.ai/docs/api-reference/consumption-api # https://thegrid.ai/docs/instrument-specifications/current-instruments api = "https://api.thegrid.ai/v1" From d25b0d86b9af766b37153730ed384c02f98d2a10 Mon Sep 17 00:00:00 2001 From: Cahl-Dee Date: Tue, 7 Jul 2026 10:21:49 -0500 Subject: [PATCH 2/2] revert the-grid-ai to inline provider models The Grid AI is a model aggregator that serves other labs' models under tier aliases, not a model lab, so per maintainer feedback on #3067 it should not use the models/ + base_model metadata layer. - Delete models/the-grid-ai/ and fold all facts back inline under providers/the-grid-ai/models/ (no base_model references). - Keep the data improvements: limit.input, reasoning_options (effort for standard/prime; toggle + wider effort set for *-max), refreshed descriptions and last_updated. - Replace cost with a comment explaining pricing is variable (tokens trade on an open market) and linking each instrument's live market page; add a contract-spec link under each description. Co-authored-by: Cursor --- models/the-grid-ai/agent-max.toml | 28 ------------------- models/the-grid-ai/agent-prime.toml | 28 ------------------- models/the-grid-ai/agent-standard.toml | 28 ------------------- models/the-grid-ai/code-max.toml | 28 ------------------- models/the-grid-ai/code-prime.toml | 28 ------------------- models/the-grid-ai/code-standard.toml | 28 ------------------- models/the-grid-ai/text-max.toml | 28 ------------------- models/the-grid-ai/text-prime.toml | 28 ------------------- models/the-grid-ai/text-standard.toml | 28 ------------------- providers/the-grid-ai/models/agent-max.toml | 25 ++++++++++++++++- providers/the-grid-ai/models/agent-prime.toml | 28 ++++++++++++++++++- .../the-grid-ai/models/agent-standard.toml | 28 ++++++++++++++++++- providers/the-grid-ai/models/code-max.toml | 25 ++++++++++++++++- providers/the-grid-ai/models/code-prime.toml | 28 ++++++++++++++++++- .../the-grid-ai/models/code-standard.toml | 28 ++++++++++++++++++- providers/the-grid-ai/models/text-max.toml | 25 ++++++++++++++++- providers/the-grid-ai/models/text-prime.toml | 28 ++++++++++++++++++- .../the-grid-ai/models/text-standard.toml | 28 ++++++++++++++++++- 18 files changed, 234 insertions(+), 261 deletions(-) delete mode 100644 models/the-grid-ai/agent-max.toml delete mode 100644 models/the-grid-ai/agent-prime.toml delete mode 100644 models/the-grid-ai/agent-standard.toml delete mode 100644 models/the-grid-ai/code-max.toml delete mode 100644 models/the-grid-ai/code-prime.toml delete mode 100644 models/the-grid-ai/code-standard.toml delete mode 100644 models/the-grid-ai/text-max.toml delete mode 100644 models/the-grid-ai/text-prime.toml delete mode 100644 models/the-grid-ai/text-standard.toml diff --git a/models/the-grid-ai/agent-max.toml b/models/the-grid-ai/agent-max.toml deleted file mode 100644 index aa770ea255..0000000000 --- a/models/the-grid-ai/agent-max.toml +++ /dev/null @@ -1,28 +0,0 @@ -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." -release_date = "2026-05-04" -last_updated = "2026-07-06" -attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[limit] -context = 1_000_000 -input = 922_000 -output = 128_000 - -[modalities] -input = ["text", "image"] -output = ["text"] - -[[links]] -label = "contract spec" -url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" -type = "docs" - -[[links]] -label = "market" -url = "https://app.thegrid.ai/trading/market-4dccbf0b-3ff7-460a-be3b-c45b1ad1f4b7" diff --git a/models/the-grid-ai/agent-prime.toml b/models/the-grid-ai/agent-prime.toml deleted file mode 100644 index 00d68f649c..0000000000 --- a/models/the-grid-ai/agent-prime.toml +++ /dev/null @@ -1,28 +0,0 @@ -name = "Agent Prime" -description = "Reliable models for dependable agentic applications, multi-step tool use, and reasoning workflows. Any model that meets the contract spec can serve your request." -release_date = "2026-05-04" -last_updated = "2026-07-06" -attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[limit] -context = 196_608 -input = 120_000 -output = 30_000 - -[modalities] -input = ["text"] -output = ["text"] - -[[links]] -label = "contract spec" -url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" -type = "docs" - -[[links]] -label = "market" -url = "https://app.thegrid.ai/trading/market-a5370c86-ea80-4919-831b-2c12826f61e2" diff --git a/models/the-grid-ai/agent-standard.toml b/models/the-grid-ai/agent-standard.toml deleted file mode 100644 index 1f67a3d304..0000000000 --- a/models/the-grid-ai/agent-standard.toml +++ /dev/null @@ -1,28 +0,0 @@ -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." -release_date = "2026-05-04" -last_updated = "2026-07-06" -attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[limit] -context = 128_000 -input = 120_000 -output = 16_000 - -[modalities] -input = ["text"] -output = ["text"] - -[[links]] -label = "contract spec" -url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" -type = "docs" - -[[links]] -label = "market" -url = "https://app.thegrid.ai/trading/market-0b9d4bf5-b8aa-4f18-85f7-fe0765b92334" diff --git a/models/the-grid-ai/code-max.toml b/models/the-grid-ai/code-max.toml deleted file mode 100644 index a8dd5a2305..0000000000 --- a/models/the-grid-ai/code-max.toml +++ /dev/null @@ -1,28 +0,0 @@ -name = "Code Max" -description = "Frontier models for complex research, architectural decisions, debugging, and multi-file development. Any model that meets the contract spec can serve your request." -release_date = "2026-05-04" -last_updated = "2026-07-06" -attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[limit] -context = 1_000_000 -input = 922_000 -output = 128_000 - -[modalities] -input = ["text", "image"] -output = ["text"] - -[[links]] -label = "contract spec" -url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" -type = "docs" - -[[links]] -label = "market" -url = "https://app.thegrid.ai/trading/market-b960220b-183d-4154-b446-21ee41218956" diff --git a/models/the-grid-ai/code-prime.toml b/models/the-grid-ai/code-prime.toml deleted file mode 100644 index 5e8b1f129b..0000000000 --- a/models/the-grid-ai/code-prime.toml +++ /dev/null @@ -1,28 +0,0 @@ -name = "Code Prime" -description = "Reliable models for everyday software tasks, code completion, review, and standard debugging. Any model that meets the contract spec can serve your request." -release_date = "2026-05-04" -last_updated = "2026-07-06" -attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[limit] -context = 196_608 -input = 120_000 -output = 30_000 - -[modalities] -input = ["text"] -output = ["text"] - -[[links]] -label = "contract spec" -url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" -type = "docs" - -[[links]] -label = "market" -url = "https://app.thegrid.ai/trading/market-9a45fd52-81e2-4c77-b1c1-73ef992e5a84" diff --git a/models/the-grid-ai/code-standard.toml b/models/the-grid-ai/code-standard.toml deleted file mode 100644 index f272fac1ed..0000000000 --- a/models/the-grid-ai/code-standard.toml +++ /dev/null @@ -1,28 +0,0 @@ -name = "Code Standard" -description = "Price-optimized models for rapid autocomplete, linting, high-frequency suggestions, and batch edits. Any model that meets the contract spec can serve your request." -release_date = "2026-05-04" -last_updated = "2026-07-06" -attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[limit] -context = 128_000 -input = 120_000 -output = 16_000 - -[modalities] -input = ["text"] -output = ["text"] - -[[links]] -label = "contract spec" -url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" -type = "docs" - -[[links]] -label = "market" -url = "https://app.thegrid.ai/trading/market-c7c68506-9830-4699-8c53-8e3d167fa04b" diff --git a/models/the-grid-ai/text-max.toml b/models/the-grid-ai/text-max.toml deleted file mode 100644 index f82c9bed12..0000000000 --- a/models/the-grid-ai/text-max.toml +++ /dev/null @@ -1,28 +0,0 @@ -name = "Text Max" -description = "Frontier models for deep reasoning, long context, and complex workflows. Any model that meets the contract spec can serve your request." -release_date = "2026-03-24" -last_updated = "2026-07-06" -attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[limit] -context = 1_000_000 -input = 922_000 -output = 128_000 - -[modalities] -input = ["text", "image"] -output = ["text"] - -[[links]] -label = "contract spec" -url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" -type = "docs" - -[[links]] -label = "market" -url = "https://app.thegrid.ai/trading/market-24d9fd99-3ea8-4522-bd66-8e16bbe03894" diff --git a/models/the-grid-ai/text-prime.toml b/models/the-grid-ai/text-prime.toml deleted file mode 100644 index 5a98140f7f..0000000000 --- a/models/the-grid-ai/text-prime.toml +++ /dev/null @@ -1,28 +0,0 @@ -name = "Text Prime" -description = "Reliable models for everyday text generation, editing, and analysis across diverse workflows. Any model that meets the contract spec can serve your request." -release_date = "2026-02-26" -last_updated = "2026-07-06" -attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[limit] -context = 196_608 -input = 120_000 -output = 30_000 - -[modalities] -input = ["text"] -output = ["text"] - -[[links]] -label = "contract spec" -url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" -type = "docs" - -[[links]] -label = "market" -url = "https://app.thegrid.ai/trading/market-1d2124dd-a403-42aa-bc0a-639bd7039b3a" diff --git a/models/the-grid-ai/text-standard.toml b/models/the-grid-ai/text-standard.toml deleted file mode 100644 index b2d64bad33..0000000000 --- a/models/the-grid-ai/text-standard.toml +++ /dev/null @@ -1,28 +0,0 @@ -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." -release_date = "2026-02-26" -last_updated = "2026-07-06" -attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[limit] -context = 128_000 -input = 120_000 -output = 16_000 - -[modalities] -input = ["text"] -output = ["text"] - -[[links]] -label = "contract spec" -url = "https://thegrid.ai/docs/instrument-specifications/current-instruments" -type = "docs" - -[[links]] -label = "market" -url = "https://app.thegrid.ai/trading/market-20536b70-3b9a-44be-aa50-3cd72d1ab8dd" diff --git a/providers/the-grid-ai/models/agent-max.toml b/providers/the-grid-ai/models/agent-max.toml index c139965742..a289925901 100644 --- a/providers/the-grid-ai/models/agent-max.toml +++ b/providers/the-grid-ai/models/agent-max.toml @@ -1,6 +1,29 @@ -base_model = "the-grid-ai/agent-max" +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 diff --git a/providers/the-grid-ai/models/agent-prime.toml b/providers/the-grid-ai/models/agent-prime.toml index eedb6953ee..d7fcee645e 100644 --- a/providers/the-grid-ai/models/agent-prime.toml +++ b/providers/the-grid-ai/models/agent-prime.toml @@ -1,3 +1,29 @@ -base_model = "the-grid-ai/agent-prime" +name = "Agent Prime" +description = "Reliable models for dependable agentic applications, multi-step tool use, and reasoning workflows. 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 = 196_608 +input = 120_000 +output = 30_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 Prime: https://app.thegrid.ai/trading/market-a5370c86-ea80-4919-831b-2c12826f61e2 diff --git a/providers/the-grid-ai/models/agent-standard.toml b/providers/the-grid-ai/models/agent-standard.toml index 0baecb1af0..75a430a01f 100644 --- a/providers/the-grid-ai/models/agent-standard.toml +++ b/providers/the-grid-ai/models/agent-standard.toml @@ -1,3 +1,29 @@ -base_model = "the-grid-ai/agent-standard" +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 diff --git a/providers/the-grid-ai/models/code-max.toml b/providers/the-grid-ai/models/code-max.toml index 78f3a18013..47ef7e829d 100644 --- a/providers/the-grid-ai/models/code-max.toml +++ b/providers/the-grid-ai/models/code-max.toml @@ -1,6 +1,29 @@ -base_model = "the-grid-ai/code-max" +name = "Code Max" +description = "Frontier models for complex research, architectural decisions, debugging, and multi-file development. 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 Code Max: https://app.thegrid.ai/trading/market-b960220b-183d-4154-b446-21ee41218956 diff --git a/providers/the-grid-ai/models/code-prime.toml b/providers/the-grid-ai/models/code-prime.toml index b726554ccf..09f6e501da 100644 --- a/providers/the-grid-ai/models/code-prime.toml +++ b/providers/the-grid-ai/models/code-prime.toml @@ -1,3 +1,29 @@ -base_model = "the-grid-ai/code-prime" +name = "Code Prime" +description = "Reliable models for everyday software tasks, code completion, review, and standard debugging. 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 = 196_608 +input = 120_000 +output = 30_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 Code Prime: https://app.thegrid.ai/trading/market-9a45fd52-81e2-4c77-b1c1-73ef992e5a84 diff --git a/providers/the-grid-ai/models/code-standard.toml b/providers/the-grid-ai/models/code-standard.toml index be3371d2e2..154a5ce041 100644 --- a/providers/the-grid-ai/models/code-standard.toml +++ b/providers/the-grid-ai/models/code-standard.toml @@ -1,3 +1,29 @@ -base_model = "the-grid-ai/code-standard" +name = "Code Standard" +description = "Price-optimized models for rapid autocomplete, linting, high-frequency suggestions, and batch edits. 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 Code Standard: https://app.thegrid.ai/trading/market-c7c68506-9830-4699-8c53-8e3d167fa04b diff --git a/providers/the-grid-ai/models/text-max.toml b/providers/the-grid-ai/models/text-max.toml index 0acb3ca689..c1e45286ab 100644 --- a/providers/the-grid-ai/models/text-max.toml +++ b/providers/the-grid-ai/models/text-max.toml @@ -1,5 +1,28 @@ -base_model = "the-grid-ai/text-max" +name = "Text Max" +description = "Frontier models for deep reasoning, long context, and complex workflows. Any model that meets the contract spec can serve your request." +# contract spec: https://thegrid.ai/docs/instrument-specifications/current-instruments +release_date = "2026-03-24" +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 +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 Text Max: https://app.thegrid.ai/trading/market-24d9fd99-3ea8-4522-bd66-8e16bbe03894 diff --git a/providers/the-grid-ai/models/text-prime.toml b/providers/the-grid-ai/models/text-prime.toml index c8639a2f92..c728a96f99 100644 --- a/providers/the-grid-ai/models/text-prime.toml +++ b/providers/the-grid-ai/models/text-prime.toml @@ -1,2 +1,28 @@ -base_model = "the-grid-ai/text-prime" +name = "Text Prime" +description = "Reliable models for everyday text generation, editing, and analysis across diverse workflows. 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 = 196_608 +input = 120_000 +output = 30_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 Prime: https://app.thegrid.ai/trading/market-1d2124dd-a403-42aa-bc0a-639bd7039b3a diff --git a/providers/the-grid-ai/models/text-standard.toml b/providers/the-grid-ai/models/text-standard.toml index 8e05e3ee65..1e1a705ee2 100644 --- a/providers/the-grid-ai/models/text-standard.toml +++ b/providers/the-grid-ai/models/text-standard.toml @@ -1,2 +1,28 @@ -base_model = "the-grid-ai/text-standard" +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