Skip to content

Commit b410bc3

Browse files
committed
poe: add GPT-5.5 and GPT-5.5-Pro models
1 parent 870e3d1 commit b410bc3

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)