
























We’ve rolled out three quality-of-life updates to improve transparency and usability across the board.
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
SVG files now preview inline in the chatroom, so you can instantly review diagrams, icons, and vector designs without downloading anything.
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.
Quickstart guide: https://openrouter.ai/docs/quickstart
Live demo and updates: https://x.com/OpenRouterAI/status/1913345350397460758
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。