Amazon Bedrock provides access to a range of foundation models through an OpenAI-compatible API. This makes it straightforward to connect Superwhisper to your existing AWS infrastructure, keeping data within your AWS environment and leveraging your existing cloud spend.Documentation Index
Fetch the complete documentation index at: https://superwhisper.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before configuring Bedrock in Superwhisper, you’ll need:- An AWS account with Amazon Bedrock access enabled
- Model access granted for at least one foundation model in your chosen region (managed in the AWS Bedrock console)
- An Amazon Bedrock API key
Creating a Bedrock API Key
Bedrock Mantle uses dedicated Amazon Bedrock API keys — these are separate from IAM credentials and AWS access keys.- Follow the Generate an Amazon Bedrock API key guide in the AWS documentation
- Copy the key — you won’t be able to view it again
Configuring in Superwhisper
- Open the Superwhisper Enterprise dashboard and go to the Models tab
- Click + Custom Model
- Select Custom from the provider dropdown
- Fill in the following fields:
| Field | Value |
|---|---|
| API Key | Your Amazon Bedrock API key |
| API URL | https://bedrock-mantle.<region>.api.aws/v1 |
| Model ID | The model identifier from your Bedrock console |
| Name | A friendly display name for your members |
- Click Save
Replace
<region> in the API URL with your AWS region (e.g., us-east-1, eu-west-1). Model availability varies by region — check the Amazon Bedrock documentation to confirm your chosen model is available in your region.Regional Endpoints
Use the endpoint that corresponds to the AWS region where you have Bedrock enabled.| Region | Endpoint |
|---|---|
| US East (N. Virginia) | https://bedrock-mantle.us-east-1.api.aws/v1 |
| US East (Ohio) | https://bedrock-mantle.us-east-2.api.aws/v1 |
| US West (Oregon) | https://bedrock-mantle.us-west-2.api.aws/v1 |
| Europe (Frankfurt) | https://bedrock-mantle.eu-central-1.api.aws/v1 |
| Europe (Ireland) | https://bedrock-mantle.eu-west-1.api.aws/v1 |
| Europe (London) | https://bedrock-mantle.eu-west-2.api.aws/v1 |
| Asia Pacific (Tokyo) | https://bedrock-mantle.ap-northeast-1.api.aws/v1 |
| Asia Pacific (Mumbai) | https://bedrock-mantle.ap-south-1.api.aws/v1 |
Support
If you run into issues configuring Bedrock or have questions about which models to enable:- Email us at enterprise@superwhisper.com
- Request a shared Slack channel for faster communication

