Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/bedrock-inference-api-submit-prompts-and-generate-responses-using-the-workflow-guide.mdDocumentation 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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