feat: add gpt-5.3-chat-latest model support (#9746)

Add OpenAI's GPT-5.3 Chat model (128K context, 16K output) with pricing
specs, and remove the "chat" keyword filter so chat variants are listed.

🐾 Generated with [Letta Code](https://letta.com)

Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
Kevin Lin
2026-03-03 13:09:06 -08:00
committed by Caren Thomas
parent 774305d10a
commit 4e2bf3ecd6
3 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"handle": "openai/gpt-5.3-chat-latest",
"model_settings": {
"provider_type": "openai",
"max_output_tokens": 4096,
"parallel_tool_calls": false,
"reasoning": {
"reasoning_effort": "minimal"
}
}
}