llama-stack-mirror/llama_stack/providers
Ashwin Bharambe f70aa99c97
fix(models)!: always prefix models with provider_id when registering (#3822)
**!!BREAKING CHANGE!!**

The lookup is also straightforward -- we always look for this identifier
and don't try to find a match for something without the provider_id
prefix.

Note that, this ideally means we need to update the `register_model()`
API also (we should kill "identifier" from there) but I am not doing
that as part of this PR.

## Test Plan

Existing unit tests
2025-10-16 06:47:39 -07:00
..
inline fix(responses): fixes, re-record tests (#3820) 2025-10-15 16:37:42 -07:00
registry feat: Enable setting a default embedding model in the stack (#3803) 2025-10-14 18:25:13 -07:00
remote feat(gemini): Support gemini-embedding-001 and fix models/ prefix in metadata keys (#3813) 2025-10-15 12:22:10 -04:00
utils fix(models)!: always prefix models with provider_id when registering (#3822) 2025-10-16 06:47:39 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py feat: combine ProviderSpec datatypes (#3378) 2025-09-18 16:10:00 +02:00