Skip to content

Commit 6316b86

Browse files
Merge branch 'anomalyco:dev' into dev
2 parents f73e95e + 978214e commit 6316b86

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

providers/opencode/models/glm-5-free.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ temperature = true
88
tool_call = true
99
knowledge = "2025-04"
1010
open_weights = true
11+
status = "deprecated"
1112

1213
[interleaved]
1314
field = "reasoning_content"
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name = "GPT-5.3 Codex"
2+
family = "gpt-codex"
3+
release_date = "2026-02-24"
4+
last_updated = "2026-02-24"
5+
attachment = true
6+
reasoning = true
7+
temperature = false
8+
knowledge = "2025-08-31"
9+
tool_call = true
10+
structured_output = true
11+
open_weights = false
12+
13+
[cost]
14+
input = 1.75
15+
output = 14.00
16+
cache_read = 0.175
17+
18+
[limit]
19+
context = 400_000
20+
input = 272_000
21+
output = 128_000
22+
23+
[modalities]
24+
input = ["text", "image", "pdf"]
25+
output = ["text"]
26+
27+
[provider]
28+
npm = "@ai-sdk/openai"

0 commit comments

Comments
 (0)