Text Generator Brain Text Generator
Modelschevron_rightxAIchevron_rightGrok 4.20 Non-Reasoning
xAI model

Grok 4.20 Non-Reasoning

grok-4.20-0309-non-reasoning

Fast 1M-context Grok for direct responses and tool-calling workloads.

Drop-in OpenAI compatibility

Use one model ID.

Python
from openai import OpenAI

client = OpenAI(
    base_url="https://api.text-generator.io/v1",
    api_key="YOUR_TEXT_GENERATOR_KEY",
)

response = client.chat.completions.create(
    model="grok-4.20-0309-non-reasoning",
    messages=[{"role": "user", "content": "Hello"}],
)
Resilient by default

Configured fallback path

Grok 4.20 Non-Reasoningarrow_forwardGrok 4.3