Compare commits

...

2 Commits

Author SHA1 Message Date
Aiden Cline 5d8a09852d [poe/google] Correct reasoning options 2026-06-23 23:30:11 -05:00
Aiden Cline 8807dbded1 [poe/google] Add reasoning options 2026-06-13 16:04:58 -05:00
7 changed files with 7 additions and 0 deletions
@@ -4,6 +4,7 @@ release_date = "2025-06-19"
last_updated = "2025-06-19"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 0, max = 24_576 }]
temperature = false
open_weights = false
tool_call = true
@@ -4,6 +4,7 @@ release_date = "2025-04-26"
last_updated = "2025-04-26"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 0, max = 24_576 }]
temperature = false
open_weights = false
tool_call = true
@@ -4,6 +4,7 @@ release_date = "2025-02-05"
last_updated = "2025-02-05"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 0, max = 32_768 }]
temperature = false
open_weights = false
tool_call = true
@@ -3,6 +3,7 @@ release_date = "2025-10-07"
last_updated = "2025-10-07"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "high"] }]
temperature = false
open_weights = false
tool_call = true
@@ -3,6 +3,7 @@ release_date = "2026-02-18"
last_updated = "2026-02-18"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "high"] }]
temperature = false
open_weights = false
tool_call = true
@@ -3,6 +3,7 @@ release_date = "2026-02-19"
last_updated = "2026-02-19"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "high"] }]
temperature = false
open_weights = false
tool_call = true
@@ -1,4 +1,5 @@
base_model = "google/gemini-3.5-flash"
reasoning_options = [{ type = "effort", values = ["minimal", "low", "high"] }]
name = "Gemini-3.5-Flash"
temperature = false