AWS Bedrock components for building AI agents.

Changelog

5 versions
v1.0.5 Latest
  • Output examples for Converse, CreateBatchInferenceJob, ListBuckets, ListModels and SendPrompt.
v1.0.4
  • Added validation for required fields in components.
v1.0.3
  • Updated icon for all components.
v1.0.2
  • Fixed required fields for `CreateBatchInferenceJob`.
v1.0.1
  • First version.

Authentication

TypeDetails
API Key
Access Key Id (text)
Your AWS access key ID
Secret Key (text)
Your AWS secret access key

Actions

4
Converse icon

Converse

Send messages to an LLM and receive a response. Apart from sending text prompts, Converse also supports video, audio, documents and image prompts.
Create Batch Inference Job icon

Create Batch Inference Job

Create a batch inference job to invoke a model on multiple prompts (100+).
List Models icon

List Models

List models.
Send Prompt icon

Send Prompt

Send a prompt to an LLM and receive a response. Note that different models expect different input parameters and produce a different result. Read the documentation of each model to understand what result format to expect and what input parameters to provide.