[vercel/anthropic] Use tested 4.6 budget bounds

This commit is contained in:
Aiden Cline
2026-06-16 16:21:26 +02:00
parent def16b04c7
commit 67c096aa35
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
base_model = "anthropic/claude-opus-4-6"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh", "max"] }, { type = "budget_tokens", min = 1_024, max = 64_000 }]
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh", "max"] }, { type = "budget_tokens", min = 1_024, max = 127_999 }]
interleaved = true
@@ -1,5 +1,5 @@
base_model = "anthropic/claude-sonnet-4-6"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh"] }, { type = "budget_tokens", min = 1_024, max = 64_000 }]
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh"] }, { type = "budget_tokens", min = 1_024, max = 127_999 }]
interleaved = true