(model: string)
| 1229 | * Returns the valid options for that model, or null if the model doesn't support reasoning effort |
| 1230 | */ |
| 1231 | export function getReasoningEffortValuesForModel(model: string): string[] | null { |
| 1232 | return getReasoningEffortValuesForModelFromDefinitions(model) |
| 1233 | } |
| 1234 | |
| 1235 | /** |
| 1236 | * Get verbosity values for a specific model |