llama-stack-mirror/docs/source/providers/inference/remote_tgi.md
2025-08-05 14:52:09 -07:00

19 lines
363 B
Markdown

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