graphlit-client 1.0.20251222003 → 1.0.20251223001
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/model-mapping.js +1 -0
- package/package.json +1 -1
package/dist/model-mapping.js
CHANGED
|
@@ -120,6 +120,7 @@ const GOOGLE_MODEL_MAP = {
|
|
|
120
120
|
[Types.GoogleModels.Gemini_2_5Flash]: "gemini-2.5-flash",
|
|
121
121
|
[Types.GoogleModels.Gemini_2_5Pro]: "gemini-2.5-pro",
|
|
122
122
|
// Gemini 3 models
|
|
123
|
+
[Types.GoogleModels.Gemini_3FlashPreview]: "gemini-3-flash-preview",
|
|
123
124
|
[Types.GoogleModels.Gemini_3ProPreview]: "gemini-3-pro-preview",
|
|
124
125
|
// Gemini Latest models
|
|
125
126
|
[Types.GoogleModels.GeminiFlashLatest]: "gemini-flash-latest",
|