We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d94cf6 + f25c99d commit c6ec94aCopy full SHA for c6ec94a
ai/ai-react-app/src/services/firebaseAIService.ts
@@ -23,7 +23,11 @@ export const AVAILABLE_GENERATIVE_MODELS = [
23
"gemini-2.0-flash-exp",
24
"gemini-2.5-flash"
25
];
26
-export const AVAILABLE_IMAGEN_MODELS = ["imagen-3.0-generate-002"];
+export const AVAILABLE_IMAGEN_MODELS = [
27
+ "imagen-4.0-generate-001",
28
+ "imagen-4.0-fast-generate-001",
29
+ "imagen-4.0-ultra-generate-001"
30
+];
31
export const LIVE_MODELS = new Map<BackendType, string>([
32
[BackendType.GOOGLE_AI, 'gemini-live-2.5-flash-preview'],
33
[BackendType.VERTEX_AI, 'gemini-2.0-flash-exp']
0 commit comments