aws · Amazon Bedrock Docs
Bedrock Submit prompts and generate responses using the API
Explains how to use various Amazon Bedrock API operations including InvokeModel, Converse, and OpenAI Chat Completions API to perform model inference, handle streaming responses, and manage asynchronous requests.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Bedrock Submit prompts and generate responses using the API
Explains how to use various Amazon Bedrock API operations including InvokeModel, Converse, and OpenAI Chat Completions API to perform model inference, handle streaming responses, and manage asynchronous requests.
When To Use
Use when you need to implement model inference via synchronous, streaming, conversational, or asynchronous API calls in an application.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/bedrock-inference-api-submit-prompts-and-generate-responses-using-the-workflow-guide.md | Documentation describing the InvokeModel and InvokeModelWithResponseStream API operations for submitting prompts and generating responses in Amazon Bedrock. | Questions about documentation describing the InvokeModel and InvokeModelWithResponseStream API operations for submitting prompts and... |
What This Skill Covers
- Amazon Bedrock offers the followingAPI operations for carrying out model inference: + InvokeModel – Submit a prompt and generate a response. The request body...
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.aws.amazon.com/bedrock/latest/userguide/inference-api.html
