Text Generator Brain Text Generator
Modelschevron_rightOpenAIchevron_rightGPT-5.6 Luna
OpenAI model

GPT-5.6 Luna

gpt-5.6-luna

Low-cost GPT-5.6 route for high-volume continuation, chat, and tool use.

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

Configured fallback path

GPT-5.6 Lunaarrow_forwardGPT-5.4 Miniarrow_forwardGemini 2.5 Flasharrow_forwardDeepSeek Chat