Skip to content

Commit 348932f

Browse files
authored
Merge pull request #1290 from zhongruan0522/dev
feat: add gpt-5.3-chat-latest model to openai
2 parents d564c80 + 17f41b7 commit 348932f

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)