mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
docs: add tip openai page (#15866)
Co-authored-by: mubashir1osmani <mubashir.osmani777@gmail.com>
This commit is contained in:
parent
ea8a604188
commit
09c1ad190e
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue