Bedrock
Amazon Bedrock examples for basic runs, image and PDF input, structured output, and tool use.
| Example | Description |
|---|---|
| Bedrock Basic | Run a minimal agent on AWS Bedrock in sync, async, and streaming modes. |
| AWS Image Agent Bytes | Send image bytes to Amazon Nova Pro on Bedrock and fetch related news with web search. |
| AWS PDF Agent Bytes | Pass a PDF as bytes to Amazon Nova Pro on Bedrock and extract a recipe from it. |
| Bedrock Structured Output | Return a typed MovieScript from a Bedrock model with a Pydantic output schema. |
| Bedrock Tool Use | Call web search tools from a Bedrock model in sync, streaming, and async modes. |