feat(models): add GPT-5.5 model entry to registry JSON
This commit is contained in:
@@ -1292,6 +1292,29 @@
|
|||||||
"xhigh"
|
"xhigh"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "gpt-5.5",
|
||||||
|
"object": "model",
|
||||||
|
"created": 1776902400,
|
||||||
|
"owned_by": "openai",
|
||||||
|
"type": "openai",
|
||||||
|
"display_name": "GPT 5.5",
|
||||||
|
"version": "gpt-5.5",
|
||||||
|
"description": "Stable version of GPT 5.5",
|
||||||
|
"context_length": 1050000,
|
||||||
|
"max_completion_tokens": 128000,
|
||||||
|
"supported_parameters": [
|
||||||
|
"tools"
|
||||||
|
],
|
||||||
|
"thinking": {
|
||||||
|
"levels": [
|
||||||
|
"low",
|
||||||
|
"medium",
|
||||||
|
"high",
|
||||||
|
"xhigh"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"codex-team": [
|
"codex-team": [
|
||||||
@@ -1387,6 +1410,29 @@
|
|||||||
"xhigh"
|
"xhigh"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "gpt-5.5",
|
||||||
|
"object": "model",
|
||||||
|
"created": 1776902400,
|
||||||
|
"owned_by": "openai",
|
||||||
|
"type": "openai",
|
||||||
|
"display_name": "GPT 5.5",
|
||||||
|
"version": "gpt-5.5",
|
||||||
|
"description": "Stable version of GPT 5.5",
|
||||||
|
"context_length": 1050000,
|
||||||
|
"max_completion_tokens": 128000,
|
||||||
|
"supported_parameters": [
|
||||||
|
"tools"
|
||||||
|
],
|
||||||
|
"thinking": {
|
||||||
|
"levels": [
|
||||||
|
"low",
|
||||||
|
"medium",
|
||||||
|
"high",
|
||||||
|
"xhigh"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"codex-plus": [
|
"codex-plus": [
|
||||||
@@ -1505,6 +1551,29 @@
|
|||||||
"xhigh"
|
"xhigh"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "gpt-5.5",
|
||||||
|
"object": "model",
|
||||||
|
"created": 1776902400,
|
||||||
|
"owned_by": "openai",
|
||||||
|
"type": "openai",
|
||||||
|
"display_name": "GPT 5.5",
|
||||||
|
"version": "gpt-5.5",
|
||||||
|
"description": "Stable version of GPT 5.5",
|
||||||
|
"context_length": 1050000,
|
||||||
|
"max_completion_tokens": 128000,
|
||||||
|
"supported_parameters": [
|
||||||
|
"tools"
|
||||||
|
],
|
||||||
|
"thinking": {
|
||||||
|
"levels": [
|
||||||
|
"low",
|
||||||
|
"medium",
|
||||||
|
"high",
|
||||||
|
"xhigh"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"codex-pro": [
|
"codex-pro": [
|
||||||
@@ -1623,6 +1692,29 @@
|
|||||||
"xhigh"
|
"xhigh"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "gpt-5.5",
|
||||||
|
"object": "model",
|
||||||
|
"created": 1776902400,
|
||||||
|
"owned_by": "openai",
|
||||||
|
"type": "openai",
|
||||||
|
"display_name": "GPT 5.5",
|
||||||
|
"version": "gpt-5.5",
|
||||||
|
"description": "Stable version of GPT 5.5",
|
||||||
|
"context_length": 1050000,
|
||||||
|
"max_completion_tokens": 128000,
|
||||||
|
"supported_parameters": [
|
||||||
|
"tools"
|
||||||
|
],
|
||||||
|
"thinking": {
|
||||||
|
"levels": [
|
||||||
|
"low",
|
||||||
|
"medium",
|
||||||
|
"high",
|
||||||
|
"xhigh"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"kimi": [
|
"kimi": [
|
||||||
|
|||||||
Reference in New Issue
Block a user