We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99918dd commit 3bfe234Copy full SHA for 3bfe234
1 file changed
apps/sim/providers/anthropic/core.ts
@@ -105,7 +105,7 @@ function supportsAdaptiveThinking(modelId: string): boolean {
105
/**
106
* Builds the thinking configuration for the Anthropic API based on model capabilities and level.
107
*
108
- * - Opus 4.8, Opus 4.7: Uses adaptive thinking only (no extended thinking support)
+ * - Fable 5, Opus 4.8, Opus 4.7: Uses adaptive thinking only (no extended thinking support)
109
* - Opus 4.6, Sonnet 4.6: Uses adaptive thinking with effort parameter
110
* - Other models: Uses budget_tokens-based extended thinking
111
0 commit comments