Skip to content

Commit 74f4619

Browse files
committed
Update Responses API guide for clarity and onboarding
1 parent 45ee399 commit 74f4619

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Responses API (beta)
22

3-
The Responses API (developed by OpenAI) provides a unified interface for model interactions with Hugging Face Inference Providers. Use your existing OpenAI SDKs to access features like multi-provider routing, enterprise controls, event streaming, structured outputs, and integration with Remote MCP tools.
3+
The Responses API (from OpenAI) provides a unified interface for model interactions with Hugging Face Inference Providers. Use your existing OpenAI SDKs to access features like multi-provider routing, enterprise controls, event streaming, structured outputs, and integration with Remote MCP tools.
44

55
> [!TIP]
6-
> You only need a Hugging Face access token to start. Generate one at [huggingface.co/settings/tokens](https://huggingface.co/settings/tokens) and store it in the `HF_TOKEN` environment variable before running the code below.
6+
> This guide assumes you have a Hugging Face account and access token. You can create a free account at [huggingface.co](https://huggingface.co) and get your token from your [settings page](https://huggingface.co/settings/tokens).
77
88
## Why build with the Responses API?
99

@@ -16,7 +16,7 @@ The Responses API provides a unified interface built for agentic apps. With it,
1616
## Prerequisites
1717

1818
- A Hugging Face account with remaining Inference Providers credits (free tier available).
19-
- A fine-grained Hugging Face token with “Make calls to Inference Providers” permission stored in `HF_TOKEN`.
19+
- A fine-grained [Hugging Face token](https://huggingface.co/settings/tokens) with “Make calls to Inference Providers” permission stored in `HF_TOKEN`.
2020

2121
## Configure your Responses client
2222

0 commit comments

Comments
 (0)