Skip to content

Commit 1590791

Browse files
committed
adding thegrid.ai provider and associated models
1 parent 897aa53 commit 1590791

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+
family = "text"
3+
release_date = "2026-03-24"
4+
last_updated = "2026-03-24"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
status = "beta"
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+
family = "text"
3+
release_date = "2026-02-26"
4+
last_updated = "2026-02-26"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
status = "beta"
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+
family = "text"
3+
release_date = "2026-02-26"
4+
last_updated = "2026-02-26"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
status = "beta"
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)