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>
12 lines
229 B
JSON
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"
|
|
}
|
|
}
|
|
}
|