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
Copy file name to clipboardExpand all lines: firebase-vertexai/CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
# Unreleased
2
-
*[feature] Public Preview: Added support for streaming input and output (including audio) using the [Live API](/docs/vertex-ai/live-api?platform=android)
3
-
**Note**: This feature is in Public Preview, which means that it is not subject to any SLA or deprecation policy and could change in backwards-incompatible ways.
4
2
5
3
# 16.3.0
6
4
*[feature] Emits a warning when attempting to use an incompatible model with
7
5
`GenerativeModel` or `ImagenModel`.
8
6
*[changed] Added new exception type for quota exceeded scenarios.
9
7
*[feature]`CountTokenRequest` now includes `GenerationConfig` from the model.
10
-
*[feature] Added preliminary support for bidirectional streaming. This feature is not yet fully supported.
8
+
*[feature] Public Preview: Added support for streaming input and output (including audio) using the [Live API](/docs/vertex-ai/live-api?platform=android)
9
+
**Note**: This feature is in Public Preview, which means that it is not subject to any SLA or deprecation policy and could change in backwards-incompatible ways.
11
10
*[changed]**Breaking Change**: `ImagenInlineImage.data` now returns the raw
12
11
image bytes (in JPEG or PNG format, as specified in
13
12
`ImagenInlineImage.mimeType`) instead of Base64-encoded data. (#6800)
0 commit comments