Grok Code Fast 1

Model details

Grok Code Fast 1

Model
grok-code-fast-1
Provider
github-copilot
API
openai-completions
Base URL
https://api.individual.githubcopilot.com
Input
text
Reasoning
Yes
Context window
128,000
Max tokens
64,000
Cost / million input
$0
Cost / million output
$0
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "github-copilot": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "grok-code-fast-1",
          "name": "Grok Code Fast 1",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 128000,
          "maxTokens": 64000,
          "cost": {
            "input": 0,
            "output": 0,
            "cacheRead": 0,
            "cacheWrite": 0
          },
          "compat": {
            "supportsStore": false,
            "supportsDeveloperRole": false,
            "supportsReasoningEffort": false
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://api.individual.githubcopilot.com"
    }
  }
}