Skip to content

Commit 0f16fcf

Browse files
committed
poe: add GPT-5.3-Codex model
1 parent e583c70 commit 0f16fcf

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "GPT-5.3-Codex"
2+
release_date = "2026-02-10"
3+
last_updated = "2026-02-10"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[cost]
11+
input = 1.6
12+
output = 13
13+
cache_read = 0.16
14+
15+
[limit]
16+
context = 400_000
17+
output = 128_000
18+
19+
[modalities]
20+
input = ["text", "image"]
21+
output = ["text"]

0 commit comments

Comments
 (0)