mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 18:39:59 +00:00
* Removes a bunch of distros * Removed distros were added into the "starter" distribution * Doc for "starter" has been added * Partially reverts https://github.com/meta-llama/llama-stack/pull/2482 since inference providers are disabled by default and can be turned on manually via env variable. * Disables safety in starter distro Closes: #2502 Signed-off-by: Sébastien Han <seb@redhat.com>
538 B
538 B
remote::together
Description
Together AI inference provider for open-source models and collaborative AI development.
Configuration
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
url |
<class 'str'> |
No | https://api.together.xyz/v1 | The URL for the Together AI server |
api_key |
pydantic.types.SecretStr | None |
No | The Together AI API Key |
Sample Configuration
url: https://api.together.xyz/v1
api_key: ${env.TOGETHER_API_KEY}