We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83e6864 + b5cec9e commit 9996d09Copy full SHA for 9996d09
.changeset/spicy-ways-yawn.md
@@ -0,0 +1,6 @@
1
+---
2
+'@firebase/ai': minor
3
+'firebase': minor
4
5
+
6
+Update default hybrid-in-cloud model to `gemini-2.5-flash-lite`.
packages/ai/src/constants.ts
@@ -37,4 +37,4 @@ export const DEFAULT_FETCH_TIMEOUT_MS = 180 * 1000;
37
/**
38
* Defines the name of the default in-cloud model to use for hybrid inference.
39
*/
40
-export const DEFAULT_HYBRID_IN_CLOUD_MODEL = 'gemini-2.0-flash-lite';
+export const DEFAULT_HYBRID_IN_CLOUD_MODEL = 'gemini-2.5-flash-lite';
0 commit comments