Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aws_bedrock_runtime_endpoint support #1203

Merged

Conversation

Manouchehri
Copy link
Collaborator

@Manouchehri Manouchehri commented Dec 21, 2023

This expands upon #717.

Future example usage (seems like Cloudflare AI Gateway has a bug atm :P ):

model_list:
  - model_name: claude-v2.1
    litellm_params:
      model: bedrock/anthropic.claude-v2:1
      aws_region_name: us-east-1
      aws_bedrock_runtime_endpoint: https://gateway.ai.cloudflare.com/v1/1234_account_id_here/demo/aws-bedrock/bedrock-runtime/us-east-1
  - model_name: claude-v2.1
    litellm_params:
      model: bedrock/anthropic.claude-v2:1
      aws_region_name: us-west-2
      aws_bedrock_runtime_endpoint: https://gateway.ai.cloudflare.com/v1/1234_account_id_here/demo/aws-bedrock/bedrock-runtime/us-west-2
  - model_name: claude-v2.1
    litellm_params:
      model: bedrock/anthropic.claude-v2:1
      aws_region_name: eu-central-1
      aws_bedrock_runtime_endpoint: https://gateway.ai.cloudflare.com/v1/1234_account_id_here/demo/aws-bedrock/bedrock-runtime/eu-central-1

Copy link

vercel bot commented Dec 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
litellm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 21, 2023 0:35am

@Manouchehri Manouchehri marked this pull request as ready for review December 21, 2023 00:41
@krrishdholakia krrishdholakia merged commit 03fd5da into BerriAI:main Dec 23, 2023
2 checks passed
@krrishdholakia
Copy link
Contributor

LGTM!

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