We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f73e95e + 978214e commit 6316b86Copy full SHA for 6316b86
2 files changed
providers/opencode/models/glm-5-free.toml
@@ -8,6 +8,7 @@ temperature = true
8
tool_call = true
9
knowledge = "2025-04"
10
open_weights = true
11
+status = "deprecated"
12
13
[interleaved]
14
field = "reasoning_content"
providers/opencode/models/gpt-5.3-codex.toml
@@ -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
+knowledge = "2025-08-31"
+tool_call = true
+structured_output = true
+open_weights = false
+
+[cost]
+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