Compare commits

..

1 Commits

Author SHA1 Message Date
Aiden Cline 5e66193736 [vercel/perplexity] Add reasoning options 2026-06-13 16:04:45 -05:00
10 changed files with 1 additions and 9 deletions
@@ -1,5 +1,4 @@
base_model = "anthropic/claude-fable-5"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 10
@@ -1,5 +1,4 @@
base_model = "anthropic/claude-haiku-4-5"
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 32_000 }]
[cost]
input = 1
@@ -1,5 +1,4 @@
base_model = "anthropic/claude-opus-4-5"
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 32_000 }]
[cost]
input = 5
@@ -1,5 +1,4 @@
base_model = "anthropic/claude-opus-4-6"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }]
[cost]
input = 5
@@ -1,5 +1,4 @@
base_model = "anthropic/claude-opus-4-7"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 5
@@ -1,5 +1,4 @@
base_model = "anthropic/claude-opus-4-8"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 5
@@ -1,5 +1,4 @@
base_model = "anthropic/claude-sonnet-4-5"
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 32_000 }]
[cost]
input = 3
@@ -1,5 +1,4 @@
base_model = "anthropic/claude-sonnet-4-6"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }, { type = "budget_tokens", min = 1_024, max = 32_000 }]
[cost]
input = 3
@@ -1,5 +1,4 @@
base_model = "anthropic/claude-sonnet-4-0"
reasoning_options = []
[cost]
input = 3
@@ -4,6 +4,7 @@ release_date = "2025-02-19"
last_updated = "2025-02-19"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
tool_call = false
knowledge = "2025-09"