Smarter Charts, Inline SVGs, and Live Usage Accounting

OpenRouter ·

Quality-of-Life Updates

We’ve rolled out three quality-of-life updates to improve transparency and usability across the board.

🔹 Activity Chart Filtering

You can now filter the chart on the Activity page simply by applying filters to the table.
Whether you’re narrowing by model, API key, or provider, the chart updates to match—making trends and spikes easier to analyze.
See here: https://openrouter.ai/activity

🖼️ Chatroom SVG Previews

SVG files now preview inline in the chatroom, so you can instantly review diagrams, icons, and vector designs without downloading anything.
Chatroom SVG Previews

📊 In-Stream Usage Accounting

Developers can now receive real-time token and cost data directly in each streamed response.
Just set "usage": { "include": true } in your request and you’ll get details like:

"usage": {
  "completion_tokens": 2000,
  "completion_tokens_details": { "reasoning_tokens": 100 },
  "cost": 0.2,
  "prompt_tokens": 194,
  "prompt_tokens_details": { "cached_tokens": 20 },
  "total_tokens": 2194
}

No additional API calls required.

📚 Learn More

Quickstart guide: https://openrouter.ai/docs/quickstart
Live demo and updates: https://x.com/OpenRouterAI/status/1913345350397460758

By subscribing you agree to receive the OpenRouter newsletter: model usage data, product updates, and research reports, about one email a week. Unsubscribe anytime via the link in every email. See our Privacy Policy.