This integration method is maintained but no longer actively developed. For the best experience and latest features, use our new AI Gateway with unified API access to 100+ models.
Proxy Integration#
Create an account + Generate an API Key
Set HELICONE_API_KEY as an environment variable
Run the Bedrock command with the Helicone Proxy
Async Integration#
Create an account + Generate an API Key
Set API keys as environment variables
Install necessary packages
Ensure you have the necessary packages installed in your JavaScript project:
Import required modules and initialize Helicone Logger
Configure AWS Bedrock client
Send the request and handle the response
This integration allows you to use AWS Bedrock with Helicone's async logging. The Helicone logger will automatically capture traces of your AWS Bedrock API calls, providing you with valuable insights and analytics through the Helicone dashboard.
For more information on using async logging, visit the Async Logging documentation.
