Skip to content

Commit f085eb1

Browse files
committed
Add tip about model compatibility to Responses API docs
1 parent de58b58 commit f085eb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/inference-providers/guides/responses-api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ The Responses API provides a unified interface built for agentic apps. With it,
1818
- A Hugging Face account with remaining Inference Providers credits (free tier available).
1919
- A fine-grained [Hugging Face token](https://huggingface.co/settings/tokens) with “Make calls to Inference Providers” permission stored in `HF_TOKEN`.
2020

21+
> [!TIP]
22+
> All Inference Providers chat completion models should be compatible with the Responses API. You can browse available models on the [Inference Models page](https://huggingface.co/inference/models).
23+
2124
## Configure your Responses client
2225

2326
Install the OpenAI SDK for your language of choice before running the snippets below (`pip install openai` for Python or `npm install openai` for Node.js). If you prefer issuing raw HTTP calls, any standard tool such as `curl` will work as well.

0 commit comments

Comments
 (0)