llama-stack-mirror/redhat-distribution/providers.d/remote/inference/aws_bedrock.yaml
skamenan7 3ee3746462 Add AWS Bedrock inference provider to Red Hat distribution
- Add bedrock provider configuration in providers.d/remote/inference/
- Include bedrock as inference provider option in build.yaml
- Configure with proper boto3 dependencies and module references
2025-08-27 16:01:19 -04:00

7 lines
No EOL
283 B
YAML

adapter:
adapter_type: bedrock
pip_packages: ["boto3>=1.26.137", "botocore"]
config_class: llama_stack.providers.remote.inference.bedrock.config.BedrockConfig
module: llama_stack.providers.remote.inference.bedrock
api_dependencies: ["inference"]
optional_api_dependencies: []