
by OpenAI · Cheapest GPT-5.6 tier, for high-volume chat, classification and light agentic work.
curl -sS "https://api.webway.example/v1/chat/completions" \
-H "Authorization: Bearer " \
-H "Webway-ZDR: required" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.6-luna",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 64,
"thinking": {"type": "disabled"}
}'