For SDK-free observability, see OpenRouter
Broadcast.
Installation
Quick Start
OpenRouter uses the OpenAI-compatible API:Available Models
OpenRouter supports 200+ models:With Vercel AI SDK
Model A/B Testing
Test different models from different providers:Streaming
What Gets Traced
| Field | Description |
|---|---|
| Model | Full model path (e.g., openai/gpt-4o) |
| Duration | Total request time (ms) |
| Tokens | Prompt, completion tokens |
| Cost | Calculated from token usage |
| Prompts | All input messages |
| Completions | Model response |
| Session | Your config key + session ID |
SDK vs Broadcast
| Feature | SDK (this page) | Broadcast |
|---|---|---|
| Tracing | ✅ | ✅ |
| Token tracking | ✅ | ✅ |
| Cost tracking | ✅ | ✅ |
| Session grouping | ✅ | ✅ |
| Model A/B Testing | ✅ | ❌ |
| Prompt Management | ✅ | ❌ |
Next Steps
OpenRouter Broadcast
SDK-free tracing via OpenRouter.
Model A/B Testing
Test models across providers.

