Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ output_audio = 10.00 # Cost per million audio output tokens (USD)

[limit]
context = 400_000 # Maximum context window (tokens)
context = 272_000 # Maximum input tokens
input = 272_000 # Maximum input tokens
output = 8_192 # Maximum output tokens

[modalities]
Expand Down
1 change: 1 addition & 0 deletions providers/openai/models/gpt-5.1-codex-max.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cache_read = 0.125

[limit]
context = 400_000
input = 272_000
output = 128_000

[modalities]
Expand Down
1 change: 1 addition & 0 deletions providers/openai/models/gpt-5.1-codex-mini.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cache_read = 0.025

[limit]
context = 400_000
input = 272_000
output = 128_000

[modalities]
Expand Down
1 change: 1 addition & 0 deletions providers/openai/models/gpt-5.1-codex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cache_read = 0.125

[limit]
context = 400_000
input = 272_000
output = 128_000

[modalities]
Expand Down
Loading