Skip to content

Commit c5c803f

Browse files
committed
fix: ensure openai gpt-5.5 limits are exact
1 parent 83d15fd commit c5c803f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

providers/openai/models/gpt-5.5.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ cache_read = 1.00
2222

2323
[limit]
2424
context = 1_050_000
25-
input = 920_000
26-
output = 130_000
25+
input = 922_000
26+
output = 128_000
2727

2828
[modalities]
2929
input = ["text", "image", "pdf"]

0 commit comments

Comments
 (0)