models.fyi

GPT-5.6 Luna

OpenAIProprietary

The fast, cheap 5.6 tier for high-volume latency-sensitive work — chatbots, classification, realtime pipelines.

59.0

1.05M

$1 · $6

230 tok/s

Jul 9, 2026

The sweet spot, per task

Cheapest effort tier that keeps ≥96% of this model's peak quality on the benchmarks behind each task type. Below the floor number, quality is not okay — it just fails quietly.

Everyday writing & Q&A

Medium

Chat, drafting, summaries, general questions.

keeps 97.5% of peak85% cost

Code assist

High

Autocomplete, single functions, small fixes.

keeps 98.3% of peak61% cost

Coding agents

High

Real repos, multi-file changes, end-to-end tickets.

keeps 96.5% of peak61% cost

⚠ at Minimal: only 68% of peak — avoid

Math & quantitative

X-High

Derivations, statistics, financial models.

keeps 100.0% of peakpeak tier needed

⚠ at Minimal: only 52% of peak — avoid

Hard research problems

High

Novel, frontier, genuinely difficult questions.

keeps 96.0% of peak61% cost

⚠ at Minimal: only 62% of peak — avoid

Agents & tool use

High

Long workflows with tools, policies, and state.

keeps 97.9% of peak61% cost

Quality and cost, tier by tier

On everyday tasks, Medium keeps 97.5% of X-High quality at $0.013 vs $0.089 per task.

at X-Highat X-High (peak)
BenchmarkX-HighPeakWhat it predicts
MMLU-Pro84.084.0Everyday Q&A · Drafting emails & docs · Summarizing articles
GPQA Diamond82.082.0Technical analysis · Root-cause debugging · Scientific writing
Humanity's Last Exam24.024.0Novel research questions · Frontier problem solving
AIME 202588.088.0Financial modeling · Statistics · Algorithm design
SWE-bench Verified72.072.0Coding agents · Bug fixing in real repos · Multi-file refactors
LiveCodeBench79.079.0Writing functions from scratch · Algorithms · Code autocomplete
τ²-bench78.078.0Tool-using agents · Customer-facing automation · Multi-step workflows
IFEval90.090.0Structured output (JSON) · Templated generation · Batch pipelines

Is it still the same model this week?

Weekly Intelligence Index · dashed rules mark serving-change events

No serving-change events detected for GPT-5.6 Luna in the tracked window.

One key, this model, your effort

The gateway speaks the OpenAI Chat Completions dialect. Pick a host with gpt-5.6-luna@host syntax, set reasoning_effort, and the sweet spot above becomes one line of config. Full docs →

chat with GPT-5.6 Luna
curl https://models.fyi/api/v1/chat/completions \
  -H "Authorization: Bearer $MFYI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.6-luna",
    "reasoning_effort": "medium",
    "messages": [{"role": "user", "content": "Hello"}]
  }'
# local dev: replace https://models.fyi with http://localhost:3000