llama-stack-mirror/llama_stack/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
..
inline feat(registry): make the Stack query providers for model listing (#2862) 2025-07-24 10:39:53 -07:00
registry chore: remove *_openai_compat providers (#2849) 2025-07-22 10:25:36 -07:00
remote feat(registry): make the Stack query providers for model listing (#2862) 2025-07-24 10:39:53 -07:00
utils feat(registry): make the Stack query providers for model listing (#2862) 2025-07-24 10:39:53 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py feat(registry): make the Stack query providers for model listing (#2862) 2025-07-24 10:39:53 -07:00