We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7de63c commit b7c4737Copy full SHA for b7c4737
readme.md
@@ -323,7 +323,7 @@ var grok = new GrokChatClient(Environment.GetEnvironmentVariable("XAI_API_KEY")!
323
324
var options = new GrokChatOptions
325
{
326
- ModelId = "grok-3-mini-fast", // 👈 can override the model on the client
+ ModelId = "grok-4-fast-reasoning", // 👈 can override the model on the client
327
Temperature = 0.7f,
328
ReasoningEffort = ReasoningEffort.High, // 👈 or Low
329
Search = GrokSearch.Auto, // 👈 or On/Off
0 commit comments