We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9527026 commit 48ce789Copy full SHA for 48ce789
FirebaseAI/CHANGELOG.md
@@ -5,6 +5,12 @@
5
- [fixed] Fixed a decoding error when generating images with the
6
`gemini-2.5-flash-image-preview` model using `generateContentStream` or
7
`sendMessageStream` with the Gemini Developer API. (#15262)
8
+- [feature] Added support for the Live API, which allows bidirectional
9
+ communication with the model in realtime.
10
+
11
+ To get started with the Live API, see the Firebase docs on
12
+ [Bidirectional streaming using the Gemini Live API](https://firebase.google.com/docs/ai-logic/live-api).
13
+ (#15309)
14
15
# 12.2.0
16
- [feature] Added support for returning thought summaries, which are synthesized
0 commit comments