Single LLM Call
Wrap any LLM call withtrace_llm to capture model, tokens, cost, and latency automatically:
Adding Metadata
Attach structured metadata and tags to any trace for filtering and grouping in the dashboard:Async Usage
trace_llm automatically detects async callables and awaits them — no separate async method needed: