Skip to main content
LangWatch integrates with LiteLLM to capture detailed information about your LLM calls across multiple providers through a unified interface.

Installation

Usage

The LangWatch API key is configured by default via the LANGWATCH_API_KEY environment variable.
Use autotrack_litellm_calls() to automatically capture all LiteLLM calls within a trace.
The @langwatch.trace() decorator creates a parent trace, and autotrack_litellm_calls() enables automatic tracking of all LiteLLM calls for the duration of that trace.