> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Hugging Face

> Hugging Face examples for basic and streaming runs, essay generation, retries, and web-search tool use.

| Example                                                                              | Description                                                                              |
| ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------- |
| [Hugging Face Basic](/examples/models/huggingface/basic)                             | Run a Hugging Face Mistral 7B agent in sync, async, and streaming modes.                 |
| [Hugging Face GPT-OSS Essay Writer](/examples/models/huggingface/llama-essay-writer) | Write a 300-word essay on a user topic with GPT-OSS 120B on Hugging Face.                |
| [Retry](/examples/models/huggingface/retry)                                          | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| [Hugging Face Tool Use](/examples/models/huggingface/tool-use)                       | Add web search tools to a GPT-OSS 120B agent on Hugging Face.                            |
