LLM & Tools
Anthropic
Anthropic is an AI research organization behind Claude model family. Whether you’re brainstorming alone or building with a team of thousands, Claude is here to help.
Using Langtrace to monitor your Claude backed LLM apps is quick and easy. Follow these steps:
Setup
- Install Langtrace’s SDK and initialize the SDK in your code.
Note: You’ll need API keys from Langtrace and Anthropic. Sign up for Langtrace and/or Anthropic if you haven’t done so already.
Python
- Setup environment variables:
Shell
Usage
Generate a simple output with your deployment’s model:
You can now view your traces on the Langtrace dashboard
Want to see more supported methods? Checkout the sample code in the Langtrace Anthropic Python Example repository.