From c8e801a69befd5fe4370654ddcbd1e25a498c1d3 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Tue, 19 May 2026 11:00:52 -0700 Subject: [PATCH] feat(models): add gemini 3.5 flash --- apps/sim/providers/models.ts | 39 +++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/apps/sim/providers/models.ts b/apps/sim/providers/models.ts index 53c212c4bc5..82497c87d04 100644 --- a/apps/sim/providers/models.ts +++ b/apps/sim/providers/models.ts @@ -1204,6 +1204,26 @@ export const PROVIDER_DEFINITIONS: Record = { icon: GeminiIcon, color: '#4285F4', models: [ + { + id: 'gemini-3.5-flash', + pricing: { + input: 1.5, + cachedInput: 0.15, + output: 9.0, + updatedAt: '2026-05-19', + }, + capabilities: { + temperature: { min: 0, max: 2 }, + thinking: { + levels: ['minimal', 'low', 'medium', 'high'], + default: 'medium', + }, + maxOutputTokens: 65536, + }, + contextWindow: 1048576, + releaseDate: '2026-05-19', + recommended: true, + }, { id: 'gemini-3.1-pro-preview', pricing: { @@ -1222,7 +1242,6 @@ export const PROVIDER_DEFINITIONS: Record = { }, contextWindow: 1048576, releaseDate: '2026-02-19', - recommended: true, }, { id: 'gemini-3.1-flash-lite-preview', @@ -1366,6 +1385,24 @@ export const PROVIDER_DEFINITIONS: Record = { toolUsageControl: true, }, models: [ + { + id: 'vertex/gemini-3.5-flash', + pricing: { + input: 1.5, + cachedInput: 0.15, + output: 9.0, + updatedAt: '2026-05-19', + }, + capabilities: { + temperature: { min: 0, max: 2 }, + thinking: { + levels: ['minimal', 'low', 'medium', 'high'], + default: 'medium', + }, + }, + contextWindow: 1048576, + releaseDate: '2026-05-19', + }, { id: 'vertex/gemini-3.1-pro-preview', pricing: {