간단한 답변: GPT-6 Luna is OpenAI’s focused, high-volume tasks model. The official API lists $0.10 per 1M input tokens and $0.50 per 1M output tokens at Standard rates, with a 1.05M-token context window and 128K maximum output. GlobalGPT currently lists GPT-5.6 Sol and GPT-5.6 Luna rather than exact GPT-6 routes, so the platform naming must be checked separately from OpenAI’s API model ID.
OpenAI describes GPT-6 Luna as its most efficient model for focused, high-volume tasks. That phrase is provider positioning, not a measured quality score. This review translates the published specification into buying and architecture decisions, then records public reaction with attribution. We also ran a scoped compatibility-API test with the model ID, route, prompt set, raw output, and usage retained. The task results are shown below as one observed run, not as an official benchmark.

간단한 평가
Luna is the pragmatic cost-first option on the official price sheet: it keeps the same headline context and output ceilings as Sol while charging a fraction of the token rates. That makes it compelling for focused, repeated calls, but the low price is not proof of lower latency or lower quality without a controlled test.
The most useful distinction is not simply “smart” versus “fast.” It is workload shape. GPT-6 Luna has the same headline context and output ceilings as its sibling, but its positioning and price make a different operating point sensible. Compare the broader AI model selection guide 및 코딩을 위한 최고의 AI 모델 guide when the task spans more than one provider.
GPT-6 Luna at a glance
The table below follows the current official GPT-6 Luna model page. Context capacity is not the same thing as a recommended prompt size, and the maximum input is separate from the headline context window.
| 분야 | Official value |
|---|---|
| Official API ID | gpt-6-luna |
| Provider positioning | focused, high-volume tasks |
| 컨텍스트 창 | 1,050,000 토큰 |
| 최대 입력 | 922,000 토큰 |
| 최대 출력 | 128,000 토큰 |
| 지식 차단 | May 18, 2026 |
| 입력 / 출력 | Text + image input / text output |
| 추론 노력 | none, low, medium, high, xhigh, max |
| Supported endpoints | Chat Completions, Responses, Batch |
Both sibling models support structured outputs, function calling, streaming, prompt caching, image input, file search, and web search in the documented feature set. The exact tool behavior still depends on endpoint, account, and request configuration; do not infer a successful tool run from a capability checkbox.
For family-level context, the GPT-6 아스트라 리뷰 shows how a related GPT-6 article separates provider documentation, platform routes, and attributed reactions.
GPT-6 Luna pricing and the 272K rule
At Standard rates, the OpenAI pricing page lists $0.10 input, $0.01 cached input, $0.125 cache writes, and $0.50 output per 1M tokens. Cache writes are 1.25x uncached input. Batch and Flex are priced at 50% of Standard, Fast mode is 2x the applicable rate, and regional processing adds 10% where available.
| Rate category | Up to 272K input | Above 272K input |
|---|---|---|
| 캐시되지 않은 입력 | $0.10 / 1M | $0.20 / 1M |
| 캐시된 입력 | $0.01 / 1M | $0.02 / 1M |
| 캐시 쓰기 | $0.125 / 1M | $0.25 / 1M |
| 출력 | $0.50 / 1M | $0.75 / 1M |
The long-context column is calculated from OpenAI’s rule: above 272K input, input and cache rates double and output is multiplied by 1.5 for the full request. It is not a mixed-rate bill. For a practical budget baseline, 100K input plus 10K output costs about $0.015 before tools or regional uplift; a 300K input plus 20K output example costs about $0.075 at the long-context rates.
A large context window can be useful without being cheap to fill. Retrieval, chunk selection, cache reuse, and output caps matter more than the headline 1.05M number. See the GPT-6 Astra 가격 상세 내역 for a related explanation of context thresholds and cache mechanics.
GPT-6 Luna API fit, tools, and limits
OpenAI recommends the Responses API for built-in tools and function calling. Chat Completions supports function calling only when 추론_노력 is set to 없음. That is an implementation detail worth catching before migration: a request can be syntactically valid yet fail to match the tool behavior your current integration expects.
| 능력 | Supported or documented behavior |
|---|---|
| 응답들 | Supported; built-in tools and function calling |
| Chat Completions | Supported; function calling only at reasoning_effort=none |
| 배치 | Supported; separate processing mode with 50% Standard token rates |
| Audio / realtime / video | Not supported on the model page |
| 이미지 입력 | Supported; output remains text |
| 최대 입력 | 922,000 tokens; do not confuse this with the 1.05M context window |
The current rate-limit table lists the following Standard tiers. RPM means requests per minute, TPM means tokens per minute, and the queue value is the batch-token limit.
| 티어 | RPM | TPM | 배치 대기열 |
|---|---|---|---|
| 계층 1 | 500 | 500,000 | 5,000,000 |
| 계층 2 | 5,000 | 2,000,000 | 20,000,000 |
| 계층 3 | 5,000 | 4,000,000 | 40,000,000 |
| 계층 4 | 10,000 | 10,000,000 | 1,000,000,000 |
| 계층 5 | 30,000 | 180,000,000 | 15,000,000,000 |
Before production rollout, validate the exact tier, endpoint, streaming mode, and tool contract in your own account. The Codex usage limits guide is useful context for why a model’s published ceiling is not the same as an account’s live allowance.
What GPT-6 Luna’s specs imply
| Reader job | 왜 적합한가 | 확인해야 할 사항 |
|---|---|---|
| Focused extraction | The provider positions Luna for focused, high-volume tasks at a low token rate. | Define a schema and test malformed or missing fields. |
| Repeated summaries | Low input, cache, and output prices make repeated work easier to budget. | Confirm cache hits and output caps in your route. |
| Large input batches | 922K maximum input and a 1.05M context support substantial source sets. | Watch the 272K long-context multiplier. |
| Open-ended agent work | The API exposes the same broad tool vocabulary on paper. | Run a controlled task before assuming Sol-level quality or latency. |
This is a fit map, not a benchmark. Use the all-in-one AI models workflow guide when your real decision is how to switch models inside one repeatable process rather than which single model sounds strongest.
Hands-on API test: three matched tasks
We ran the same three small tasks through the Broly Anywhere compatibility API at https://anywhere.broly.ai/v1/chat/completions using model ID gpt-6-luna: a coding review, a long-context decision memo, and strict JSON extraction. These are useful workflow observations, not an official OpenAI benchmark or a universal ranking. The first two passes hit temporary HTTP 503 overload responses; after retrying, all three tasks completed at HTTP 200.

