MCPcopy Index your code
hub / github.com/simstudioai/sim / isGemini3Model

Function isGemini3Model

apps/sim/providers/utils.ts:1210–1213  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

1208}
1209
1210export function isGemini3Model(model: string): boolean {
1211 const normalized = model.toLowerCase().replace(/^vertex\//, '')
1212 return normalized.startsWith('gemini-3')
1213}
1214
1215/**
1216 * Get the maximum temperature value for a model

Callers 2

buildNextConfigFunction · 0.90
executeGeminiRequestFunction · 0.90

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected