Grok 3 Fast Latest

Model details

Grok 3 Fast Latest

Model
grok-3-fast-latest
Provider
xai
API
openai-completions
Base URL
https://api.x.ai/v1
Input
text
Reasoning
No
Context window
131,072
Max tokens
8,192
Cost / million input
$5
Cost / million output
$25
Cost / million cache read
$1.25
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "xai": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "grok-3-fast-latest",
          "name": "Grok 3 Fast Latest",
          "reasoning": false,
          "input": [
            "text"
          ],
          "contextWindow": 131072,
          "maxTokens": 8192,
          "cost": {
            "input": 5,
            "output": 25,
            "cacheRead": 1.25,
            "cacheWrite": 0
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://api.x.ai/v1"
    }
  }
}