Commit Graph

3 Commits

Author SHA1 Message Date
Martin-Zack Mekkaoui
341a8c1c05 feat(bedrock): add support for CRIS inference profiles
Adds support for Bedrock Cross-Region Inference Service (CRIS) inference
profiles (global., us., eu. prefixes). The discovery now fetches both
foundation models and inference profiles in parallel.

- Import ListInferenceProfilesCommand from AWS SDK
- Discover inference profiles alongside foundation models
- Extract capabilities from underlying foundation models when available
- Apply provider filter to inference profiles
- Add tests for inference profile discovery

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-25 15:24:09 +01:00
Peter Steinberger
4e77483051 fix: refine bedrock discovery defaults (#1543) (thanks @fal3) 2026-01-24 01:18:33 +00:00
Alex Fallah
8effb557d5 feat: add dynamic Bedrock model discovery
Add automatic discovery of AWS Bedrock models using ListFoundationModels API.
When AWS credentials are detected, models that support streaming and text output
are automatically discovered and made available.

- Add @aws-sdk/client-bedrock dependency
- Add discoverBedrockModels() with caching (default 1 hour)
- Add resolveImplicitBedrockProvider() for auto-registration
- Add BedrockDiscoveryConfig for optional filtering by provider/region
- Filter to active, streaming, text-output models only
- Update docs/bedrock.md with auto-discovery documentation
2026-01-24 01:15:06 +00:00