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: docs-devsite/vertexai.generativemodel.md
+11
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ export declare class GenerativeModel extends VertexAIModel
29
29
30
30
| Property | Modifiers | Type | Description |
31
31
| --- | --- | --- | --- |
32
+
| [DEFAULT\_HYBRID\_IN\_CLOUD\_MODEL](./vertexai.generativemodel.md#generativemodeldefault_hybrid_in_cloud_model) | <code>static</code> | string | Defines the name of the default in-cloud model to use for hybrid inference. |
Copy file name to clipboardExpand all lines: docs-devsite/vertexai.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The Vertex AI in Firebase Web SDK.
55
55
|[ImagenAspectRatio](./vertexai.md#imagenaspectratio)| <b><i>(Public Preview)</i></b> Aspect ratios for Imagen images.<!---->To specify an aspect ratio for generated images, set the <code>aspectRatio</code> property in your [ImagenGenerationConfig](./vertexai.imagengenerationconfig.md#imagengenerationconfig_interface)<!---->.<!---->See the the [documentation](http://firebase.google.com/docs/vertex-ai/generate-images) for more details and examples of the supported aspect ratios. |
56
56
|[ImagenPersonFilterLevel](./vertexai.md#imagenpersonfilterlevel)| <b><i>(Public Preview)</i></b> A filter level controlling whether generation of images containing people or faces is allowed.<!---->See the <ahref="http://firebase.google.com/docs/vertex-ai/generate-images">personGeneration</a> documentation for more details. |
57
57
|[ImagenSafetyFilterLevel](./vertexai.md#imagensafetyfilterlevel)| <b><i>(Public Preview)</i></b> A filter level controlling how aggressively to filter sensitive content.<!---->Text prompts provided as inputs and images (generated or uploaded) through Imagen on Vertex AI are assessed against a list of safety filters, which include 'harmful categories' (for example, <code>violence</code>, <code>sexual</code>, <code>derogatory</code>, and <code>toxic</code>). This filter level controls how aggressively to filter out potentially harmful content from responses. See the [documentation](http://firebase.google.com/docs/vertex-ai/generate-images) and the [Responsible AI and usage guidelines](https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#safety-filters) for more details. |
58
-
|[InferenceMode](./vertexai.md#inferencemode)| Determines whether inference happens on-device or on-cloud. |
58
+
|[InferenceMode](./vertexai.md#inferencemode)| Determines whether inference happens on-device or in-cloud. |
59
59
|[Modality](./vertexai.md#modality)| Content part modality. |
60
60
|[SchemaType](./vertexai.md#schematype)| Contains the list of OpenAPI data types as defined by the [OpenAPI specification](https://swagger.io/docs/specification/data-models/data-types/)|
61
61
|[VertexAIErrorCode](./vertexai.md#vertexaierrorcode)| Standardized error codes that [VertexAIError](./vertexai.vertexaierror.md#vertexaierror_class) can have. |
@@ -92,7 +92,7 @@ The Vertex AI in Firebase Web SDK.
92
92
|[GenerativeContentBlob](./vertexai.generativecontentblob.md#generativecontentblob_interface)| Interface for sending an image. |
|[ImagenGCSImage](./vertexai.imagengcsimage.md#imagengcsimage_interface)| An image generated by Imagen, stored in a Cloud Storage for Firebase bucket.<!---->This feature is not available yet. |
97
97
|[ImagenGenerationConfig](./vertexai.imagengenerationconfig.md#imagengenerationconfig_interface)| <b><i>(Public Preview)</i></b> Configuration options for generating images with Imagen.<!---->See the [documentation](http://firebase.google.com/docs/vertex-ai/generate-images-imagen) for more details. |
98
98
|[ImagenGenerationResponse](./vertexai.imagengenerationresponse.md#imagengenerationresponse_interface)| <b><i>(Public Preview)</i></b> The response from a request to generate images with Imagen. |
0 commit comments