Product changes
- Rankings percentage toggle -- Bar charts on the rankings page now have a menu button that lets you switch between percentage-normalized and raw token-volume views.
- Activity deep links to individual messages -- You can now deep-link to a specific message inside the Activity prompt overlay by appending
?message=<n>to the URL, and the selected row stays in sync as you navigate with prev/next buttons. Docs - Fixed:
media_resolutionparameter silently dropped for Gemini models -- Sendingmedia_resolution(e.g.MEDIA_RESOLUTION_MEDIUM) to Gemini models now correctly forwards the value to Gemini'sgenerationConfig, changing image token counts as expected. - Fixed: image generation returning empty errors for some providers -- Image generation requests to providers that return non-streaming binary data (e.g. base64 images) now correctly deliver the generated image instead of an empty
{}error.