Models
OpenAItext
GPT-5.6 Luna
OpenAI-compatible ClawOS route for GPT-5.6 Luna, tuned for frontier reasoning, coding, and agentic workloads.
gpt-5.6-lunaQuickstart
Call this model
Chat completion
curl https://inference-api.worldrouter.ai/v1/chat/completions \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.6-luna",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'