llama-stack-mirror/docs/source/providers
Ashwin Bharambe 1463b79218
feat(registry): make the Stack query providers for model listing (#2862)
This flips #2823 and #2805 by making the Stack periodically query the
providers for models rather than the providers going behind the back and
calling "register" on to the registry themselves. This also adds support
for model listing for all other providers via `ModelRegistryHelper`.
Once this is done, we do not need to manually list or register models
via `run.yaml` and it will remove both noise and annoyance (setting
`INFERENCE_MODEL` environment variables, for example) from the new user
experience.

In addition, it adds a configuration variable `allowed_models` which can
be used to optionally restrict the set of models exposed from a
provider.
2025-07-24 10:39:53 -07:00
..
agents fix: store configs (#2593) 2025-07-03 10:07:23 -07:00
datasetio fix: store configs (#2593) 2025-07-03 10:07:23 -07:00
eval fix: store configs (#2593) 2025-07-03 10:07:23 -07:00
files docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
inference feat(registry): make the Stack query providers for model listing (#2862) 2025-07-24 10:39:53 -07:00
post_training docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00
safety docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
scoring fix: allow default empty vars for conditionals (#2570) 2025-07-01 14:42:05 +02:00
telemetry feat: improve telemetry (#2590) 2025-07-04 17:29:09 +02:00
tool_runtime fix: allow default empty vars for conditionals (#2570) 2025-07-01 14:42:05 +02:00
vector_io chore: Added openai compatible vector io endpoints for chromadb (#2489) 2025-07-23 13:51:58 -07:00
external.md docs: update external provider guide and navigation (#2567) 2025-07-01 09:42:32 +02:00
index.md docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00
openai.md docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00