Skip to content

Expose newest Image 3 model #2734

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions js/plugins/vertexai/src/imagen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const imagen3 = modelRef({
name: 'vertexai/imagen3',
info: {
label: 'Vertex AI - Imagen3',
versions: ['imagen-3.0-generate-001'],
versions: ['imagen-3.0-generate-002, imagen-3.0-generate-001'],
supports: {
media: true,
multiturn: false,
Expand All @@ -191,7 +191,7 @@ export const imagen3 = modelRef({
output: ['media'],
},
},
version: 'imagen-3.0-generate-001',
version: 'imagen-3.0-generate-002',
configSchema: ImagenConfigSchema,
});

Expand Down