Skip to content

Commit cd69509

Browse files
committed
fix: simplify by extending the azure model from opeani
1 parent 1bb5014 commit cd69509

2 files changed

Lines changed: 6 additions & 44 deletions

File tree

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,2 @@
1-
name = "GPT-5.5"
2-
family = "gpt"
3-
release_date = "2026-04-24"
4-
last_updated = "2026-04-24"
5-
attachment = true
6-
reasoning = true
7-
temperature = false
8-
knowledge = "2025-12-01"
9-
tool_call = true
10-
structured_output = true
11-
open_weights = false
12-
13-
[cost]
14-
input = 5.00
15-
output = 30.00
16-
cache_read = 0.50
17-
18-
[limit]
19-
context = 1_050_000
20-
input = 922_000
21-
output = 128_000
22-
23-
[modalities]
24-
input = ["text", "image", "pdf"]
25-
output = ["text"]
1+
[extends]
2+
from = "azure/gpt-5.5"
Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
1-
name = "GPT-5.5"
2-
family = "gpt"
1+
[extends]
2+
from = "openai/gpt-5.5"
3+
omit = ["cost.context_over_200k", "experimental.modes.fast"]
4+
35
release_date = "2026-04-24"
46
last_updated = "2026-04-24"
5-
attachment = true
6-
reasoning = true
7-
temperature = false
8-
knowledge = "2025-12-01"
9-
tool_call = true
10-
structured_output = true
11-
open_weights = false
12-
13-
[cost]
14-
input = 5.00
15-
output = 30.00
16-
cache_read = 0.50
177

188
[limit]
19-
context = 1_050_000
209
input = 922_000
2110
output = 128_000
22-
23-
[modalities]
24-
input = ["text", "image", "pdf"]
25-
output = ["text"]

0 commit comments

Comments
 (0)