Skip to content

Commit bdee3d4

Browse files
fhennerkesclaude
andcommitted
poe: use extends format for gpt-5.5
Address PR review comment to use extends format and inherit from openai/gpt-5.5 base model. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b410bc3 commit bdee3d4

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

providers/poe/models/openai/gpt-5.5.toml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
name = "GPT-5.5"
21
release_date = "2026-04-08"
32
last_updated = "2026-04-08"
4-
attachment = true
5-
reasoning = true
6-
temperature = false
7-
open_weights = false
8-
tool_call = true
3+
4+
[extends]
5+
from = "openai/gpt-5.5"
6+
omit = [
7+
"family",
8+
"knowledge",
9+
"structured_output",
10+
"cost.context_over_200k",
11+
"limit.input",
12+
"experimental",
13+
]
914

1015
[cost]
1116
input = 4.5455

0 commit comments

Comments
 (0)