docs(chatgpt): add gpt-5.3-chat-latest proxy example

This commit is contained in:
Vincent Koc
2026-03-05 16:50:38 -05:00
parent 9a37fe2821
commit 4e3c957bce
@@ -80,6 +80,11 @@ model_list:
mode: responses
litellm_params:
model: chatgpt/gpt-5.3-instant
- model_name: chatgpt/gpt-5.3-chat-latest
model_info:
mode: responses
litellm_params:
model: chatgpt/gpt-5.3-chat-latest
```
```bash showLineNumbers title="Start LiteLLM Proxy"