llama-stack-mirror/llama_stack/providers
Matthew Farrellee d035fe93c6 feat: add infrastructure to allow inference model discovery
inference providers each have a static list of supported / known models. some also
have access to a dynamic list of currently available models. this change gives
prodivers using the ModelRegistryHelper the ability to combine their static and
dynamic lists.

for instance, OpenAIInferenceAdapter can implement
```
   def query_available_models(self) -> list[str]:
      return [entry.model for entry in self.openai_client.models.list()]
```
to augment its static list w/ a current list from openai.
2025-07-09 12:52:30 -04:00
..
inline chore(api): add mypy coverage to meta_reference_config (#2664) 2025-07-09 10:24:30 +02:00
registry fix: only load mcp when enabled in tool_group (#2621) 2025-07-04 20:27:05 +05:30
remote fix: runpod transition to python 3.12 (#2682) 2025-07-09 12:27:42 +02:00
utils feat: add infrastructure to allow inference model discovery 2025-07-09 12:52:30 -04:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00