Amazon Bedrock Agent
Run generative AI workflows on AWS Bedrock models.
What it does
- Calls Amazon Bedrock models for text, vision, image generation, and structured outputs.
- Can invoke any Bedrock model directly or list available models in your account.
Common uses
- Keep AI processing within AWS for compliance or data residency.
- Generate responses, extract fields, or follow a JSON schema using Bedrock models.
- Create and edit images, or ask questions about images.
- Discover which Bedrock models are available before selecting one.
Key actions from the spec
- Text generation: completions with temperature, stop sequences, and token limits.
- Structured output: enforce JSON schema for predictable fields.
- Vision: answer questions about images provided as base64 or URL.
- Image generation and editing: create images from prompts or modify with masks.
- Model utilities: list models or invoke a specific model with a custom payload.
Setup notes
- Requires AWS credentials with access to Bedrock; ensure the models you reference are enabled in your region.
- Provide model IDs explicitly when you need a specific provider such as Anthropic or OpenAI via AWS.
- Vision and image actions expect base64-encoded image data or a reachable image URL.