LLM Providers
We currently support the following LLM providers:Provider | Instrumentation Function | Notes |
---|---|---|
OpenAI | instrumentOpenAI | Includes Azure OpenAI |
Agent Frameworks
We currently support the following frameworks:Framework | Instrumentation Function | Notes |
---|---|---|
LangChain | instrumentLangChain | This includes e.g., LangGraph as well |
OpenAI Agents | instrumentOpenAIAgents |
Can’t find your framework or LLM provider?
If you are using a framework or LLM provider without native support, you can manually record LLM generations via our lower-level SDK.- input_messages
- output_messages
- tools (optional but recommended)