feat: add GPT-6 Astra model catalog entry
This commit is contained in:
@@ -33,9 +33,16 @@ context_window = 256000
|
|||||||
# context window on this route, even when public API docs advertise larger
|
# context window on this route, even when public API docs advertise larger
|
||||||
# model-family windows.
|
# model-family windows.
|
||||||
# Codex currently caps the ChatGPT-backed route at 272k even though the public
|
# Codex currently caps the ChatGPT-backed route at 272k even though the public
|
||||||
# GPT-5.6 Sol API model advertises a 1.05M context window. Keep both values so
|
# GPT-6 Astra and GPT-5.6 Sol advertise a 1.05M context window. Keep both values so
|
||||||
# resolution and compaction use the effective backend limit without losing the
|
# resolution and compaction use the effective backend limit without losing each
|
||||||
# underlying model capability.
|
# underlying model capability.
|
||||||
|
[[model]]
|
||||||
|
id = "gpt-6-astra"
|
||||||
|
provider = "codex-oauth"
|
||||||
|
context_window = 1050000
|
||||||
|
max_context_window = 272000
|
||||||
|
capability = { tool_calling = "parallel", structured_output = "json_schema", reasoning = "effort", vision = true, prompt_caching = { kind = "auto" } }
|
||||||
|
|
||||||
[[model]]
|
[[model]]
|
||||||
id = "gpt-5.6-sol"
|
id = "gpt-5.6-sol"
|
||||||
provider = "codex-oauth"
|
provider = "codex-oauth"
|
||||||
|
|||||||
Reference in New Issue
Block a user