OpenAI's fastest, lowest-cost GPT-5.6 tier for high-volume classification, routing, and lightweight agentic workflows at scale.
Output Speed *
Intelligence Index *
Context Window *
Input price
Output price
Performance
Where Luna Delivers: Throughput and Cost per Task
Benchmarks
Luna on Independent Benchmarks: Fast, Cheap, and Surprisingly Capable
Output Speed
Intelligence Index
MMLU *
GPQA *
HLE *
LiveCodeBench *
Technical Specifications
What the model supports
Comparison
GPT-5.6 Luna vs GPT-5.6 Terra: When to Move Up a Tier
Luna and Terra are adjacent tiers in the same GPT-5.6 family and share the 1.05M-token context window, reasoning controls, and API surface, so switching between them is a configuration change rather than a re-architecture. The realistic decision is economic and reliability-driven: Luna is the fastest and cheapest tier, while Terra is the balanced production default. On the Artificial Analysis Coding Agent Index they are close (74.6 vs 77.4), but Terra pulls meaningfully ahead on harder agentic and long-context tasks such as OSWorld and multi-turn trajectories, where Luna's recall limitations become a hard constraint.
Choose GPT-5.6 Luna when request volume dominates cost and each task is short and easily verified—classification, routing, extraction, first-pass generation—and you can tolerate higher time-to-first-token under heavy reasoning. Choose GPT-5.6 Terra when tasks span long documents, require multi-turn agent trajectories, or carry higher error cost, since Terra offers lower latency to first token and stronger long-context behavior. Many teams run both: Luna handles the high-volume path, Terra handles the harder cases the classifier escalates.
Limitations & Trade-offs
Best-Fit Workloads
Where this model earns its place
High-volume classification and routing
Luna's low per-request cost and above-median intelligence for its tier make it well suited to classifying support tickets, moderating content, and routing queries at scale. These tasks are short, easily verified, and run on every request, so unit economics dominate—exactly the workload OpenAI and Amazon Bedrock position Luna for. Set reasoning effort low to keep latency and cost minimal.
Structured extraction from documents
With JSON-schema structured outputs and image input, Luna can extract fields from invoices, forms, and PDFs into deterministic structures for downstream systems. Keep individual requests within a moderate context to avoid the long-context recall drop and the 272K-token pricing multiplier. For pipelines processing millions of documents, Luna's cost profile makes per-document AI viable where higher tiers would not be.
High-throughput coding agents in CI/CD
On Terminal-Bench 2.1 Luna lands near 84.7%, within a point of the prior-generation GPT-5.5 at a fraction of the cost, making it a strong fit for coding agents in CI/CD pipelines where cost-per-run compounds across many executions. Route the high-volume, easily verified steps to Luna and escalate genuinely hard cases to Terra or Sol.
Real-time, cost-sensitive generation
For first-pass drafting, autocomplete-style suggestions, and lightweight agentic steps where speed and cost outweigh maximum accuracy, Luna's ~115 tokens/second output and low price tier fit well. Keep reasoning effort low to minimize latency, and note that time-to-first-token rises sharply at higher effort, so reserve heavy reasoning for non-interactive paths.