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

Function getThinkingLevelsForModel

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

Source from the content-addressed store, hash-verified

1245 * Returns the valid levels for that model, or null if the model doesn't support thinking
1246 */
1247export function getThinkingLevelsForModel(model: string): string[] | null {
1248 return getThinkingLevelsForModelFromDefinitions(model)
1249}
1250
1251/**
1252 * Get max output tokens for a specific model.

Callers 1

utils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected