llama-stack-mirror/docs/source/providers/inference/remote_tgi.md
2025-07-23 10:26:13 -04:00

23 lines
400 B
Markdown

---
orphan: true
---
# remote::tgi
## Description
Text Generation Inference (TGI) provider for HuggingFace model serving.
## Configuration
| Field | Type | Required | Default | Description |
|-------|------|----------|---------|-------------|
| `url` | `<class 'str'>` | No | PydanticUndefined | The URL for the TGI serving endpoint |
## Sample Configuration
```yaml
url: ${env.TGI_URL}
```