Files
letta-server/tests/model_settings/openai-gpt-5.3-chat-latest.json
Kevin Lin 4e2bf3ecd6 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>
2026-03-03 18:34:15 -08:00

12 lines
229 B
JSON

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