Skip to content

Commit ed95053

Browse files
authored
Add playground to chat-completion doc
1 parent 33579c3 commit ed95053

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/api-inference/tasks/chat-completion.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ This is a subtask of [`text-generation`](./text_generation) designed to generate
2828
- [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407): Very strong open-source large language model.
2929

3030

31+
### API Playground
32+
33+
For Chat Completion models, we provide an interactive UI Playground for easier testing:
34+
35+
- Quickly iterate on your prompts from the UI.
36+
- Set and override system, assistant and user messages.
37+
- Browse and select models currently available in the Inference API.
38+
- Compare the output of two models side-by-side.
39+
- Adjust prompt parameters from the UI.
40+
- Easily switch between UI view and code snippets.
41+
42+
Access the Inference UI Playground and start exploring: [https://huggingface.co/playground](https://huggingface.co/playground)
3143

3244
### Using the API
3345

0 commit comments

Comments
 (0)