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.
1 parent 61a166d commit c8ffedaCopy full SHA for c8ffeda
ai/ai-react-app/src/services/firebaseAIService.ts
@@ -19,6 +19,7 @@ export const AVAILABLE_GENERATIVE_MODELS = [
19
"gemini-2.0-flash",
20
"gemini-2.0-flash-lite",
21
"gemini-2.0-flash-exp",
22
+ "gemini-2.5-flash"
23
];
24
export const AVAILABLE_IMAGEN_MODELS = ["imagen-3.0-generate-002"];
25
0 commit comments