Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Michael f14f76e927
fix(providers): add regional model support to bedrock (#2354)
8 months ago
..
f14f76e927
fix(providers): add regional model support to bedrock (#2354)
8 months ago
f14f76e927
fix(providers): add regional model support to bedrock (#2354)
8 months ago
f14f76e927
fix(providers): add regional model support to bedrock (#2354)
8 months ago
f14f76e927
fix(providers): add regional model support to bedrock (#2354)
8 months ago
f14f76e927
fix(providers): add regional model support to bedrock (#2354)
8 months ago
f14f76e927
fix(providers): add regional model support to bedrock (#2354)
8 months ago
f14f76e927
fix(providers): add regional model support to bedrock (#2354)
8 months ago
f14f76e927
fix(providers): add regional model support to bedrock (#2354)
8 months ago
e13d106ec3
feat: claude-based models on amazon bedrock (#298)
1 year ago

README.md

You have to be logged in to leave a comment. Sign In

Amazon Bedrock Examples

Prerequisites

  1. Set up your AWS credentials:

    export AWS_ACCESS_KEY_ID="your_access_key"
    export AWS_SECRET_ACCESS_KEY="your_secret_key"
    

    See authentication docs for other auth methods.

  2. Request model access in your AWS region:

    • Visit the AWS Bedrock Model Access page
    • Switch to your desired region. We recommend us-west-2 and us-east-1 which tend to have the most models available.
    • Enable the models you want to use.

Available Examples

This directory contains several example configurations for different Bedrock models:

Getting Started

  1. Run the evaluation:

    promptfoo eval -c [path/to/config.yaml]
    
  2. View the results:

    promptfoo view
    
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...