Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions FirebaseAI/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
from provided public web URLs to inform and enhance its responses. (#15221)
- [changed] Using Firebase AI Logic with the Gemini Developer API is now Generally Available (GA).
- [changed] Using Firebase AI Logic with the Imagen generation APIs is now Generally Available (GA).
- [feature] Added support for the Live API, which allows bidirectional
communication with the model in realtime.

To get started with the Live API, see the Firebase docs on
[Bidirectional streaming using the Gemini Live API](https://firebase.google.com/docs/ai-logic/live-api).
(#15309)

# 12.3.0
- [feature] Added support for the Code Execution tool, which enables the model
Expand All @@ -11,12 +17,6 @@
- [fixed] Fixed a decoding error when generating images with the
`gemini-2.5-flash-image-preview` model using `generateContentStream` or
`sendMessageStream` with the Gemini Developer API. (#15262)
- [feature] Added support for the Live API, which allows bidirectional
communication with the model in realtime.

To get started with the Live API, see the Firebase docs on
[Bidirectional streaming using the Gemini Live API](https://firebase.google.com/docs/ai-logic/live-api).
(#15309)

# 12.2.0
- [feature] Added support for returning thought summaries, which are synthesized
Expand Down
Loading