File tree Expand file tree Collapse file tree
providers/poe/models/openai Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name = " GPT-5.5-Pro"
2+ release_date = " 2026-04-08"
3+ last_updated = " 2026-04-08"
4+
5+ [extends ]
6+ from = " opencode/gpt-5.5-pro"
7+ omit = [
8+ " cost.cache_read" ,
9+ " limit.input" ,
10+ " provider" ,
11+ ]
12+
13+ [cost ]
14+ input = 27.2727
15+ output = 163.6364
16+
17+ [limit ]
18+ context = 400_000
19+ output = 128_000
20+
21+ [modalities ]
22+ input = [" text" , " image" ]
23+ output = [" text" , " image" ]
Original file line number Diff line number Diff line change 1+ release_date = " 2026-04-08"
2+ last_updated = " 2026-04-08"
3+
4+ [extends ]
5+ from = " openai/gpt-5.5"
6+ omit = [
7+ " cost.context_over_200k" ,
8+ " limit.input" ,
9+ " experimental" ,
10+ ]
11+
12+ [cost ]
13+ input = 4.5455
14+ output = 27.2727
15+ cache_read = 0.4545
16+
17+ [limit ]
18+ context = 400_000
19+ output = 128_000
20+
21+ [modalities ]
22+ input = [" text" , " image" ]
23+ output = [" text" , " image" ]
You can’t perform that action at this time.
0 commit comments