All models

GPT-5.6 Sol

openai/gpt-5.6-sol
OpenAI LLMChat

OpenAI's deep-reasoning GPT-5.6 variant — the strongest of the Luna/Terra/Sol trio.

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-sol",
    "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-sol", "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)