llama-stack-mirror/tests/unit/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
..
agent feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
agents fix: AccessDeniedError leads to HTTP 500 instead of error 403 (#2595) 2025-07-03 10:50:49 -07:00
inference feat: To add health status check for remote VLLM (#2303) 2025-06-06 15:33:12 -04:00
nvidia chore: remove nested imports (#2515) 2025-06-26 08:01:05 +05:30
utils feat: add infrastructure to allow inference model discovery 2025-07-09 12:52:30 -04:00
vector_io chore: Adding unit tests for Milvus and OpenAI compatibility (#2640) 2025-07-08 00:50:16 -07:00
test_configs.py feat(api): don't return a payload on file delete (#1640) 2025-03-25 17:12:36 -07:00