LaminarLiteLLMCallback is deprecated and does nothing. Remove it if you already use it.
4
Run your code and see traces in Laminar
Example code:
import litellmfrom lmnr import LaminarLaminar.initialize(project_api_key="LMNR_PROJECT_API_KEY")response = litellm.completion( model="gpt-4.1-nano", messages=[ {"role": "user", "content": "What is the capital of France?"} ],)