← Back to all generators

openai/gpt-5.6-luna

OpenAI's GPT-5.6 cost-optimized tier, built for fast, high-volume, latency-sensitive workloads.

Capabilities

Reference ImagesSystem Prompt

Cost

Community model (estimated from hardware time)

Input Parameters

image_inputarray

List of images to send to the model

Default:
max_completion_tokensinteger

Maximum number of completion tokens to generate. For higher reasoning efforts you may need to increase your max_completion_tokens to avoid empty responses (where all the tokens are used on reasoning).

messagesarray

A JSON string representing a list of messages. For example: [{"role": "user", "content": "Hello, how are you?"}]. If provided, prompt and system_prompt are ignored.

Default:
promptstring

The prompt to send to the model. Do not use if using messages.

reasoning_effortstring

Constrains effort on reasoning. Supported values are none, low, medium, high, and xhigh. The default none provides fast, low-latency responses. Higher reasoning efforts produce more thorough answers but use more tokens and take longer. For higher reasoning efforts you may need to increase your max_completion_tokens to avoid empty responses (where all the tokens are used on reasoning).

Default: "none"
nonelowmediumhighxhigh
system_promptstring

System prompt to set the assistant's behavior

verbositystring

Constrains the verbosity of the model's response. Lower values will result in more concise responses, while higher values will result in more verbose responses. Currently supported values are low, medium, and high. GPT-5 supports this parameter to help control whether answers are short and to the point or long and comprehensive.

Default: "medium"
lowmediumhigh
Version: 53e1dce39544Updated: 7/25/20267 runs