From 2957c49c50d2efb28f94e5adcee2640bde4776a2 Mon Sep 17 00:00:00 2001 From: Barnyard Date: Thu, 30 Jul 2026 17:18:37 +0200 Subject: [PATCH] Update The Grid models: update 9 models (#3857) --- providers/the-grid-ai/models/agent-max.toml | 6 +++--- providers/the-grid-ai/models/agent-prime.toml | 2 +- providers/the-grid-ai/models/agent-standard.toml | 2 +- providers/the-grid-ai/models/code-max.toml | 6 +++--- providers/the-grid-ai/models/code-prime.toml | 2 +- providers/the-grid-ai/models/code-standard.toml | 2 +- providers/the-grid-ai/models/text-max.toml | 8 ++++---- providers/the-grid-ai/models/text-prime.toml | 2 +- providers/the-grid-ai/models/text-standard.toml | 2 +- providers/the-grid-ai/provider.toml | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/providers/the-grid-ai/models/agent-max.toml b/providers/the-grid-ai/models/agent-max.toml index a28992590..7573435e8 100644 --- a/providers/the-grid-ai/models/agent-max.toml +++ b/providers/the-grid-ai/models/agent-max.toml @@ -2,11 +2,11 @@ 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 +last_updated = "2026-07-24" +attachment = true reasoning = true reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }] -temperature = true +temperature = false tool_call = true structured_output = true status = "beta" diff --git a/providers/the-grid-ai/models/agent-prime.toml b/providers/the-grid-ai/models/agent-prime.toml index d7fcee645..2fcae5eb5 100644 --- a/providers/the-grid-ai/models/agent-prime.toml +++ b/providers/the-grid-ai/models/agent-prime.toml @@ -2,7 +2,7 @@ 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" +last_updated = "2026-07-15" attachment = false reasoning = true reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] diff --git a/providers/the-grid-ai/models/agent-standard.toml b/providers/the-grid-ai/models/agent-standard.toml index 75a430a01..3d64d6fdc 100644 --- a/providers/the-grid-ai/models/agent-standard.toml +++ b/providers/the-grid-ai/models/agent-standard.toml @@ -2,7 +2,7 @@ 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" +last_updated = "2026-07-15" attachment = false reasoning = true reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] diff --git a/providers/the-grid-ai/models/code-max.toml b/providers/the-grid-ai/models/code-max.toml index 47ef7e829..6971e5ba0 100644 --- a/providers/the-grid-ai/models/code-max.toml +++ b/providers/the-grid-ai/models/code-max.toml @@ -2,11 +2,11 @@ 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 +last_updated = "2026-07-24" +attachment = true reasoning = true reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }] -temperature = true +temperature = false tool_call = true structured_output = true status = "beta" diff --git a/providers/the-grid-ai/models/code-prime.toml b/providers/the-grid-ai/models/code-prime.toml index 09f6e501d..34c7a0de0 100644 --- a/providers/the-grid-ai/models/code-prime.toml +++ b/providers/the-grid-ai/models/code-prime.toml @@ -2,7 +2,7 @@ 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" +last_updated = "2026-07-15" attachment = false reasoning = true reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] diff --git a/providers/the-grid-ai/models/code-standard.toml b/providers/the-grid-ai/models/code-standard.toml index 154a5ce04..5a4d0fae3 100644 --- a/providers/the-grid-ai/models/code-standard.toml +++ b/providers/the-grid-ai/models/code-standard.toml @@ -2,7 +2,7 @@ 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" +last_updated = "2026-07-15" attachment = false reasoning = true reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] diff --git a/providers/the-grid-ai/models/text-max.toml b/providers/the-grid-ai/models/text-max.toml index c1e45286a..99b774a07 100644 --- a/providers/the-grid-ai/models/text-max.toml +++ b/providers/the-grid-ai/models/text-max.toml @@ -1,12 +1,12 @@ 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 +release_date = "2026-02-26" +last_updated = "2026-07-24" +attachment = true reasoning = true reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }] -temperature = true +temperature = false tool_call = true structured_output = true open_weights = false diff --git a/providers/the-grid-ai/models/text-prime.toml b/providers/the-grid-ai/models/text-prime.toml index c728a96f9..ed196285e 100644 --- a/providers/the-grid-ai/models/text-prime.toml +++ b/providers/the-grid-ai/models/text-prime.toml @@ -2,7 +2,7 @@ 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" +last_updated = "2026-07-15" attachment = false reasoning = true 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 1e1a705ee..5cbd64ddf 100644 --- a/providers/the-grid-ai/models/text-standard.toml +++ b/providers/the-grid-ai/models/text-standard.toml @@ -2,7 +2,7 @@ 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" +last_updated = "2026-07-15" attachment = false reasoning = true 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 f0cc7e15f..4f98a94b1 100644 --- a/providers/the-grid-ai/provider.toml +++ b/providers/the-grid-ai/provider.toml @@ -1,5 +1,5 @@ name = "The Grid AI" -env = ["THEGRIDAI_API_KEY"] +env = ["THEGRID_API_KEY"] npm = "@ai-sdk/openai-compatible" # Raw HTTP reasoning controls (accessed 2026-07-06): # - POST https://api.thegrid.ai/v1/chat/completions routes by instrument tier