Skip to main content
Fallom automatically traces all your LLM calls, capturing tokens, costs, latency, and full prompt/completion content.

TypeScript SDK

Wrap your OpenAI client for automatic tracing:

Python SDK

Session Context

Sessions group related LLM calls together (e.g., a conversation or agent run):

Concurrent Sessions

Sessions are isolated - safe for concurrent requests:

What Gets Captured

Every LLM call automatically includes:

Multimodal (Images)

Images in prompts are automatically handled:
  • URL images - Stored as-is
  • Base64 images - Uploaded to secure storage, replaced with URL

Configuration

Disable Content Capture

For privacy, you can disable capturing prompt/completion content:

Next Steps

Model A/B Testing

Test different models with traced calls.

Prompt Management

Manage and A/B test your prompts.

OpenRouter Broadcast

Send traces without an SDK.

Vercel AI SDK

Integration guide for Vercel AI.