You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(chats): enhance message schema to support images (#652)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Chats now support image attachments; message text is optional.
* Playground displays and saves images from both streaming and
non‑streaming replies.
* **Bug Fixes**
* Copy-to-clipboard works even when a message has no text.
* **Documentation**
* API reference pages reformatted for readability (no behavioral
changes).
* Changelog updated with “Try it now in the Playground” links for the
Gemini 2.5 Flash Image Preview.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: Luca Steeb <[email protected]>
Copy file name to clipboardExpand all lines: apps/ui/src/content/changelog/2025-08-26-gemini-2-5-flash-image-preview.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ image:
13
13
14
14
We're thrilled to announce the addition of **Gemini 2.5 Flash Image Preview** - our **first image generation model** on LLM Gateway! This marks a significant milestone as we expand beyond text generation to visual AI capabilities.
15
15
16
+
**[Try it now in the Playground](/playground?model=gemini-2.5-flash-image-preview)** 🎨
17
+
16
18
## 🎨 Introducing Image Generation
17
19
18
20
**First of its Kind**: Gemini 2.5 Flash Image Preview is our inaugural image generation model, opening up exciting new possibilities for visual content creation through AI.
0 commit comments