feat(core): add gpt-5.3-codex model support (#9628)
* feat(core): add gpt-5.3-codex model support Add OpenAI gpt-5.3-codex model: context window overrides, model pricing and capabilities, none-reasoning-effort support, and test config. 🐾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta <noreply@letta.com> * just stage-api && just publish-api --------- Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -29104,7 +29104,7 @@
|
||||
"type": "integer",
|
||||
"title": "Limit",
|
||||
"description": "Character limit of the block.",
|
||||
"default": 20000
|
||||
"default": 100000
|
||||
},
|
||||
"project_id": {
|
||||
"anyOf": [
|
||||
@@ -29317,7 +29317,7 @@
|
||||
"type": "integer",
|
||||
"title": "Limit",
|
||||
"description": "Character limit of the block.",
|
||||
"default": 20000
|
||||
"default": 100000
|
||||
},
|
||||
"project_id": {
|
||||
"anyOf": [
|
||||
@@ -29535,7 +29535,7 @@
|
||||
"type": "integer",
|
||||
"title": "Limit",
|
||||
"description": "Character limit of the block.",
|
||||
"default": 20000
|
||||
"default": 100000
|
||||
},
|
||||
"project_id": {
|
||||
"anyOf": [
|
||||
@@ -33178,7 +33178,7 @@
|
||||
"type": "integer",
|
||||
"title": "Limit",
|
||||
"description": "Character limit of the block.",
|
||||
"default": 20000
|
||||
"default": 100000
|
||||
},
|
||||
"project_id": {
|
||||
"anyOf": [
|
||||
@@ -34592,7 +34592,7 @@
|
||||
"type": "integer",
|
||||
"title": "Limit",
|
||||
"description": "Character limit of the block.",
|
||||
"default": 20000
|
||||
"default": 100000
|
||||
},
|
||||
"project_id": {
|
||||
"anyOf": [
|
||||
@@ -37733,7 +37733,7 @@
|
||||
"type": "integer",
|
||||
"title": "Limit",
|
||||
"description": "Character limit of the block.",
|
||||
"default": 20000
|
||||
"default": 100000
|
||||
},
|
||||
"project_id": {
|
||||
"anyOf": [
|
||||
|
||||
Reference in New Issue
Block a user