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

Function getThinkingLevelsForModel

apps/sim/providers/models.ts:3705–3708  ·  view source on GitHub ↗
(modelId: string)

Source from the content-addressed store, hash-verified

3703 * Returns the valid levels for that model, or null if the model doesn't support thinking
3704 */
3705export function getThinkingLevelsForModel(modelId: string): string[] | null {
3706 const capability = getThinkingCapability(modelId)
3707 return capability?.levels ?? null
3708}
3709
3710/**
3711 * Get all models that support deep research capability

Callers 1

agent.tsFile · 0.90

Calls 1

getThinkingCapabilityFunction · 0.85

Tested by

no test coverage detected