Skip to content

Commit d19d250

Browse files
authored
Merge pull request #1273 from Cahl-Dee/add-the-grid-ai
feat: add thegrid.ai provider and associated models
2 parents 07f48b1 + bf4e5aa commit d19d250

5 files changed

Lines changed: 73 additions & 0 deletions

File tree

providers/the-grid-ai/logo.svg

Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name = "Text Max"
2+
release_date = "2026-03-24"
3+
last_updated = "2026-03-24"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
structured_output = true
9+
status = "beta"
10+
open_weights = false
11+
12+
[limit]
13+
context = 1_000_000
14+
output = 128_000
15+
16+
[modalities]
17+
input = ["text"]
18+
output = ["text"]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name = "Text Prime"
2+
release_date = "2026-02-26"
3+
last_updated = "2026-02-26"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
structured_output = true
9+
status = "beta"
10+
open_weights = false
11+
12+
[limit]
13+
context = 128_000
14+
output = 30_000
15+
16+
[modalities]
17+
input = ["text"]
18+
output = ["text"]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name = "Text Standard"
2+
release_date = "2026-02-26"
3+
last_updated = "2026-02-26"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
structured_output = true
9+
status = "beta"
10+
open_weights = false
11+
12+
[limit]
13+
context = 128_000
14+
output = 16_000
15+
16+
[modalities]
17+
input = ["text"]
18+
output = ["text"]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "The Grid AI"
2+
env = ["THEGRIDAI_API_KEY"]
3+
npm = "@ai-sdk/openai-compatible"
4+
api = "https://api.thegrid.ai/v1"
5+
doc = "https://thegrid.ai/docs"

0 commit comments

Comments
 (0)