Text Generator Brain Text Generator
Modelschevron_rightxAIchevron_rightGrok 4.3
xAI model

Grok 4.3

grok-4.3

xAI 1M-context reasoning model with tool and vision support at low cost.

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.3",
    messages=[{"role": "user", "content": "Hello"}],
)
Resilient by default

Configured fallback path

Grok 4.3arrow_forwardGrok via OpenRouterarrow_forwardGPT-5.4