[vercel/xai] Add verified reasoning options
This commit is contained in:
@@ -4,6 +4,7 @@ release_date = "2025-07-09"
|
||||
last_updated = "2025-07-09"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2024-10"
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-03-11"
|
||||
last_updated = "2026-03-13"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "effort", values = ["low", "high"] }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-03-09"
|
||||
last_updated = "2026-03-23"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "effort", values = ["low", "high"] }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-03-11"
|
||||
last_updated = "2026-03-13"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-03-09"
|
||||
last_updated = "2026-03-23"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "xai/grok-4.3"
|
||||
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
|
||||
release_date = "2026-04-30"
|
||||
|
||||
[cost]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "xai/grok-build-0.1"
|
||||
reasoning_options = []
|
||||
release_date = "2026-05-20"
|
||||
|
||||
[cost]
|
||||
|
||||
Reference in New Issue
Block a user