feat(models): add GPT-5.5 to the registry with support for advanced tasks

This commit is contained in:
Luis Pater
2026-04-29 09:49:26 +08:00
parent f95ab4cdf1
commit 2ea8f77efb

View File

@@ -1293,6 +1293,29 @@
]
}
},
{
"id": "gpt-5.5",
"object": "model",
"created": 1776902400,
"owned_by": "openai",
"type": "openai",
"display_name": "GPT 5.5",
"version": "gpt-5.5",
"description": "Frontier model for complex coding, research, and real-world work.",
"context_length": 272000,
"max_completion_tokens": 128000,
"supported_parameters": [
"tools"
],
"thinking": {
"levels": [
"low",
"medium",
"high",
"xhigh"
]
}
},
{
"id": "codex-auto-review",
"object": "model",