The complete JSON report keeps the full prompts, outputs, HTTP status, finish reason, latency, and usage fields. The cards below keep the same information editable in the WordPress source.
Coding review and patch plan
19944 ms · 378 total tokens · 204 reasoning tokens
Review this small JavaScript function as if it were part of a production repository. Identify the bug, explain the failure mode, and propose a minimal patch plus two focused regression tests. Function: function uniqueSorted(values) { return [...new Set(values)].sort((a, b) => a - b).filter(Boolean); }`filter(Boolean)` removes valid `0` values (and other falsy values) from the result. Remove it:
```js
function uniqueSorted(values) {
return [...new Set(values)].sort((a, b) => a - b);
}
```
Regression tests:
```js
assert.deepEqual(uniqueSorted([0, 2, 1]), [0, 1, 2]);
assert.deepEqual(uniqueSorted([2, 0, 2]), [0, 2]);
```Multi-source synthesis
17740 ms · 322 total tokens · 78 reasoning tokens
Synthesize the following three notes into a concise decision memo with: decision, evidence, risks, and next step. Note A: A 1.05M-token context window can hold large source sets but does not make every request cheap. Note B: Above 272K input tokens, the documented input/cache rates increase and output is multiplied for the full request. Note C: Retrieval and cache reuse can reduce repeated prompt cost, but acceptance criteria still need testing.
## Decision Use the 1.05M-token context window selectively; prefer retrieval and cache reuse for repeated or oversized prompts, subject to testing. ## Evidence The window can hold large source sets, but capacity does not make each request inexpensive. Above 272K input tokens, documented input/cache rates increase, and output is multiplied for the full request. Retrieval and cache reuse may reduce repeated prompt costs. ## Risks Long-context requests may cost more than expected. Savings from retrieval and caching are not established until they meet acceptance criteria. ## Next step Test representative workloads against defined quality and cost acceptance criteria, including requests above 272K tokens and repeated-prompt scenarios.
구조화된 추출
15360 ms · 127 total tokens · 26 reasoning tokens
Extract the following fields from this brief and return valid JSON only with keys customer, priority, deadline, and unknowns. Brief: Customer: Northwind Labs. Priority: high. Deadline: 2026-10-04. The owner is not named and the budget is not confirmed.
{"customer":"Northwind Labs","priority":"high","deadline":"2026-10-04","unknowns":["owner","budget"]}In the coding task, GPT-6 Luna identified the falsy-value bug in filter(Boolean) and supplied a patch plus regression coverage; the completed run used 378 total tokens. In the long-context task, it kept the decision, evidence, risk, and next-step structure while carrying the 272K pricing caveat forward; the response used 322 total tokens. In the structured extraction task, it returned the requested customer, priority, deadline, and unknowns fields as JSON. Those are observed output shapes for this route, not evidence that one model is universally better.
What public reactions can and cannot tell you
The following sources are included as attributed public reaction, not as official documentation or controlled benchmark evidence. Their titles show what each creator chose to test or explain; they do not establish a market-wide result.
- Chase AI: GPT 6 Sol & Luna Are Here (And 50% CHEAPER!). Treat the framing and any demonstration as that creator’s experience, not as a universal score.
- Rob The AI Guy: ChatGPT Released GPT-6 Sol & GPT-6 Luna (New ChatGPT Models & Agents). Treat the framing and any demonstration as that creator’s experience, not as a universal score.
- AI with Surya: GPT-6 Soul vs Luna vs Claude Opus 5.5: Which Should You Use?. Treat the framing and any demonstration as that creator’s experience, not as a universal score.
A separate naming issue matters here: several public videos use “GPT-6” and “GPT-5.6” interchangeably in titles. Keep the exact model ID visible when you reproduce a claim. The GPT-6 Astra와 GPT-5.6 Sol 비교 is a useful example of why provider identity, platform label, and route should be recorded separately.
GlobalGPT access and the GPT-5.6 naming note
GlobalGPT’s verified model catalog currently exposes GPT-5.6 Sol 그리고 GPT-5.6 루나. The exact OpenAI API IDs in this article are gpt-6-luna and belong to OpenAI’s official documentation. An exact /home/gpt-6-luna GlobalGPT route was not verified, so this article does not claim that the platform route is GPT-6 access.
For the current platform naming and separate credit context, see the GPT-5.6 가격 안내서 및 GPT-5.6 모델 비교. Those pages are platform/editorial context; they do not override OpenAI’s API pricing table.
This link opens GlobalGPT’s current platform naming, not a verified GPT-6 OpenAI model ID.
Open GlobalGPT model catalogWho should choose GPT-6 Luna?
If your shortlist includes lower-cost alternatives, compare the broader model catalog rather than assuming the newest model is automatically the best value. If you are evaluating data-heavy work, the data-analysis model guide provides a separate workflow lens.
자주 묻는 질문
What is GPT-6 Luna?
GPT-6 Luna is OpenAI’s focused, high-volume tasks model. Its official API model ID is gpt-6-luna.
How much does GPT-6 Luna cost?
OpenAI lists GPT-6 Luna at $0.10 per 1M input tokens, $0.01 per 1M cached input tokens, $0.125 per 1M cache writes, and $0.50 per 1M output tokens at Standard rates.
What happens above 272K input tokens?
When a request exceeds 272K input tokens, OpenAI applies 2x input and cache rates and 1.5x output rates to the full request.
What are the context and output limits?
GPT-6 Luna lists a 1,050,000-token context window, a 922,000-token maximum input, and a 128,000-token maximum output.
What is the knowledge cutoff?
The current OpenAI model page lists May 18, 2026 as the knowledge cutoff for GPT-6 Luna.
Which reasoning settings are available?
The API documents none, low, medium, high, xhigh, and max reasoning effort, with medium as the default.
Which API endpoints are supported?
GPT-6 Luna supports Chat Completions, Responses, and Batch. The model page does not list Realtime, Assistants, audio, video, image generation, embeddings, fine-tuning, moderation, or legacy Completions as supported.
Can GPT-6 Luna accept images?
Yes. The model page lists text and image input with text output. That does not make it an image-generation model.
Is GPT-6 Luna available in GlobalGPT?
OpenAI’s official model name is GPT-6 Luna, but GlobalGPT currently exposes GPT-5.6 Sol and GPT-5.6 Luna labels. The exact GPT-6 GlobalGPT route is not verified, so this article does not claim GPT-6 access through GlobalGPT.
Does this article include a benchmark?
Yes, but the scope is narrow: three matched tasks through the Broly Anywhere compatibility API. The results are retained as one observed run and are not an official OpenAI benchmark or a universal winner claim.
최종 판결
Luna is the pragmatic cost-first option on the official price sheet: it keeps the same headline context and output ceilings as Sol while charging a fraction of the token rates. That makes it compelling for focused, repeated calls, but the low price is not proof of lower latency or lower quality without a controlled test. Recheck the official model and pricing pages on publication day before publishing.
Checked September 23, 2026. Official facts: OpenAI Developers. Platform route naming: GlobalGPT. Public reaction: linked creators and publications, attributed only.



