We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d564c80 + 17f41b7 commit 348932fCopy full SHA for 348932f
1 file changed
providers/openai/models/gpt-5.3-chat-latest.toml
@@ -0,0 +1,24 @@
1
+name = "GPT-5.3 Chat (latest)"
2
+family = "gpt"
3
+release_date = "2026-03-03"
4
+last_updated = "2026-03-03"
5
+attachment = true
6
+reasoning = false
7
+temperature = true
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 = 128_000
20
+output = 16_384
21
22
+[modalities]
23
+input = ["text", "image"]
24
+output = ["text"]
0 commit comments