We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8a604 commit 09c1ad1Copy full SHA for 09c1ad1
docs/my-website/docs/providers/openai.md
@@ -4,6 +4,10 @@ import TabItem from '@theme/TabItem';
4
# OpenAI
5
LiteLLM supports OpenAI Chat + Embedding calls.
6
7
+:::tip
8
+**We recommend using `litellm.responses()` / Responses API** for the latest OpenAI models (GPT-5, gpt-5-codex, o3-mini, etc.)
9
+:::
10
+
11
### Required API Keys
12
13
```python
0 commit comments