Text Generator Brain Text Generator
Modelschevron_rightAuto Reasoning
Semantic auto-router

Auto Reasoning

text-generator/auto-reasoning

Automatic model and thinking-level selection for planning, math, and hard decisions.

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="text-generator/auto-reasoning",
    messages=[{"role": "user", "content": "Hello"}],
)
Resilient by default

Configured fallback path

Auto Reasoningarrow_forwardClaude Opusarrow_forwardDeepSeek Reasonerarrow_forwardGemini 2.5 Pro