GPT-5.6 Luna: Full Specifications, Pricing, API Integration, and Use Cases (2026)
What Is GPT-5.6 Luna?
GPT-5.6 Luna is an OpenAI cost-focused multimodal reasoning model released in 2026 within the GPT-5.6 series. It supports a 1,050,000-token context window, accepts both text and image inputs, and outputs text. As of July 2026, API pricing is $1 per 1M input tokens and $6 per 1M output tokens.
OpenAI describes Luna as a GPT-5.6 model optimized for cost-sensitive, high-concurrency use cases. It’s the fastest and most cost-effective model in the GPT-5.6 line, roughly corresponding to the nano tier of the earlier GPT-5 series.
The model is mainly suited for applications with high request volume, strict latency requirements, and cost-sensitive tokens, but that still need a certain level of reasoning ability. Common search topics around GPT-5.6 Luna include its context window, token pricing, image support, API availability, agent features, and how it differs from GPT-5.6 Terra or earlier nano-tier models.
You can use GPT-5.6 Luna via the OpenAI API, Codex, and qualified ChatGPT Work environments. As of July 2026, standard ChatGPT conversations can’t select this model by itself.
Key Specs and Pricing for GPT-5.6 Luna
The following specs are based on OpenAI’s official documentation, the Gate.AI model card, and API documentation, as of July 2026.
| Spec | Verified values |
|---|---|
| Provider | OpenAI (as of July 2026) |
| Model family | GPT-5.6 (as of July 2026) |
| Model type | Cost-focused multimodal reasoning model (as of July 2026) |
| Release cycle | 2026; GPT-5.6 preview materials published in June 2026 (as of July 2026) |
| Context window | 1,050,000 tokens (as of July 2026) |
| Max output | 128,000 tokens (as of July 2026) |
| Knowledge cutoff date | February 16, 2026 (as of July 2026) |
| Input pricing | $1.00 per 1M tokens (as of July 2026) |
| Cached input pricing | $0.10 per 1M tokens (as of July 2026) |
| Cached write pricing | $1.25 per 1M tokens, 1.25x the standard input rate (as of July 2026) |
| Output pricing | $6.00 per 1M tokens (as of July 2026) |
| Long prompt pricing | For prompts with more than 272,000 input tokens, the entire request is billed at 2x input and 1.5x output (as of July 2026) |
| Billing unit | Per 1M text tokens (as of July 2026) |
| Supported input types | Text and images (as of July 2026) |
| Supported output types | Text (as of July 2026) |
| OpenAI API access | Responses API and Chat Completions API (as of July 2026) |
| OpenAI model ID | gpt-5.6-luna (as of July 2026) |
| Gate.AI model ID | openai/gpt-5.6-luna; see Gate.AI model card (as of July 2026) |
| Gate.AI API format | OpenAI-compatible API (as of July 2026) |
| Streaming output support | Supported (as of July 2026) |
| Function calling | Supported (as of July 2026) |
| Structured output | Supported (as of July 2026) |
| Batch API | Supported (as of July 2026) |
| Fine-tuning | Not supported (as of July 2026) |
| Rate limits | Depends on usage tier; free API tier not supported (as of July 2026) |
| Availability | OpenAI API, Codex, qualified ChatGPT Work environments, and Gate.AI model access (as of July 2026) |
| License / terms of use | Follows OpenAI and platform service terms (as of July 2026) |
OpenAI’s model page confirms a 1.05M-token context window, a max output of 128,000 tokens, a knowledge cutoff of February 16, 2026, supported modalities, token pricing, long-context multipliers, API features, tools, and tiered limits.
Prompt caching can significantly reduce the cost of repeated inputs. OpenAI prices cached inputs at $0.10 per 1M tokens and cached writes at 1.25x the rate of uncached inputs. The GPT-5.6 documentation clearly defines cache breakpoints and a minimum 30-minute cache lifetime.
What Core Value Does GPT-5.6 Luna Provide in Production?
Handling High-Concurrency Conversation Requests
GPT-5.6 Luna works well for customer support routing, internal chat assistants, product help systems, intent detection, and generating standard responses. With pricing of $1 per 1M input tokens and $6 per 1M output tokens, it’s better aligned with real-world deployments that need to serve large volumes than higher-tier GPT-5.6 models.
But lower cost doesn’t always mean lower total spend. Long outputs, multiple tool calls, or prompts with more than 272,000 tokens can increase the real cost per workflow considerably.
Analyzing Large Document Collections
A 1.05M-token context window lets applications submit long reports, transcripts, policy sets, source repositories, or extended conversation history in a single request.
That can simplify some document workflows. However, a large context window shouldn’t fully replace retrieval. Selective retrieval can improve relevance, reduce latency, and avoid the high costs that kick in after exceeding the 272,000-token threshold.
Generating Structured Classifications and Extraction Results
Luna supports structured output and function calling. It fits label generation, metadata generation, entity extraction, ticket routing, form processing, and converting content into machine-readable formats.
Production teams should validate the schema, handle refusals or truncation properly, and test extraction accuracy on representative documents. You can’t assume consistent performance across all formats.
Supporting Lightweight Agent Workflows
Via the Responses API, GPT-5.6 Luna can use multiple tools, including web search, file search, a code interpreter, hosted shell, app patches, computer use, MCP, and tool search.
These capabilities enable typical agent loops, such as information retrieval, file handling, internal function calls, applying code changes, or multi-step task execution. Tool permissions, network access, approval flows, and output verification remain important, because AI-generated actions may still be incomplete or incorrect.
Parsing Images and Returning Text
GPT-5.6 Luna supports image inputs. It can analyze screenshots, charts, UI screens, scanned documents, forms, statistical graphics, and other visual content. The model outputs text and does not support native image, audio, or video outputs.
Image quality, tiny text, complex layouts, or ambiguous visual context can all reduce result reliability.
Which Modalities Does GPT-5.6 Luna Support?
| Modality | Supported? | Notes |
|---|---|---|
| Text input | Supported | Supports prompts, documents, code, and conversation history |
| Text output | Supported | Max output of 128,000 tokens |
| Image input | Supported | Supports visual analysis and returns a text result |
| Image output | Non-native | You can call an image-generation tool via a supported workflow, but the model’s native output is text |
| Audio input | Not supported | Not listed as a native input modality |
| Audio output | Not supported | Not listed as a native output modality |
| Video input | Not supported | Not supported as a native video input |
| Video output | Not supported | Not supported as a native video output |
OpenAI treats text as both an input and output modality. Images support input only. Audio and video are not supported as native modalities.
Tool availability is not the same as native modality support. For example, the Responses API lets Luna call an image-generation tool, but that doesn’t mean image output is a native capability of the Luna model.
What Are the Limitations of GPT-5.6 Luna?
GPT-5.6 Luna is optimized for cost-sensitive scenarios, not for being the strongest model in the GPT-5.6 lineup. For difficult research, complex software engineering, long-horizon planning, advanced scientific analysis, or complex agent tasks, consider evaluating GPT-5.6 Terra or Sol.
A larger context window also brings cost trade-offs. When input exceeds 272,000 tokens, input is billed at 2x and output at 1.5x for the full request. For applications that indiscriminately attach large document collections, actual spending may exceed expectations.
The knowledge cutoff date is February 16, 2026. After that, you must supplement information via retrieval, tools, or up-to-date databases. Don’t assume the model already contains it internally.
As of July 2026, the model does not support fine-tuning. Teams with customization needs should use prompt engineering, retrieval-augmented generation, tools, workflow control, or select another model that explicitly supports customization.
GPT-5.6 Luna may still generate statements it doesn’t support, ignore constraints, misread images, return incomplete structured responses, or choose the wrong tools. These are general limitations of AI systems and not unique to Luna.
For outputs that affect high-stakes decisions—medical, legal, financial, employment, public safety, or cybersecurity—have qualified professionals review them. The model should support research and workflow execution, not act as the sole decision-maker.
What Applications Is GPT-5.6 Luna Best For?
"Best" depends on your real-world use case. When throughput, latency, long context, and low pricing matter more than chasing maximum capability, GPT-5.6 Luna is the ideal choice.
| Use case | Why it fits | Key limitations |
|---|---|---|
| Support ticket routing | Fast classification and low-cost response generation | Still needs human escalation and fact checking |
| Content tagging | Structured output supports consistent machine-readable labels | The taxonomy and evaluation datasets require ongoing maintenance |
| Document extraction | Large context and image input support reports, forms, and scanned document processing | Complex layouts and poor image quality can reduce accuracy |
| Retrieval-augmented chat | Combine retrieval content with long conversation history | Too much context increases cost and dilutes relevance |
| Lightweight AI agents | Supports function calling and multiple Responses API tools | Tool use requires permissions, risk controls, and monitoring |
| General code assistance | Great for explaining, converting, testing, and debugging | Repository-scale complex tasks may need a higher-tier model |
| Batch classification | Batch support and low token pricing fit async high-concurrency scenarios | Throughput depends on account tier and batch limits |
| Internal knowledge assistant | Large context helps organize vast internal reference materials | You must manage access permissions and data freshness |
Teams seeking economical alternatives can also compare GPT-4o mini, Gemini 2.5 Flash, and Claude Haiku 4.5. These models differ in pricing, tool ecosystems, context handling, modality support, and API behavior.
How Does GPT-5.6 Luna Compare to GPT-5.6 Terra or GPT-5.4 Nano?
| Comparison dimension | GPT-5.6 Luna | GPT-5.6 Terra | GPT-5.4 Nano | Use-case guidance |
|---|---|---|---|---|
| Series positioning | Fastest in GPT-5.6, best value | A balanced low-cost GPT-5.6 option | Early nano-tier model | Choose based on capability, latency, budget |
| Input price | $1.00 per 1M tokens | $2.50 per 1M tokens | $0.20 per 1M tokens | Nano suits extremely price-sensitive simple tasks |
| Cached input price | $0.10 per 1M tokens | Per official latest pricing | Per official latest pricing | Repeated prompts can参考 the verified cached prices |
| Output price | $6.00 per 1M tokens | $15.00 per 1M tokens | Per official latest pricing | Luna’s output cost is lower than Terra |
| Context window | 1.05M tokens | Per Terra official page | Per GPT-5.4 Nano official page | Luna fits extremely large-context scenarios |
| Reasoning positioning | High reasoning, cost prioritized | A higher-priced balanced GPT-5.6 option | Early lightweight version | Terra fits more complex general workloads |
| Native modalities | Text and image input; text output | Per official documentation | Per official documentation | Verify modality needs per model |
| Fine-tuning | Not supported | Per official documentation | Per official documentation | If you need customization, check model support |
There’s no absolute "winner." Luna fits teams that want GPT-5.6 capability with lower cost than Terra. Terra fits scenarios that can bear higher token costs and require more capability. GPT-5.4 Nano still works for extremely budget-constrained simple tasks.
OpenAI’s Luna model page lists GPT-5.6 Terra and GPT-5.4 Nano as reference points for price comparison, helping you place Luna in terms of cost and tier.
How to Access GPT-5.6 Luna via Gate.AI?
According to the Gate.AI model card, GPT-5.6 Luna’s model ID is openai/gpt-5.6-luna. Gate.AI offers an OpenAI-compatible API. The base URL is https://api.gate.ai/openai/v1. It uses bearer-token authentication. The model identifier format is provider/model-name.
Gate.AI documentation supports OpenAI-compatible integrations, API key management, fixed model selection, model discovery, and automatic routing in the Gate.AI console. For actual model pricing and account availability, refer to Gate.AI’s current model card or your account console. Before production deployment, you must confirm everything.
Python Example
import osfrom openai import OpenAIclient = OpenAI(api_key=os.environ["GATEAI_API_KEY"],base_url="https://api.gate.ai/openai/v1",)response = client.chat.completions.create(model="openai/gpt-5.6-luna",messages=[{"role": "user","content": "Classify this support request and explain the label briefly."}],)print(response.choices[0].message.content)
curl Example
curl https://api.gate.ai/openai/v1/chat/completions \-H "Authorization: Bearer $GATEAI_API_KEY" \-H "Content-Type: application/json" \-d '{"model": "openai/gpt-5.6-luna","messages": [{"role": "user","content": "Classify this support request and explain the label briefly."}]}'
Gate.AI documentation states support for POST /chat/completions, streaming output, GET /models, bearer authentication, and an OpenAI-compatible API with the /openai/v1 base path.
If you’re using OpenAI directly, you can access this model by model ID gpt-5.6-luna through the Responses API or Chat Completions API. OpenAI also supports streaming output, function calling, structured output, the Batch API, and multiple Responses API tools.
Frequently Asked Questions
What is GPT-5.6 Luna’s context window size?
GPT-5.6 Luna supports a 1,050,000-token context window, with a maximum output of 128,000 tokens. As of July 2026, when input exceeds 272,000 tokens, OpenAI bills the entire request at a higher price.
How much does GPT-5.6 Luna cost?
As of July 2026, OpenAI pricing is $1 per 1M input tokens, $0.10 per 1M cached input tokens, and $6 per 1M output tokens. Cached writes are $1.25 per 1M tokens.
How do developers access GPT-5.6 Luna?
Developers can use gpt-5.6-luna with OpenAI. The Gate.AI model card shows that on Gate.AI, the model ID is openai/gpt-5.6-luna. You need to use Gate.AI’s OpenAI-compatible API along with an API key.
Which workloads are a good fit for GPT-5.6 Luna?
GPT-5.6 Luna is suitable for high-concurrency conversations, tagging, extraction, document analysis, retrieval-augmented use cases, image-related text tasks, and lightweight agent workflows. For more complex research, engineering, or long-horizon agent tasks, test GPT-5.6 Terra or Sol.


