From 2ea8f77efbd06a03d699c3d1459f993f3705f6ea Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Wed, 29 Apr 2026 09:49:26 +0800 Subject: [PATCH] feat(models): add GPT-5.5 to the registry with support for advanced tasks --- internal/registry/models/models.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/internal/registry/models/models.json b/internal/registry/models/models.json index d276cdc2..fa56bb42 100644 --- a/internal/registry/models/models.json +++ b/internal/registry/models/models.json @@ -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",