All models

GPT-5.6 Luna

openai/gpt-5.6-luna
OpenAI LLMChat

OpenAI's efficient GPT-5.6 variant — low cost, strong general quality.

Quick start

# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
  -H "content-type: application/json" \
  -d '{
    "model": "openai/gpt-5.6-luna",
    "input": "<value>"
  }'

# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
  -J '{"model": "openai/gpt-5.6-luna", "input": "<value>"}'

Parameters

Input
input string required
instructions string optional
temperature number optional
max_output_tokens number optional
top_p number optional
stream boolean optional
tools array optional
tool_choice string optional
text object optional
reasoning object optional
Output
Chat completion (OpenAI-compatible)