-
Notifications
You must be signed in to change notification settings - Fork 963
docs(ai): Remove references to specific model versions #9203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@@ -26,7 +26,7 @@ export interface ImagenModelParams | |||
| Property | Type | Description | | |||
| --- | --- | --- | | |||
| [generationConfig](./ai.imagenmodelparams.md#imagenmodelparamsgenerationconfig) | [ImagenGenerationConfig](./ai.imagengenerationconfig.md#imagengenerationconfig_interface) | <b><i>(Public Preview)</i></b> Configuration options for generating images with Imagen. | | |||
| [model](./ai.imagenmodelparams.md#imagenmodelparamsmodel) | string | <b><i>(Public Preview)</i></b> The Imagen model to use for generating images. For example: <code>imagen-3.0-generate-002</code>.<!-- -->Only Imagen 3 models (named <code>imagen-3.0-*</code>) are supported.<!-- -->See [model versions](https://firebase.google.com/docs/vertex-ai/models) for a full list of supported Imagen 3 models. | | |||
| [model](./ai.imagenmodelparams.md#imagenmodelparamsmodel) | string | <b><i>(Public Preview)</i></b> The Imagen model to use for generating images.<!-- -->See the documentation for a list of [supported models](https://firebase.google.com/docs/ai-logic/models)<!-- -->.<!-- -->See [model versions](https://firebase.google.com/docs/vertex-ai/models) for a full list of supported Imagen 3 models. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to update the commented out statement, as well?
Size Report 1Affected ProductsNo changes between base commit (cc605e7) and merge commit (4b2734f).Test Logs |
Size Analysis Report 1Affected ProductsNo changes between base commit (cc605e7) and merge commit (4b2734f).Test Logs |
@@ -32,7 +32,7 @@ import { _isFirebaseServerApp } from '@firebase/app'; | |||
export abstract class AIModel { | |||
/** | |||
* The fully qualified model resource name to use for generating images | |||
* (for example, `publishers/google/models/imagen-3.0-generate-002`). | |||
* (for example, `publishers/google/models/model-name`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be something like <model-name>
?
Removes references to specific model versions (for example,
imagen-3.0-generate-002
), and adds links to https://firebase.google.com/docs/ai-logic/models.Addresses b/438110094 (internal)