Skip to content

Commit 1eb20d4

Browse files
committed
add config to addnewmodel
1 parent 41ec623 commit 1eb20d4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

gui/src/pages/AddNewModel/configs/models.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,20 @@ export const models: { [key: string]: ModelPackage } = {
913913
providerOptions: ["gemini"],
914914
isOpenSource: false,
915915
},
916+
gemini3ProPreview: {
917+
title: "Gemini 3 Pro",
918+
description:
919+
"Google's latest Pro model with up to 64k output context. Best for complex tasks involving reasoning.",
920+
params: {
921+
title: "Gemini 3 Pro",
922+
model: "gemini-3-pro-preview",
923+
contextLength: 1_048_576,
924+
apiKey: "<API_KEY>",
925+
},
926+
icon: "gemini.png",
927+
providerOptions: ["gemini"],
928+
isOpenSource: false,
929+
},
916930
c4aiAyaExpanse8B: {
917931
title: "C4AI Aya Expanse 8B",
918932
description:

gui/src/pages/AddNewModel/configs/providers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ Select the \`GPT-4o\` model below to complete your provider configuration, but n
599599
models.gemini20FlashLite,
600600
models.gemini20FlashImageGeneration,
601601
models.gemini25ProExp,
602+
models.gemini3ProPreview,
602603
],
603604
apiKeyUrl: "https://aistudio.google.com/app/apikey",
604605
},

0 commit comments

Comments
 (0)