Learn
GPT-6 Luna: High-Volume Extraction, Routing, and Free Tier Guide
Complete guide to OpenAI GPT-6 Luna: analyze $0.10/$0.50 token rates, 90% prompt caching ($0.01), 1.05M context, high-volume extraction, and free tier access.
Clarify the spend threshold before you commit. Use this page when the core product is familiar and the real question is whether to stay free, upgrade, or switch pricing tracks.
Editorial guide
Guide
Start with the spend threshold and the conditions that change the pricing decision.
GPT-6 Luna: Redefining High-Volume Intelligence Economics
The introduction of GPT-6 Luna represents a structural breakthrough in generative AI unit economics. Positioned as OpenAI's ultra-high-throughput economy model, Luna delivers capable language intelligence at $0.10 per million input tokens and $0.50 per million output tokens.
Crucially, OpenAI did not handicap Luna's capacity to achieve this pricing. GPT-6 Luna provides the identical 1,050,000-token context window and 128,000-token output generation ceiling found on GPT-6 Sol and Astra. For data engineering and enterprise operations, Luna eliminates the financial penalty of processing vast document archives.
Official Rate Card & 90% Prompt Cache Economics
The economics of GPT-6 Luna become even more compelling when prompt caching is enabled. With a 90% prompt caching discount, cached input reads cost just $0.01 per million tokens—one cent per million words. Cache writes are billed at 1.25 times standard input ($0.125/1M), an overhead recovered on the first cached request.
Model Tier | Standard Input (1M) | Cached Input Read (1M) | Cache Write (1M) | Standard Output (1M) |
|---|---|---|---|---|
GPT-6 Luna (Economy) | $0.10 | $0.01 | $0.125 | $0.50 |
GPT-6 Sol (Workhorse) | $2.00 | $0.20 | $2.50 | $10.00 |
GPT-6 Astra (Frontier) | $10.00 | $2.50 | $12.50 | $50.00 |
Compared to Sol ($2/$10), Luna is 20 times cheaper on both input and output. Compared to frontier models like Astra ($10/$50), Luna is 100 times cheaper. The table below illustrates the cost of processing real-world data pipelines under Luna:
Enterprise Data Pipeline | Volume & Token Metrics | Luna Total Cost | Sol Equivalent Cost |
|---|---|---|---|
10,000 PDF Invoices Extracted | 25M input tokens, 2M output tokens | $3.50 | $70.00 |
100,000 Search Queries Routed | 20M cached input, 1M output tokens | $0.70 | $14.00 |
50,000 Customer Support Logs Analyzed | 100M input tokens, 5M output tokens | $12.50 | $250.00 |
Primary Use Cases: Extraction, Triage, and Pipeline Routing
GPT-6 Luna is purpose-built for three high-impact enterprise operational patterns:
1. Structured Entity Extraction: Transforming unstructured PDFs, emails, receipts, and clinical documents into validated JSON schemas. Because extraction tasks rely on identifying explicit facts rather than multi-step theoretical deduction, Luna achieves high precision at near-zero token cost.
2. Intent Triage and Query Routing: Acting as a gatekeeper in multi-tier AI systems. Luna inspects incoming user queries, classifies customer intent, extracts parameters, and determines whether the request requires an expensive workhorse (GPT-6 Sol) or can be answered directly.
3. Preprocessing and Metadata Enrichment: In RAG (Retrieval-Augmented Generation) architectures, Luna can process millions of chunks—generating semantic summaries, generating descriptive tags, and evaluating retrieval relevance—without straining infrastructure budgets.
Free Tier Access in ChatGPT Desktop vs Developer API
OpenAI has deployed GPT-6 Luna as the default intelligence engine for ChatGPT desktop application users on Free and Go subscription tiers. This allows consumer users to experience fast text generation, summaries, and light document analysis without incurring subscription charges.
For developers and enterprise software architectures, Luna is accessed via the standard OpenAI API using the model ID gpt-6-luna. It supports Structured Outputs with strict schema validation, streaming responses, and function calling.
Integration Checklist and Best Practices
To deploy GPT-6 Luna reliably in mission-critical applications:
• Enforce Strict JSON Schemas: Use OpenAI's Structured Outputs mode to guarantee that Luna's output conforms precisely to downstream application data contracts.
• Design Two-Tier Escalation: Implement an automated retry mechanism. If Luna fails schema validation twice on a complex prompt, catch the error and dispatch the payload to GPT-6 Sol for frontier reasoning.
• Maximize Prompt Prefix Caching: Structure your prompts with static system instructions and invariant schemas ordered alphabetically at the top to secure the $0.01/1M cache read rate.
Evidence boundary
Official sources
Editorial guidance grounded in official product sources.
FAQ
Common questions
What is the official API pricing for GPT-6 Luna?
GPT-6 Luna costs $0.10 per million input tokens and $0.50 per million output tokens. Cached prompt input tokens receive a 90% discount, billing at an exceptional $0.01 per million tokens.
Does GPT-6 Luna have a smaller context window than Sol or Astra?
No. GPT-6 Luna features the exact same 1,050,000-token context window and 128,000 maximum output ceiling as GPT-6 Sol and Astra. It provides full million-token document parsing capability at economy pricing.
How is GPT-6 Luna accessed in consumer ChatGPT applications?
OpenAI has deployed GPT-6 Luna to ChatGPT desktop app users on Free and Go subscription tiers, providing high-speed conversational responses and basic file analysis without subscription fees.
What are the best production use cases for GPT-6 Luna?
Luna is ideal for structured data extraction (invoices, receipts, legal entities), intent classification, query routing in multi-tier AI architectures, document preprocessing, and mass log summarization.
When should an application fallback from Luna to Sol?
Fallback to GPT-6 Sol when a task involves multi-step reasoning, complex multi-file code generation, mathematical proofs, or ambiguous instructions that fail automated JSON validation.
What exact model ID should developers configure in the API?
Use gpt-6-luna in your API requests. It supports Structured Outputs (JSON Schema mode), tool calling, and standard OpenAI SDK streaming protocols.
Next steps
Take the next buying step
Use these next pages to confirm the plan, tool, or alternate route that fits once the spend boundary is clear.