docs: add tip openai page (#15866)

Co-authored-by: mubashir1osmani <mubashir.osmani777@gmail.com>
This commit is contained in:
mubashirosmani 2025-10-23 21:25:25 -04:00 committed by GitHub
parent ea8a604188
commit 09c1ad190e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,10 @@ import TabItem from '@theme/TabItem';
# OpenAI
LiteLLM supports OpenAI Chat + Embedding calls.
:::tip
**We recommend using `litellm.responses()` / Responses API** for the latest OpenAI models (GPT-5, gpt-5-codex, o3-mini, etc.)
:::
### Required API Keys
```python