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
Configuration class for the Gemini Developer API (using [Google AI](https://ai.google/)<!---->).
13
+
Configuration class for the Gemini Developer API.
14
14
15
15
Use this with [AIOptions](./vertexai.aioptions.md#aioptions_interface) when initializing the AI service via [getAI()](./vertexai.md#getai_a94a413) to specify the Gemini Developer API as the backend.
16
16
@@ -25,11 +25,11 @@ export declare class GoogleAIBackend extends Backend
25
25
26
26
| Constructor | Modifiers | Description |
27
27
| --- | --- | --- |
28
-
| [(constructor)()](./vertexai.googleaibackend.md#googleaibackendconstructor) | | Creates a configuration object for the Google AI backend. |
28
+
| [(constructor)()](./vertexai.googleaibackend.md#googleaibackendconstructor) | | Creates a configuration object for the Gemini Developer API backend. |
29
29
30
30
## GoogleAIBackend.(constructor)
31
31
32
-
Creates a configuration object for the Google AI backend.
32
+
Creates a configuration object for the Gemini Developer API backend.
Copy file name to clipboardExpand all lines: docs-devsite/vertexai.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The Firebase AI Web SDK.
34
34
|[BooleanSchema](./vertexai.booleanschema.md#booleanschema_class)| Schema class for "boolean" types. |
35
35
|[ChatSession](./vertexai.chatsession.md#chatsession_class)| ChatSession class that enables sending chat messages and stores history of sent and received messages so far. |
36
36
|[GenerativeModel](./vertexai.generativemodel.md#generativemodel_class)| Class for generative model APIs. |
37
-
|[GoogleAIBackend](./vertexai.googleaibackend.md#googleaibackend_class)| Configuration class for the Gemini Developer API (using [Google AI](https://ai.google/)<!---->).<!---->Use this with [AIOptions](./vertexai.aioptions.md#aioptions_interface) when initializing the AI service via [getAI()](./vertexai.md#getai_a94a413) to specify the Gemini Developer API as the backend. |
37
+
|[GoogleAIBackend](./vertexai.googleaibackend.md#googleaibackend_class)| Configuration class for the Gemini Developer API.<!---->Use this with [AIOptions](./vertexai.aioptions.md#aioptions_interface) when initializing the AI service via [getAI()](./vertexai.md#getai_a94a413) to specify the Gemini Developer API as the backend. |
38
38
|[ImagenImageFormat](./vertexai.imagenimageformat.md#imagenimageformat_class)| <b><i>(Public Preview)</i></b> Defines the image format for images generated by Imagen.<!---->Use this class to specify the desired format (JPEG or PNG) and compression quality for images generated by Imagen. This is typically included as part of [ImagenModelParams](./vertexai.imagenmodelparams.md#imagenmodelparams_interface)<!---->. |
39
39
|[ImagenModel](./vertexai.imagenmodel.md#imagenmodel_class)| <b><i>(Public Preview)</i></b> Class for Imagen model APIs.<!---->This class provides methods for generating images using the Imagen model. |
40
40
|[IntegerSchema](./vertexai.integerschema.md#integerschema_class)| Schema class for "integer" types. |
0 commit comments