[zenmux/x-ai] Add reasoning options

This commit is contained in:
Aiden Cline
2026-06-13 16:07:56 -05:00
parent 1ddcd9bc32
commit e2fbc080ca
7 changed files with 7 additions and 0 deletions
@@ -3,6 +3,7 @@ release_date = "2025-09-19"
last_updated = "2025-09-19"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-01-01"
@@ -3,6 +3,7 @@ release_date = "2025-11-20"
last_updated = "2025-11-20"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-01-01"
@@ -3,6 +3,7 @@ release_date = "2026-03-20"
last_updated = "2026-03-20"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-08-31"
@@ -1,4 +1,5 @@
base_model = "xai/grok-4.3"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
[cost]
input = 1.25
+1
View File
@@ -3,6 +3,7 @@ release_date = "2025-07-09"
last_updated = "2025-07-09"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-01-01"
@@ -1,4 +1,5 @@
base_model = "xai/grok-build-0.1"
reasoning_options = []
[cost]
input = 1.00
@@ -3,6 +3,7 @@ release_date = "2025-08-26"
last_updated = "2025-08-26"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-01-01"