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