Text Generator Brain Text Generator
Modelschevron_rightAnthropicchevron_rightClaude Opus
Anthropic model

Claude Opus

claude-opus-latest

Anthropic flagship for long-horizon reasoning and coding.

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

Configured fallback path

Claude Opusarrow_forwardClaude Opus via OpenRouterarrow_forwardGPT-5.4