provider: use codex gpt55 effective context
This commit is contained in:
@@ -32,8 +32,10 @@ context_window = 256000
|
||||
[[model]]
|
||||
id = "gpt-5.5"
|
||||
provider = "codex-oauth"
|
||||
context_window = 1050000
|
||||
max_context_window = 272000
|
||||
# OpenAI docs advertise GPT-5.5 with a 1.05M context window, but Codex OAuth /
|
||||
# ChatGPT backend access is effectively limited around 272k tokens; this
|
||||
# provider-specific entry records that effective route limit directly.
|
||||
context_window = 272000
|
||||
capability = { tool_calling = "parallel", structured_output = "json_schema", reasoning = "effort", vision = true, prompt_caching = { kind = "auto" } }
|
||||
|
||||
[[model]]
|
||||
|
||||
Reference in New Issue
Block a user