Discover invokable models for a provider
AI
Discover invokable models for a provider
Live per-provider model discovery, reflecting what the configured account can actually invoke (unlike the static catalog). Currently supports provider=bedrock: the server calls the AWS Bedrock discovery APIs (ListFoundationModels + ListInferenceProfiles) with the configured AWS credentials and merges them into invokable ids — a model without on-demand support is returned as its cross-region inference-profile id (e.g. us.anthropic…). Results are cached for 5 minutes. The Configuration UI overlays catalog labels on this list and falls back to the static catalog when discovery is unavailable.
