Skip to content

docs: add AWS Bedrock usage guide via LiteLLM proxy#5

Open
keyuchen21 wants to merge 1 commit into
Sentdex:masterfrom
keyuchen21:docs/aws-bedrock-guide
Open

docs: add AWS Bedrock usage guide via LiteLLM proxy#5
keyuchen21 wants to merge 1 commit into
Sentdex:masterfrom
keyuchen21:docs/aws-bedrock-guide

Conversation

@keyuchen21

Copy link
Copy Markdown

Summary

  • Add a section to README documenting how to use AWS Bedrock models with minion via LiteLLM proxy
  • Cover the inference-profile requirement (use us. / global. prefixed model IDs)
  • Include a convenience shell wrapper that auto-starts the proxy

Context

Bedrock doesn't expose an OpenAI-compatible endpoint natively, so users need a proxy layer. LiteLLM is the most lightweight option (one command) and is already the community standard for this. This saves other Bedrock users from the same trial-and-error.

Test plan

  • Verified the LiteLLM proxy + minion setup works end-to-end with us.anthropic.claude-opus-4-6-v1 on Bedrock us-east-1
  • Confirmed the inference-profile requirement (bare model IDs fail with a 400 error)

Bedrock requires an OpenAI-compatible proxy since it doesn't expose
an OpenAI-format endpoint natively. Document the LiteLLM setup and
the inference-profile gotcha that trips up most first-time users.
@Sentdex Sentdex self-assigned this Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants