Skip to content

Commit bf4e5aa

Browse files
committed
remove family property and add open_weight
1 parent 1590791 commit bf4e5aa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

providers/the-grid-ai/models/text-max.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name = "Text Max"
2-
family = "text"
32
release_date = "2026-03-24"
43
last_updated = "2026-03-24"
54
attachment = false
@@ -8,6 +7,7 @@ temperature = true
87
tool_call = true
98
structured_output = true
109
status = "beta"
10+
open_weights = false
1111

1212
[limit]
1313
context = 1_000_000

providers/the-grid-ai/models/text-prime.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name = "Text Prime"
2-
family = "text"
32
release_date = "2026-02-26"
43
last_updated = "2026-02-26"
54
attachment = false
@@ -8,6 +7,7 @@ temperature = true
87
tool_call = true
98
structured_output = true
109
status = "beta"
10+
open_weights = false
1111

1212
[limit]
1313
context = 128_000

providers/the-grid-ai/models/text-standard.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name = "Text Standard"
2-
family = "text"
32
release_date = "2026-02-26"
43
last_updated = "2026-02-26"
54
attachment = false
@@ -8,6 +7,7 @@ temperature = true
87
tool_call = true
98
structured_output = true
109
status = "beta"
10+
open_weights = false
1111

1212
[limit]
1313
context = 128_000

0 commit comments

Comments
 (0)