Skip to content

Commit c43915b

Browse files
claude[bot]windmill-internal-app[bot]centdix
authored
feat(ai): add AWS Bedrock as native AI provider (#1152)
* feat(ai): add AWS Bedrock as native AI provider - Add AWS Bedrock to the list of supported AI providers in documentation - Document required configuration: AWS region and API key - Add changelog entry for November 19, 2025 Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com> * feat: change API key to long term API key for AWS Bedrock Co-authored-by: centdix <centdix@users.noreply.github.com> * fix: remove AWS Bedrock setup guide reference Co-authored-by: centdix <centdix@users.noreply.github.com> * fix: update Azure OpenAI base URL format Co-authored-by: centdix <centdix@users.noreply.github.com> * remove guide * nit * version --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com> Co-authored-by: centdix <centdix@users.noreply.github.com> Co-authored-by: centdix <farhadg110@gmail.com>
1 parent 1c99067 commit c43915b

File tree

10 files changed

+18
-157
lines changed

10 files changed

+18
-157
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
slug: aws-bedrock
3+
version: v1.579.0
4+
title: AWS Bedrock support for Windmill AI
5+
tags: ['AI', 'AI Chat', 'AI agents']
6+
description: AWS Bedrock is now natively supported as an AI provider in Windmill.
7+
features:
8+
[
9+
'AWS Bedrock now available as a native AI provider',
10+
'Simple configuration with AWS region and API key',
11+
'Access to all Bedrock-supported models'
12+
]
13+
docs: /docs/core_concepts/ai_generation/#models
14+
---

docs/core_concepts/22_ai_generation/index.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,19 +227,17 @@ The AI assistant can generate CRON [schedules](../1_scheduling/index.mdx) from a
227227
Windmill AI supports:
228228
- OpenAI's [models](https://platform.openai.com/docs/models) (o1 currently not supported)
229229
- Azure OpenAI's [models](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models)
230-
- Base URL format: `https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}`
230+
- Base URL format: `https://{your-resource-name}.openai.azure.com/openai`
231231
- Anthropic's [models](https://docs.anthropic.com/en/docs/about-claude/models/all-models) (including Claude 3.7 Sonnet in extended thinking mode)
232232
- Mistral's [Codestral](https://mistral.ai/technology/#models)
233233
- DeepSeek's [models](https://api-docs.deepseek.com/quick_start/pricing)
234234
- Google's [Gemini models](https://ai.google.dev/models/gemini)
235235
- Groq's [models](https://console.groq.com/docs/models)
236236
- OpenRouter's [models](https://openrouter.ai/models)
237237
- Together AI's [models](https://docs.together.ai/docs/serverless-models)
238+
- AWS Bedrock's [models](https://aws.amazon.com/bedrock/)
239+
- Required configuration: AWS region and long term API key
238240
- Custom AI: base URL and API key of any AI provider that is OpenAI API-compatible
239241
- For Ollama and other local models, select "Custom AI" and provide your Ollama server URL (e.g., `http://localhost:11434/v1` for local Ollama or your custom endpoint)
240242

241-
If you'd like to use a model that isn't in the default dropdown list, you can use any model supported by a provider (like `gpt-4o-2024-05-13` or `claude-3-7-sonnet-20250219`) by simply typing the model name in the model input field and pressing enter.
242-
243-
### AWS Bedrock
244-
245-
For models hosted on AWS Bedrock, you can use the `Custom AI` provider and follow the instructions in the [Windmill AI using AWS Bedrock](/docs/misc/9_guides/aws_bedrock/index.mdx) guide.
243+
If you'd like to use a model that isn't in the default dropdown list, you can use any model supported by a provider (like `gpt-4o-2024-05-13` or `claude-3-7-sonnet-20250219`) by simply typing the model name in the model input field and pressing enter.
-173 KB
Binary file not shown.
-57.4 KB
Binary file not shown.
-315 KB
Binary file not shown.
-66.6 KB
Binary file not shown.

docs/misc/9_guides/aws_bedrock/index.mdx

Lines changed: 0 additions & 150 deletions
This file was deleted.
-61 KB
Binary file not shown.
-266 KB
Binary file not shown.

sidebars.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ const sidebars = {
120120
'misc/guides/sequin/index',
121121
'misc/guides/snowflake_app_with_user_roles/index',
122122
'misc/guides/otel/index',
123-
'misc/guides/aws_bedrock/index',
124123
'misc/guides/aws_marketplace/index'
125124
]
126125
}

0 commit comments

Comments
 (0)