Skip to content

Commit 4e7849c

Browse files
fhennerkesclaude
andcommitted
poe: reduce omits in gpt-5.5 extends configs
Inherit family, knowledge, and structured_output from base models instead of omitting them. Only omit fields that genuinely don't apply to Poe (provider-specific pricing tiers, different context limits, opencode-specific provider config). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e8dd06e commit 4e7849c

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ last_updated = "2026-04-08"
55
[extends]
66
from = "opencode/gpt-5.5-pro"
77
omit = [
8-
"family",
9-
"knowledge",
10-
"structured_output",
118
"cost.cache_read",
129
"limit.input",
1310
"provider",

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ last_updated = "2026-04-08"
44
[extends]
55
from = "openai/gpt-5.5"
66
omit = [
7-
"family",
8-
"knowledge",
9-
"structured_output",
107
"cost.context_over_200k",
118
"limit.input",
129
"experimental",

0 commit comments

Comments
 (0)