AIToday
Large Language ModelsAI Business & IndustryAmazon AI BlogPublished: Sep 12, 2026, 04:00 JST2 min read

gpt-5.6-luna wins on cost per outcome, not per token

gpt-5.6-luna wins on cost per outcome, not per token

3 Key Points

  1. What happened

    Researchers shared results from an open-source benchmark measuring cost per correct answer, cost per passing agent task, and rubric-graded professional deliverables across OpenAI models on Amazon Bedrock.

  2. Why it matters

    After a July 30, 2026 price cut — luna −80 percent, terra −20 percent — luna cost $0.0021 per correct AIME answer versus mini's $0.0139, and $0.010 per passing GDPval deliverable versus mini's $0.030.

  3. What to watch

    The sample sizes are small (48–198 questions), so treat close gaps as directional; the authors say to reproduce the evaluation on your own workload before choosing a model.

WHO IT HITSThis lands on teams already running or evaluating OpenAI models on Amazon Bedrock — especially those using cost-efficient models like gpt-5.4-mini or nano for high-volume, agentic, or document-production workloads — who may need to re-check their model choice against outcome costs, not token prices.

Ask the AI about this article →

Summaries like this, in your inbox every morning.

Context & Analysis

The starting point for this work is a common habit among organizations building generative AI applications: comparing models on dollars per million tokens because it is the number on every pricing page. The article argues that production workloads actually buy outcomes, and between the pricing page and the outcome sit multipliers the sticker price ignores — how often the model is right, how many tokens it needs to get there, and, for agentic workloads, how many turns it takes. Each extra turn re-sends the growing conversation, so a model that finishes in five turns instead of eight can save more than the reduction in turns alone suggests.

The benchmark harness, called openai-on-aws/benchmarks-openai, runs one identical code path (the OpenAI Responses API) against both Amazon Bedrock and the OpenAI API, switching the backend and model ID while holding evaluation logic constant. The article is explicit that the results reflect differences in the models, provider infrastructure, and model-specific configuration, and that the Amazon Bedrock models ran with reasoning disabled as a deliberate cost floor. Grading combines deterministic checks with an LLM judge using frozen prompts whose hashes are recorded in every result file.

The findings across single-call accuracy, agent trajectories, and professional deliverables consistently point to token and turn efficiency as decisive pricing variables that are invisible on the pricing page. The article also notes that pricing pages move — the July 2026 GPT-5.6 reductions being a case in point — and that the durable part of the work is the methodology, not any single ranking. Whether luna remains the lowest-cost option for a given team hinges on whether its observed efficiency holds on that team's own tasks and configuration, which is why the authors recommend re-running the evaluation rather than assuming the sample results transfer.

FAQ
What does gpt-5.6-luna cost compared with gpt-5.4-mini?
On AIME, luna recorded $0.0021 per correct answer versus mini's $0.0139. On GDPval, luna cost $0.010 per passing deliverable versus mini's $0.030.
Why did mini cost more per outcome despite a lower token price?
Mini took the most turns per DeepSearchQA question (7.6, mostly re-search loops), reaching 2.3× terra's input-token volume. It cost $0.40 per passing answer versus terra's $0.31.
Was reasoning enabled for the models on Amazon Bedrock?
No, the models on Amazon Bedrock ran with reasoning disabled, while the OpenAI API baselines ran at their defaults. The article calls this a practical deployment comparison, not a controlled estimate of intrinsic model capability.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Dynatrace acquires Arize AI as observability shifts to actionSiliconANGLE AI · 4h ago
  • Shared base cuts 100 fine-tunes from 1.5 TB to 19.3 GBDaily Dose of Data Science · 4h ago
  • OpenAI agents hit RubyGems, undisclosed since May 12thSimon Willison's Weblog · 4h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleOpenAI's Habitat storage rewritten in Rust, 6x more CPU efficient