|
1 | 1 | # Unreleased |
2 | 2 |
|
3 | | - |
4 | 3 | # 17.2.0 |
5 | | -* [feature] Added support for returning thought summaries, which are synthesized |
6 | | - versions of a model's internal reasoning process. |
7 | | -* [fixed] Fixed an issue causing the accessor methods in `GenerateContentResponse` to throw an exception |
8 | | - when the response contained no candidates. |
9 | | -* [changed] Added better description for requests which fail due to the Gemini API not being |
| 4 | + |
| 5 | +- [feature] Added support for returning thought summaries, which are synthesized versions of a |
| 6 | + model's internal reasoning process. |
| 7 | +- [fixed] Fixed an issue causing the accessor methods in `GenerateContentResponse` to throw an |
| 8 | + exception when the response contained no candidates. |
| 9 | +- [changed] Added better description for requests which fail due to the Gemini API not being |
10 | 10 | configured. |
11 | | -- [changed] Added a `dilation` parameter to `ImagenMaskReference.generateMaskAndPadForOutpainting` |
| 11 | + |
| 12 | +* [changed] Added a `dilation` parameter to `ImagenMaskReference.generateMaskAndPadForOutpainting` |
12 | 13 | (#7260) |
13 | | -- [feature] Added support for limited-use tokens with Firebase App Check. These short-lived tokens |
| 14 | +* [feature] Added support for limited-use tokens with Firebase App Check. These short-lived tokens |
14 | 15 | provide greater protection for the APIs that give you access to Gemini and Imagen models. Learn |
15 | 16 | how to [enable usage of limited-use tokens](https://firebase.google.com/docs/ai-logic/app-check). |
16 | 17 | (#7285) |
|
19 | 20 |
|
20 | 21 | ======= |
21 | 22 |
|
22 | | -* [feature] added support for Imagen Editing, including inpainting, outpainting, control, style |
| 23 | +- [feature] added support for Imagen Editing, including inpainting, outpainting, control, style |
23 | 24 | transfer, and subject references (#7075) |
24 | | -- [feature] **Preview:** Added support for bidirectional streaming in Gemini Developer Api |
| 25 | + |
| 26 | +* [feature] **Preview:** Added support for bidirectional streaming in Gemini Developer Api |
25 | 27 |
|
26 | 28 | # 17.0.0 |
27 | 29 |
|
|
64 | 66 | free tier offering. |
65 | 67 | - Using the Firebase AI SDK with the Vertex AI Gemini API is still generally available (GA). |
66 | 68 |
|
67 | | - Note: This feature is in Public Preview, which means that it is not subject to any SLA or |
68 | | - deprecation policy and could change in backwards-incompatible ways. |
69 | | - |
| 69 | +Note: This feature is in Public Preview, which means that it is not subject to any SLA or |
| 70 | +deprecation policy and could change in backwards-incompatible ways. |
0 commit comments