Compare commits

...

2 Commits

Author SHA1 Message Date
Aiden Cline fd005d74b8 [poe/anthropic] Correct reasoning options 2026-06-23 23:30:11 -05:00
Aiden Cline a565aef9f8 [poe/anthropic] Add reasoning options 2026-06-13 16:04:53 -05:00
8 changed files with 8 additions and 0 deletions
@@ -4,6 +4,7 @@ release_date = "2025-10-15"
last_updated = "2025-10-15"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 0, max = 63_999 }]
temperature = false
open_weights = false
tool_call = true
@@ -4,6 +4,7 @@ release_date = "2025-08-05"
last_updated = "2025-08-05"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 0, max = 31_999 }]
temperature = false
open_weights = false
tool_call = true
@@ -4,6 +4,7 @@ release_date = "2025-11-21"
last_updated = "2025-11-21"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }, { type = "budget_tokens", min = 0, max = 63_999 }]
temperature = false
open_weights = false
tool_call = true
@@ -3,6 +3,7 @@ release_date = "2026-02-04"
last_updated = "2026-02-04"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }]
temperature = false
open_weights = false
tool_call = true
@@ -3,6 +3,7 @@ release_date = "2026-04-15"
last_updated = "2026-04-15"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh", "max"] }]
temperature = false
open_weights = false
tool_call = true
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-8"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh", "max"] }]
name = "Claude-Opus-4.8"
[cost]
@@ -4,6 +4,7 @@ release_date = "2025-09-26"
last_updated = "2025-09-26"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 0, max = 31_999 }]
temperature = false
open_weights = false
tool_call = true
@@ -3,6 +3,7 @@ release_date = "2026-02-05"
last_updated = "2026-02-05"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }]
temperature = false
open_weights = false
tool_call = true