llama-stack-mirror/llama_stack/providers
skamenan7 c752209ee4 fix bedrock inference profile IDs for AWS regions
AWS switched to requiring region-prefixed inference profile IDs instead of
foundation model IDs. Added auto-detection based on boto3 client region
to convert model IDs like meta.llama3-1-70b-instruct-v1:0 to
us.meta.llama3-1-70b-instruct-v1:0 depending on the region.

Handles edge cases like ARNs, case sensitivity, and None regions.
This fixes the ValidationException error when using on-demand throughput.
2025-09-10 09:18:07 -04:00
..
inline feat: Add vector_db_id to chunk metadata (#3304) 2025-09-10 11:19:21 +02:00
registry fix(deps): bump datasets versions for all providers (#3382) 2025-09-08 15:13:42 -07:00
remote fix bedrock inference profile IDs for AWS regions 2025-09-10 09:18:07 -04:00
utils fix: use lambda pattern for bedrock config env vars (#3307) 2025-09-05 10:45:11 +02:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py feat: create unregister shield API endpoint in Llama Stack (#2853) 2025-08-05 07:33:46 -07:00