Amazon Bedrock
The models of Amazon Bedrock.
Features
- Provides llm, text-embedding, rerank models in Dify.
- Includes predefined llm models such as openai, mistral, ai21.
- Includes predefined rerank models such as amazon.rerank-v1, cohere.rerank-v3-5.
- Includes predefined text embedding models such as cohere.embed-multilingual-v3, cohere.embed-english-v3, amazon.titan-embed-text-v2.
- Supports predefined model and customizable model configuration.
Setup
- Install this plugin from the Dify Marketplace.
- Get the required credentials from Amazon Bedrock.
- Add the credentials in the plugin settings.
- Save the configuration.
Usage
Select Amazon Bedrock as the model provider in Dify, choose an available model, and use it in applications, agents, or workflows.
Claude 5 Models (Sonnet 5 / Fable 5)
The "Anthropic Claude 5" entry provides Claude Sonnet 5 () and Claude Fable 5 (). These models differ from earlier Claude generations:
- Inference profiles only. Invocable exclusively via (US/Canada regions) or cross-region inference profiles — there is no on-demand bare-ID invocation and no / geo profiles. The plugin resolves this from your Cross-Region Inference selection; from non-US regions choose .
- Adaptive thinking is always on and cannot be disabled. Thinking depth is controlled by the Effort parameter (////) instead of a thinking budget. Sampling parameters (temperature / top_p / top_k) are not configurable on these models and are not exposed.
- Refusals & fallback. Requests can be declined by safety classifiers (; materially more frequent on Fable 5). With Refusal Fallback enabled (default), the plugin automatically retries the identical request with Claude 4.8 Opus. Mid-stream refusals that occur after output has been produced cannot fall back and raise an error instead.
- Fable 5 prerequisite: data retention opt-in. Your AWS account must set data retention mode to via the Bedrock Data Retention API before invoking Fable 5 (no console UI at launch). See the Fable 5 model card. The plugin never changes account settings.
- Pricing note. Displayed prices are the Global cross-region rates (Sonnet 5 $3/$15, Fable 5 $10/$50 per 1M tokens). Geo/in-region invocation is ~10% higher. Prompt-cache read/write rates are not representable in Dify's cost tracking — refer to your AWS bill.
Privacy
This plugin sends the inputs required by the selected operation to the upstream service. See PRIVACY.md [blocked] for details.