Carrot LabsCarrot Docs

Changelog

Platform updates and releases.

Python SDK v0.1.0 — January 2025

Initial release of the carrot-ai Python SDK.

  • carrot_ai.wrap() — automatic trace capture for OpenAI and Anthropic clients (sync, async, streaming)
  • carrot_ai.patch_litellm() — automatic tracing for LiteLLM across 100+ providers
  • @carrot_ai.trace decorator — capture multi-step pipelines as nested parent/child traces
  • Tool call capture for both OpenAI and Anthropic formats
  • Background batched submission with automatic flush on shutdown
  • Zero required dependencies
  • CARROT_API_KEY environment variable for automatic initialization

Inference Tracing — February 2026

  • X-Carrot-Trace: true header support on all inference endpoints
  • Traces captured directly from inference requests without the SDK

Pipeline Traces in Dashboard — February 2026

  • Nested parent/child trace visualization in the trace detail view
  • Trace filtering by date range, model, status, and tags

On this page