Skip to content

Commit 1371cbf

Browse files
committed
poe: add GPT-5.4, GPT-5.4-Pro, and GPT-5.3-Instant models
1 parent 559ccd6 commit 1371cbf

3 files changed

Lines changed: 62 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-Instant"
2+
release_date = "2026-03-03"
3+
last_updated = "2026-03-03"
4+
attachment = true
5+
reasoning = false
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 = 128_000
17+
output = 16_384
18+
19+
[modalities]
20+
input = ["text", "image"]
21+
output = ["text"]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name = "GPT-5.4-Pro"
2+
release_date = "2026-03-05"
3+
last_updated = "2026-03-05"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[cost]
11+
input = 27
12+
output = 160
13+
14+
[limit]
15+
context = 1_050_000
16+
output = 128_000
17+
18+
[modalities]
19+
input = ["text", "image"]
20+
output = ["image"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "GPT-5.4"
2+
release_date = "2026-02-26"
3+
last_updated = "2026-02-26"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[cost]
11+
input = 2.2
12+
output = 14
13+
cache_read = 0.22
14+
15+
[limit]
16+
context = 1_050_000
17+
output = 128_000
18+
19+
[modalities]
20+
input = ["text", "image"]
21+
output = ["image"]

0 commit comments

Comments
 (0)