X
Grok 3 Mini
Grok 3 Mini, a language model from X.ai.
modelOverride: { model: "grok-3-mini-beta" }
XX.ai·Released April 2025
Pricing
- Input
- $0.30 / 1M
- Output
- $0.50 / 1M
Specifications
- Context window
- 131,072 tokens
- Max output
- 8,192 tokens
- Released
- April 2025
Parameters
Model options, passed in
modelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
reasoning_effortControl the thinking depth of the model. | Select | high | lowmediumhigh |
Use this model
await mindstudio.generateText({ message: "...", modelOverride: { model: "grok-3-mini-beta", config: { reasoning_effort: "high", }, }, });