Skip to main content
Atla Insights supports a wide range of LLM providers and AI agent frameworks. All instrumentation methods share a common interface for easy integration.

LLM Providers

We currently support the following LLM providers:

Basic Provider Usage

By default, instrumented LLM calls will be treated independently from one another. To logically group LLM calls into a trace, use the @instrument decorator.

Agent Frameworks

We currently support the following frameworks:

Framework + Provider Instrumentation

For Agno, BAML, OpenAI Agents and Smolagents in Python, you will need to instrument both the framework and the underlying LLM provider(s).

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.
Note that all arguments are expected to be in an OpenAI-compatible format. See the relevant OpenAI documentation for more details: Feel free to let us know which frameworks and LLM providers you would like to see supported! Schedule a call with the Atla team