Advancing the price-performance frontier with GPT‑5.6

448 pointsposted 5 hours ago
by tedsanders

281 Comments

GodelNumbering

5 hours ago

"Half the money I spend on advertising is wasted; the trouble is I don't know which half." -John Wanamaker

This applies even more strongly to model choosing. I know for a fact that majority of my work doesn't require a very strong model, but separating the trivial and non-trivial tasks is a famously hard problem (if at all decidable).

in_a_society

4 hours ago

I don't see why it should be all that difficult. All you have to do is first find a library that implements a decent solution to the halting problem and you're off to the races.

njcornell

3 hours ago

You can use my script p-noteq-np.sh too if that helps.

gck1

2 hours ago

Luna is comparable to GPT 5.4 from 4 months ago on many benchmarks. I know many who have said during that time, myself included, that if that's the model they had to use for the rest of their lives, they'd be fine.

GPT 5.4 is/was a very capable model.

HappySweeney

17 minutes ago

Canary tests on my data showed I needed xhigh to get good results, but they are good.

fractorial

5 hours ago

Cosmically apt username given the substance of this comment.

bryanlarsen

4 hours ago

Highlighting https://news.ycombinator.com/item?id=49113236 in response.

HN could be run as a BBS on 70's hardware. Instead of using a CPU with ~10 thousand transistors, you're likely using one with ~10 billion to do basically the same thing, and you don't think twice about it.

carimura

4 hours ago

Exactly. I haven't reached the "let 1000 agents bloom" mode yet, so currently I'm spending real headspace managing agents doing work, and that work is all important, so why "settle" for sub-frontier models for that work? Maybe I'll get there for non-coding work.

throw2ih020

4 hours ago

> separating the trivial and non-trivial tasks is a famously hard problem (if at all decidable).

Famously, this is also a problem for human coders in sprint planning.

pimeys

4 hours ago

If you have agents and users, you can run evals and see how far the models go. Luna is not greatest in tool calls, but if you define your problem well and the tools well, it is comparable to Gemini 4 Flash with much lower price tag.

satvikpendem

3 hours ago

Luna is good as an end user model for simple tasks like classification, but not as a coding model. Also do you mean Gemini 3.6 Flash? 4 doesn't exist, and Gemma 4 exists but doesn't have a Flash option.

thatnerdyguy

33 minutes ago

Not my experience at all. I've been driving Luna xhigh in CoPilot CLI since it was released as my daily driver. Good reasoning, no problems with tool calls.

pimeys

2 hours ago

Yeah, been running too many evals in the past week I start to mix the versions up. Probably should sleep...

We run an agent company and outside coding the new Gemini 3.6 Flash and GPT 5.6 Luna are very interesting. Luna can do a bit of research and create reports. Gemini is great for computer use.

For programming it's all Kimi K3 now.

attentive

2 hours ago

don't expect it to be opus, but luna does coding just fine for its size/price

londons_explore

4 hours ago

I get frustrated with a poor quality model leaving my codebase littered with wrong comments, which then later trip up smarter models.

elcritch

33 minutes ago

This is annoying. Similar with "context poisoning". LLMs can be highly productive... until they're "poisoned" with contradicting inputs / guidance.

odiroot

4 hours ago

You just need a very strong frontier model to do triage of your tasks.

/s

wmf

4 hours ago

That's not necessarily a joke; the article proposes exactly that.

gck1

an hour ago

It's funny how codex itself can't do Sol orchestrator / Luna implementor out of the box.

apitman

an hour ago

That's surprising. Does it have no sub agent support at all or does it just use the same agent as the parent?

gck1

an hour ago

They do have subagents, released v2 of that feature with the launch of 5.6 model series in fact. It's just... very poorly executed, is a significant regression from subagents v1 and thousands of miles behind subagents of Claude code.

- Models that can be launched as subagents are hardcoded (can only be another Sol or Terra, but not Luna). Most of the time it'll just launch same model as parent anyway.

- They encrypt initial task delegation from root agent to subagent, for whatever reason

- You can't switch into subagent view at all, despite the fact that apart from initial root>subagent task handoff, all session is visible in transcript.

preommr

5 hours ago

> Starting today, GPT‑5.6 Luna, our fastest and most affordable model, will cost 80% less,

I don't have the words.

I genuinely thought we were in a stage where we were plateauing and going in for 5-10% improvements over months. Seeing spikes like this makes me question about where the floor really is.

jpadkins

5 hours ago

When model intelligence reliably hits 90%-95% of current day knowledge worker tasks, they are going to burn those weight to silicon and we will see another 10X improvement in price/performance frontier.

The dynamic GPU clusters will be used for the 5% of tasks, and pushing out the frontier. Also there will be a set of knowledge tasks that are not done today (because they are too difficult for most knowledge workers), that will start being done in the future.

jrflo

4 hours ago

Burning the weights into silicon would be many orders of magnitude increase, not just 10x. It's kind of crazy that this hockey stick the AI hype bros talk about seems more and more every day like it might be real

jaggederest

4 hours ago

https://taalas.com/ has done it already for a wildly obsolete model. 14000 tokens per second.

https://chatjimmy.ai/ is their interactive. Tiny context, very dumb, but absurdly fast. Imagine this as a tool call for claude code for trivial changes - the tool call from the harness takes longer than the execution.

christophilus

3 hours ago

Wow. This is absolutely wild. I didn't expect that.

If we get to anywhere near this speed for the equivalent of the current models... I don't even know what to think about that future.

apitman

an hour ago

Speed is the metric I'm currently most interested in. The models are smart enough.

Once speed significantly increases I think we're going to see some interesting downstream effects. The three things I currently spend the most time waiting on are LLM API requests, Rust compile times, and nix derivations. As AI latency approaches zero I think we're going to start taking a hard look at whether slow-compiling languages are adding enough value over Golang, Typescript, or even dynamic languages to be worth the slowdown.

apitman

an hour ago

See Cerebras and Groq as well.

iamjackg

4 hours ago

Holy crap, I was not prepared for how fast it responded. I just wrote "Just wanted to see how fast you are! Can you write me a quick story about a tiger who lives inside a block of cheese the size of a house?"

I pressed Enter, and the response was instant.

> Generated in 0.037s • 14,205 tok/s

This is unbelievable.

jcul

4 hours ago

It's crazy. Are they doing any precomputing as you type, I wonder if you paste a block of text is it the same speed.

nerdsniper

4 hours ago

I pasted and instantly hit enter on this prompt: "I generated a filter set using REW v5.31.3 using real-world sweep tone measurements from the room I'm listening in . How can I use it as my MacOS output equalizer so that my spotify music is adjusted for this room and speakers"

and it gave a very reasonable answer in non-perceptible time.

throwuxiytayq

4 hours ago

No, it really does take ~0.03s to generate the answer. Try your browser's developer tools and watch the requests.

kooi

2 hours ago

"Stochastic gradient descent algorithm in Haskel"

"LMS algorithm in bash"

Just barfed it up lol.

Amazing.

8cvor6j844qw_d6

4 hours ago

I'd like to imagine the things that can be done with this speed and the current frontier models.

throwup238

2 hours ago

Fully interactive games where you can talk to every NPC by text or voice and have an LLM drive the story (with your own meta prompts to guide it, if you so wish). Maybe even have them generate assets on the fly too.

I’m still trying to figure out coding agents. I can’t even begin to imagine the things it would enable. Even the most mundane ideas like LLMs-in-HiFreq-trading have huge implications.

nly

an hour ago

0.03 seconds is an eternity in high frequency trading

You need to be 4 orders of magnitude faster at least

ElijahLynn

3 hours ago

Truth, it feels like we're in the dial-up age of LLMs right now. And this Jimmy AI is fiber.

Dig1t

4 hours ago

Seriously, if Fable or even Opus was this fast that would be a real game changer.

reducesuffering

2 hours ago

RSI will be models better than Fable running faster than this, you won't even need a human in the loop to figure out what to do. The high level goal will be accomplished better than the human in an instant

baal80spam

2 hours ago

Just wow, I made a similar request. Result: Generated in 0.042s • 14,201 tok/s

This is crazy.

HDThoreaun

4 hours ago

For what its worth the frontier lab models can surely be a lot faster if they wanted them to be but theyre supply constrained so theyre doing stuff like multi tenancy. Since you cant self host them no one outside the labs really knows speed as a solo tenant

ericd

2 hours ago

You can kind of get a sense by running these things at home - I'm currently running Laguna. One interesting thing is that per stream doesn't actually slow down that much with multiple concurrents, because the bottleneck remains the memory bandwidth until pretty significant request depths, and then eventually you hit the GPU's limits. It's one of the big forces that pushes for centralization in this stuff, the fixed costs to run one are huge, the marginal costs of additional tenants, relatively small.

Yopolo

4 hours ago

And don't underestimate how much money Google, Microsoft, Amazon and Meta still have to spend on this tech.

Blocking Fable for sure made it very politicl a lot sooner than i expected it to happen.

and because China already has massive problems of getting access, they are pushing it on hardware too like what Huawai did without EUV.

It seems China is already able to do DUV a lot sooner than others expected.

re-thc

4 hours ago

> It seems China is already able to do DUV a lot sooner than others expected.

That's the media and in particular US KOLs of all sorts driving the wrong impression of China and other places. China and many other places for example have fast public transport that the US doesn't and can't even imagine today. They're not behind.

China's DUV still isn't that production grade (mass produce-able) so don't get that hyped up the wrong way (in a different direction).

The whole China-is-behind with tech and in particular semi wasn't that they can't. The truth is they spent decades in internal politics and corruption. That all got solved with the bans, so thank the bans! Jensen even said the bans were bad.

FuriouslyAdrift

3 hours ago

Yep it will be ASICs and DSPs all over again. Orders of magnitude changes.

monkeydust

3 hours ago

So which shovels companies are the ones to watch for burnt in silicon models ?

FuriouslyAdrift

3 hours ago

Imagine the price of a $9 million NVL72 dropped to about $100, used 4 orders of magnitude less power, was the size of ARM cpu, be bundled with pretty much any electronic device, and ran as fast a frontier AI is today.

That's about how disrupting DSPs were to the industries they arose out of (over a very long time frame).

How would that disrupt the industry?

vjvjvjvjghv

2 hours ago

Not an expert on this but wouldn’t this be possible with something similar to an FPGA?

jaggederest

2 hours ago

My understanding is that for FPGA the issue is either it eats all your gates on internal memory if you interleave, or it takes forever to load everything between the SRAM on the board and the actual FPGA component over a bus, last time I looked into it.

kooi

2 hours ago

Weights can be baked into silicone or programmed into hardware ala FPGA, but the context will always be dynamic.

High speed SRAM is where the $$$ is

coffeebeqn

4 hours ago

What does that mean though? Like some kind of a ROM memory ?

bob1029

3 hours ago

Stacked ROM can, in theory, be a lot denser than anything that depends on a capacitor and refresh cycle.

I don't think it would be that difficult to manufacture compared to other process tech. HBM is really hard to do compared to other memory types.

re-thc

4 hours ago

> When model intelligence reliably hits 90%-95% of current day knowledge worker tasks, they are going to burn those weight to silicon

Google is already working on a similar idea but more "flexible".

kridsdale1

3 hours ago

Explain.

jmb99

3 hours ago

I'm not who you responded to and I don't have any info on Google. Nor can I explain in detail due to NDAs. But multiple major players are working on something along the lines of what the parent is alluding to.

The "edge" AI landscape (in particular, what you can do with ~5W) is going to be nuts in about 18 months.

jacekm

34 minutes ago

How will this affect the newly build data centers? What effect do you think it will have on memory prices?

captainbland

5 hours ago

To be fair we don't really know in terms of prices what's real and what's just investor subsidised attempts at market capture at this point. It could well be OpenAI's attempt to drown Anthropic while they've got the halo product if they feel they've got deeper pockets.

w29UiIm2Xz

5 hours ago

Enterprises implemented spending caps and inference providers are lowering prices. Seems they are jockeying for market share.

minraws

5 hours ago

I wouldn't be surprised if they still had some margins since cheaper models are much harder to nail the accurate sizes off, and you still pay 2x for 1M context window.

But if this is even at 400B size it's insanity those inference prices, maybe 10-20% margins, if it's higher I would like to know is it their own chips or maybe they have accurately sized the model to fit on exactly a B300?

Could be a lot of magical things we can only speculate, but from here there likely isn't another 60-70% margin, like I have heard people claim, I would definitely be willing to bet on that.

Could still be a healthy 10-30% margin. Especially with Terra.

platinumrad

5 hours ago

We can guess based on the decisions of other inference providers who serve these models.

handfuloflight

4 hours ago

Do you mean if other providers will cut their prices in turn?

platinumrad

4 hours ago

Yes. For example, third-party inference providers serve DeepSeek V4 Flash just as cheaply as DeepSeek themselves, if not even more so. This is very strong evidence that the low price of the model is not subsidized.

foobar_______

5 hours ago

Hard to believe numbers. I don't mean that as a critique, but literally I am so impressed. Even if the model is a few percent lower for performance but is 80+% cheaper than competitors and is a US company hosted on US based hyperscaler clouds this is kind of a no brainer. Hard for most businesses to justify otherwise.

rpdillon

4 hours ago

This is exactly the model that DeepSeek V4 Flash followed, and it's been insanely successful as a result, even though it's not frontier.

ignoramous

4 hours ago

DeepSeek v4 Pro & MiMo v2.5 Pro (Opus 4.6 quality models for code) are insanely cheap for agent-driven work due to their super low cached-input prices ($0.0036/mtok) [0]. For Luna, the cached-input price drop isn't disclosed in TFA, but the pricing page puts it at $0.02/mtok, & that's 5x more expensive.

[0] I am constantly surprised how much work pay-as-you-go with DeepSeek / MiMo will get done. I've barely crossed $2 each in a month of use (~200m tokens).

computerex

3 hours ago

Absolutely. Although DeepSeek started announcing "Peak valley" pricing which started making me nervous. I have spent $50 usd in July on deepseek and for that much spend I got SO MUCH mileage.

I feel perfectly content in using pay as you go pricing with deepseek. On the other hand, although Anthropic's models used to be my bread and butter for personal work, they are simply too expensive to reach for these days.

ismailmaj

5 hours ago

it's 80% less cost, not 80% in efficiency gains, could be that Luna was overpriced to begin with, we don't have much info on the models themselves.

Assuming the efficiency gains are real, I feel like something has to give, maybe worse quality due to aggressive quantization/kv cache compression?

heisgone

4 hours ago

Let's suppose each models was subsidized at 70%, so that we only pay 30% of the cost. They would loose much more money per token on the more powerful models. It's in their interest to encourage the use of the less expensive models. Let's say they increase Luna subsidies at 90%. They would still "save" relative to the use of the more expensive models.

anthonypasq

an hour ago

> Let's suppose each models was subsidized at 70%, so that we only pay 30% of the cost.

why on earth would you suppose that?

mlinsey

4 hours ago

High-performing open weight models being released recently, and your customers looking into working with multiple providers as a result, are a great reason to drop prices on your non-frontier offerings.

Although I'm sure there are some efficiency gains, the technology is too new and labs are scrambling to release too quickly to think that the low-hanging optimization fruit has been picked already.

dannyw

5 hours ago

Been using OpenAI models since ada/babbage/curie/davinci and at least from my own experience, their APIs feel the same.

If you use Codex it's different, the harness has a lot to do with it and there's definitely been changes including recently.

axus

4 hours ago

Something can be overpriced and still lose money.

Yopolo

4 hours ago

5-10% over months would still be quite crazy.

But yeah I do'nt want to know what Kimi 3 is pushing buttons inside Anthropic, OpenAI and Google.

Besides any floor: For every year the tokens get faster and cheaper, we will see new things like properly working AI factories which mimic expert teams. A lot more parallism as well.

827a

5 hours ago

Vera Rubin will be hitting racks very soon, and this is purported to have a 10x improvement in token throughput per megawatt. Of course, old chips don't get replaced with new chips overnight, but I don't think we're anywhere near the floor yet.

FuriouslyAdrift

3 hours ago

AMD MI400 series is already shipping to customers (basically everybody) and it is crazy fast (8x to 10x faster than the previous gen and beats published Vera numbers in FP8, loses in FP4) and 432 GB per chip. 72 chip unified rack architecture (Helios) already shipping and projected to also beat Vera in NVL72.

MI500 series is supposedly already taping out and they're claiming massive increases (we'll find out end of 2027 prob).

cousinbryce

4 hours ago

In a data center that is power constrained but not space constrained they could build out new racks and flip the power from the old racks. Wonder if this will lead to moderately used server GPUs on the secondary market someday.

Yopolo

4 hours ago

I don't think they overengineered a DC like this.

Besides Nvidia Hardware is still sold out and super expensive. Not a single Nvidia consumer GPU got cheaper at all, Nvidia DGX Spark got more expensive too.

It will be swooped of the market the second it hits the market.

gentlewater

5 hours ago

This is gonna put Sonnet 5 in a really awkward spot.

baq

5 hours ago

I use sonnet as a smart grep and haiku never and that’s only when I have to use Anthropic at all

bakugo

5 hours ago

Sonnet and Haiku were already in an awkward spot, likely by design.

Anthropic's big marketing push this year has been entirely focused on getting people to use Opus via a Claude Code subscription, to the point that Sonnet is almost viewed as the poor man's alternative, and from what I've seen, almost nobody uses it.

Actually, here's an interesting project for all the vibe coders looking for their next front page post: scrape a ton of commits from GitHub with Co-Authored-By: Claude and figure out what the percentage split between Opus/Fable/Sonnet is. I'm willing to bet it's less than 10% Sonnet.

supern0va

5 hours ago

>figure out what the percentage split between Opus/Fable/Sonnet is.

This may be misleading, since I suspect many are using a blend through sub-agents. I tend to bias for Fable to orchestrate and Opus for implementation via sub-agents.

Zarathruster

an hour ago

I've found that Claude nearly always claims to be Opus in the commit message, regardless of the actual model making the commit.

StilesCrisis

4 hours ago

When I'm paying for it, Sonnet. When work is paying, Opus 5, then Fable if Opus gets confused.

petesergeant

4 hours ago

Opus 5 is not strong enough as the top-of-stack model, and feels idiotic after a week or two of heavy Fable usage, to the point where I'm paying for Usage Credits to keep using Fable rather than having to slum it with Opus.

heaney-555

5 hours ago

Luna is comparable to Haiku, not Sonnet.

827a

5 hours ago

Totally untrue. Luna and Sonnet 5 are very comparable: https://artificialanalysis.ai/#intelligence

Luna is an extremely strong model.

re-thc

4 hours ago

> Luna is an extremely strong model.

By benchmarks, which sadly is a poor measure. Yes Luna is a good model under certain circumstances. Whether it is great for general usage is another story. Sonnet is definitely better when prompts are more vague and it needs to decide things. Luna generally sticks to things very strictly and goes off in bad ways.

mediaman

4 hours ago

Yes but there is a big, big market for subagents to consume lots of tokens cheaply and condense information up to parent agents. Luna would not be my choice for planning. But an explorer to comb through a codebase to find relevant parts? Or for enterprise retrieval, where it needs to search across many different types of data to see where to focus efforts for a smarter model? Or to wake up periodically to evaluate some conditions and determine if a bigger model should be spun up? Definitely.

I've previously found flash (for all the hate it gets) to be good for these kinds of things. Haiku was fine but it's ancient.

re-thc

4 hours ago

> Yes but there is a big, big market for subagents to consume lots of tokens cheaply and condense information up to parent agents.

That's again not some "intelligence factor" here. Different agents work for different use cases. Luna wins some. Terra wins some. Sonnet wins some. Flash was really good at exploring.

So I'm not sure what your point is? There's a big market for everything. Even within the market you describe it's likely not a Luna-size fits all either.

Philip-J-Fry

3 hours ago

In my real world use Luna is as useful to me as Sonnet. And it gets stuff done faster and follows my instructions more closely.

3836293648

4 hours ago

Anthropic basically downgraded all their tiers when they released Mythos, no nah, Sonnet 5 is the successor to Haiku 4.x

solarkraft

4 hours ago

They have no (other) equivalent to nano, so it makes sense that it’s much cheaper now. It may have been better, but it was also hell of a lot more expensive.

WarmWash

4 hours ago

Totally possible that humans aren't actually that intelligent.

ceroxylon

4 hours ago

As well as the existing intelligence being swayed by emotions, hormones, circadian rhythms, stress, peer pressure, propaganda, and survival instincts.

afry1

4 hours ago

As if ALL OF THAT doesn't represent inherent and crucial elements of judgement, and therefore"intelligence" itself.

We are not purely rational creatures, thank God. Sometimes those "limiting factors" you listed -- stress, peer pressure, hormones -- are crucial elements of informing the problem solving process and arriving at a decision or a solution that actually works.

All an LLM can do is fulfill a prompt, no matter how misguided, backwards, or incomplete that prompt actually was.

"Go jump off a bridge." Hmm. Dying makes me stressed out. I'm not gonna do that.

customguy

4 hours ago

That's a bit like saying a tail is swayed by a dog, as if it could exist without one, or would have anything to do if it did.

subw00f

4 hours ago

Why does it matter? This is completely based on data produced by humans.

arjunchint

4 hours ago

more like they were facing pressure from chinese models, and dropped prices and now their margins are squeezed

visiondude

4 hours ago

there is a ton of downward price pressure from Chinese open weight models

paytonjjones

4 hours ago

According to https://deepswe.datacurve.ai/, Luna at Max at it's previous cost was comparable in both performance and cost to Sol at High.

With an 80% reduction in cost that becomes a ridiculous outlier in efficiency.

re-thc

4 hours ago

> Seeing spikes like this makes me question about where the floor really is.

You mean they increased the price and then cut it back and now it is amazing?

Luna had a price hike vs mini (its previous replacement). The cut now just puts it back in that ball park.

Not that this isn't good news, but what's impressive?

zzleeper

4 hours ago

Had to ctrl+f for someone saying this.

I typically do lots of mini calls for research (100s of millions or something in that ball park). Newer models made that absolutely impossible, and the fact that the older ones are starting to get deprecated made me switch to e.g. deepseek for some of my runs. We'll see if I move back after this.

aesthesia

3 hours ago

Luna's now cheaper than 5.4-nano (for output tokens). That's a significant improvement.

camel-cdr

5 hours ago

this type of thing usually means you are the product

mediaman

4 hours ago

I don't see how this follows. The cost of nails has fallen by 95% over the last century. It's because the cost of manufacturing has fallen. Not because they are selling the information of nail consumers.

Tokens are not normal software, because they have marginal cost, and I think people who are used to software economics really struggle with this. With token generation there really can be manufacturing cost efficiencies where one producer is just straight up better at serving product at a lower marginal cost.

robocat

2 hours ago

> The cost of nails has fallen by 95% over the last century

No it hasn't!

A century ago, some nails cost 2.5% of disposable income, and now the same nails cost 2.3% - only a little cheaper.

The cost of nails has remained remarkably consistent for a century. The problem is that you have ignored the depreciation of money.

Let's assume California prices and income and pick a bigger retail package of nails as you might use for building a house. The numbers used to calculate percentages: in 1926 a 50lb keg of 4" nails was $2.75 and median after tax income might be $108 per month. In 2026 a 50lb carton of 4" nails is $106 and income might be $4,516. Albeit I assume nails are now more readily available and the quality of nails is likely better; and perhaps I should have compared galvinised nail prices.

Der_Einzige

3 hours ago

Until I stop getting downvoted for asserting that these guys are profitable per token, HN is going to continue being pikau face shocked at easily predictable things that any serious AI researcher would tell you, and has been telling you for years now!!!

buckle8017

5 hours ago

They over purchased hardware.

This is very likely priced below recovering the cost of the hardware but still above operating expenses.

paxys

4 hours ago

That’s ridiculous. Every major AI lab is compute constrained. That’s exactly why nvidia is worth trillions today. If OpenAI had a single extra GPU they’d be using it to run another training cycle or experiment for their next model.

infecto

5 hours ago

What evidence is there?

I have no idea either way but one thing that detracts from these threads is folks claiming things as a fact without evidence.

qntmfred

5 hours ago

sama literally just said they wish they had bought more. the price drops are almost certainly due to good old fashioned hardware innovation (wafer scale with cerebras) and optimizing hardware development based on model architecture and inference costs. other inference providers will try to do the same if they can.

https://www.youtube.com/watch?v=XDB5beon4DY&t=4m20s

pavpanchekha

5 hours ago

Making Luna, which was already very cheap and extremely capable, 5x cheaper is crazy. I use Sol at work but Luna at home, and while there's definitely a difference, it doesn't feel like night-and-day. After a year of ever-increasing prices it suddenly feels (between this, Kimi K3, GLM 5.2) that prices are falling again.

jedberg

5 hours ago

> Sol vs Luna

> it doesn't feel like night-and-day.

I see what you did there. :)

deklesen

5 hours ago

Good observation! Kudos

oh_no

3 hours ago

I pretty strongly disagree about comparing this to Kimi and GLM, 5.2 was a big price hike for Chinese models, and Kimi K3 was a big price hike to that. K3 was within spitting distance of OpenAI pricing (more expensive than short context Terra, less than long context). And that's after months of OpenAI/Anthropic prices going up.

Now we have an American lab drastically cutting a price, feels like this is the opposite of that trend.

pioneer37

5 hours ago

Its just a matter of time at this point.These companies are working day and night to capture the market.

maxdo

5 hours ago

is kimi that cheap? it's a very expensive model

pixelesque

5 hours ago

It's cheaper currently on many of the inference providers.

Personally, I'm having surprisingly good results with DeepSeek 4 Pro at home, which is very good value for money: it's not as good as Claude / GPT 5.6 (I have Co-pilot license at work), but it's still really useful for code reviews, validating thoughts, and especially designing / writing unit tests for new (and old before refactoring) functionality.

And it's very cheap per task. (Flash is even cheaper, but I've had issues with that on more complex tasks where it starts forgetting things and arguing with itself "but wait, let me read the function again").

fy20

3 hours ago

DeepSeek V4 Pro is ridiculously priced, especially when you take into account caching. According to the DeepSeek usage panel, 50M tokens have cost me $1.38. It's not the smartest and does like to overthink, but if you have well defined problems it's good for coding. Well... except all your data going to China. I just use it for personal projects.

forsalebypwner

2 hours ago

Yup, last month I did ~150mil tokens on DeepSeek v4 Pro for just under $3

pixelesque

an hour ago

Out of interest, are you using the DeepSeek plan?

(I've been using it via OpenRouter and it's much more than that, but still cheap).

forsalebypwner

38 minutes ago

I'm not aware of a DeepSeek plan, but I am using the DeepSeek API directly if that's what you mean.

mark_l_watson

3 hours ago

I toggle back and forth between deepseek v 4 flash/pro on FireWorks.ai using OpenCode. Easy to toggle, I default to flash.

subarctic

4 hours ago

I tried out deepseek v4 pro via a couple providers from openrouter, and it's always getting 429s. Are you running it on your own hardware?

pixelesque

3 hours ago

I wish!!

No, I'm using it via OpenRouter in pi.dev - I just used it 30 mins ago... Providers (automatically selected): StreamLake and Baidu Qianfan.

Mashimo

3 hours ago

Works fine for me via opencode go.

oh_no

3 hours ago

where are you seeing cheap Kimi? pricing I've seen is the same across the board (presumably due to licensing terms) and is in the Terra range.

dominotw

5 hours ago

depends on what you are doing. if you are doing verifiable tasks like fixing bugs then any model would do as long as you write the right verification.

simonw

5 hours ago

> The kernel work helped reduce the end-to-end cost of serving the model by 20%, while its experiments increased token-generation efficiency by more than 15%.

If the cost of serving GPT-5.6 just dropped by 20%, does that add up to literally billions of dollars in savings per month?

We know Anthropic spend $1.25 billion renting inference capacity from SpaceX (in two Colossus datacenters) from the SpaceX IPO, but we don't know how much of Anthropic's inference capacity that is (presumably a small fraction, since they were operating on top of AWS and other providers before the SpaceX deal.)

I've not seen any numbers that hint at OpenAI's per-month inference bill, but surely that has to be in the multiple billions of dollars as well.

So 20% is a really, really big deal.

overgard

an hour ago

Some numbers: https://www.wheresyoured.at/exclusive-openai-financials/

If those numbers are accurate, I don't think 20% is a really, really big deal. It's like saying "we're digging our grave 20% slower." Ok, but they're still digging!

Or, different analogy, if I'm going broke because I lost my job due to executive AI psychosis, cancelling my netflix subscription doesn't really change the math of not being able to afford rent. It doesn't even really slow it. The amount of money that OpenAI is spending is so absurd that a minor cost saving is like, uh, some progress, but they'd need to do it a lot more to move the needle

NitpickLawyer

5 hours ago

~2 years ago gemini2.5 helped write better kernes for itself and (only) reached 1% efficiency gains. Today we're at 20%.

magicalist

3 hours ago

If you optimize program A and manage to wring out a 1% improvement, and I optimize program B and improve performance by 20%, you can see the problem with trying to infer anything from those two numbers.

Edit: searching for the story now, further bolstering the point is that was 1% in training time [1], and the openAI claim is 20% in end to end inference cost. This is a bad comparison.

[1] https://deepmind.google/blog/alphaevolve-a-gemini-powered-co...

NitpickLawyer

2 hours ago

> This is a bad comparison.

How so? First, kernel writing (or ML engineering more broadly) is a highly specialised task. Not everyone can do it. It shows that models are getting better and better at (easily verifiable) hard tasks. And you can "hire" that expertise much easier than you can hire the equivalent meatbags. And more importantly you can "fire" them as soon as the task is done. And then hire them 3 months later, when the new model drops. And so on.

Second, 20% gains in inference today gives better end results (i.e. lower overall cost) than 1% in training 2 years ago. Today's models are improving mostly via RL. And RL is highly dependant on fast inference (you want many rollouts for each training scenario). Same for dataset filtering, environment generation, distillation, etc.

dust42

4 hours ago

In 2 years from now we will be at 400%. https://xkcd.com/605/ Also, it is called kernels (you have nitpick in your username)

dominotw

5 hours ago

imagine writing that on your resume

> reduced inference cost by 20 percent saving company x billion dollars per month

paxys

5 hours ago

Where are you going to apply to with that resume that’s a step up from your current job though?

bpavuk

5 hours ago

lots of places, actually. not everyone wants to be attached to the Silicon Valley culture, and that line alone will guarantee practically any workplace. that person is going to find out what work-life balance is :)

paxys

4 hours ago

Sure, but those places don’t need such lofty resumes to begin with.

speed_spread

4 hours ago

With the right kind of credentials, it's not about need, it's about want. Flip the roles and let yourself become an object of desire, an aspirational hire.

tekacs

5 hours ago

In this case, and I don't mean this critically, I guess it would technically be, "Instructed model to find efficiencies... reducing inference cost by 20% saving company x billion dollars per month."

I have no doubt that further work was required to enable this, but it's still very cool to be possible to say that.

andai

5 hours ago

I think they meant that GPT-5.6-Sol can write that on its resume.

da_grift_shift

5 hours ago

Does the model get the credit for its promo packet then? :^)

hirako2000

5 hours ago

Contributed to. Can't be some IC who made a few nice PRs

kridsdale1

3 hours ago

Why not. Jeff Dean and John Carmack exist. Both are L10 SWEs.

bob1029

5 hours ago

This feels like the dialup->broadband transition to me.

I was already a huge proponent of Luna for things like deep research. Being able to run 5x more for the same cost is simply bananas. We are already running 10 parallel agents for hypothesis generation. I cannot imagine 50. The statistics become much more interesting & powerful when you can run so many samples of the exact same prompt+model without breaking the bank.

Imanari

4 hours ago

How do you run 'deep research'?

dannyw

4 hours ago

Deep research is basically a LLM with web search, and a "work really hard" goal-orientated prompt, and some output formatting suggestions.

cg5280

3 hours ago

It's a feature offered in ChatGPT and other platforms, though probably gated behind paid subscriptions.

fy20

3 hours ago

Used to be part of the $20/mo plan but it's not anymore (not sure if they removed it completely). However GPT-5.6 is pretty good at researching if you prompt it right, I've regularly had it spend 5+ minutes researching topic with lots of web searches.

kaufmann

2 hours ago

They placed it in the Plugins submenu.

jrflo

4 hours ago

Very interesting. Can you share more about your hypothesis/research pipeline? I have been using Sol for those types of task because I figured you'd need more reasoning for getting good ideas, but maybe quantity > quality at a certain point?

bob1029

4 hours ago

Here is a rough approximation of the pipeline I use:

Phase 1 - Run X copies of Luna in parallel over the user's prompt. The purpose is to generate a diverse set of hypotheses.

Phase 2 - Run Y copies of Terra in parallel to investigate the hypothesis results, with each receiving them in a randomized order.

Phase 3 - Run 1 copy of Sol over investigation reports.

The goal is to ensure that the agent covers more initial starting points before presenting a final conclusion. If you only run a single copy of Sol and it hooks onto something wrong, it might not recover.

eevmanu

3 hours ago

How do you run this phases and parallelization on each?

Via just ... "prompting it"?

Or do you use any tool in the middle to ensure this agent architecture?

Just curious if there is any workflow-like tool in the middle that is helping.

bob1029

2 hours ago

There is a deterministic framework that enforces the process. I use the raw chat completion APIs. No "reasoning effort" is applied on top of these requests (it's not even allowed anymore), so there's actually no way to influence this via prompting.

AaronAPU

an hour ago

Does it actually yield results better than just sending it to 5.6 Pro?

andai

5 hours ago

Do you have a sense of which tasks benefit from more agents and which don't?

bob1029

5 hours ago

Anything related to reading and interpreting the environment seems to always benefit from the addition of more agents to the search party, assuming you have some rational way to synthesize their results.

Taking actions that mutate the environment is a different story. I think this is where you run into diminishing returns very quickly. You generally want one strong agent to act given the results of all the searching that was done. If the plan is clear, you don't need a genius model to execute it.

handfuloflight

5 hours ago

I definitely think you want the genius model to synthesize everything that rolls up to them.

andai

3 hours ago

I think this is an unsolved problem. The most interesting thing I saw here is the Recursive Language Models paper.

https://arxiv.org/abs/2512.24601

There's also a great write up here by the author:

https://alexzhang13.github.io/blog/2025/rlm/

bob1029

2 hours ago

I used this architecture for a while. The problem I have with it is that starting from one agent and fanning out keeps things mostly aligned with that single reasoning trajectory, even as you get a few layers into the stack. Every recursive invocation is a product of the caller's current state. Diversity doesn't really occur on its own unless the environment (tool calling) is complex/chaotic.

RLM might be more useful on the execution side than on the research side. In fact, these somehow feel like they might be exact inverses of each other in terms of what the ideal architecture looks like. At some point you definitely do need something in the middle that has it all sorted out.

kridsdale1

3 hours ago

This is why in your brain you have trillion threads processing and summarizing sensor data (immutable functions), but a SINGLE thread of “execution” which we call the conscious soul.

__jl__

5 hours ago

Didn't expect that. Luna pricing is crazy now. I don't think there is anything on the market that competes at this price-performance point.

For our production app, OpenAI clearly is the best provider now. Their API is very reliable and has many nice features. The price-performance of the model lineup is incredible. We used open weights model via Fireworks for a long time (e.g. Kimi K2.5). Fireworks is a great provider but we still ran into issues here and there (Same with Anthropic and Google). OpenAI just works, is fast and in my view has a better price-performance ratio across almost all levels of intelligence.

dannyw

5 hours ago

OpenAI's APIs are extremely reliable for sure. I don't even remember when the last incident or downtime was.

jofzar

38 minutes ago

Wasn't it down last weekend?

amluto

4 hours ago

This doesn’t quite count as “API”, but OpenAI’s roll out of OAuth device code authentication was poor, to say the least.

quirino

5 hours ago

I generally just check the Price/Performance graph on Openrouter: https://openrouter.ai/rankings#performance#benchmarks. Activate the "Show Pareto" toggle on the right.

I was still using GLM-5.2 in my personal projects, but this just made Luna a very easy choice.

qingcharles

4 hours ago

Hasn't OpenRouter had Luna and Terra on 50% off sale since they launched? I wonder what will happen to that.

quirino

3 hours ago

It's still 50% off apparently. Listed as $0.10 for input (original price was $1.0 without this reduction or sale)

hattimaTim

5 hours ago

The official doc says, Luna = Previous Nano models, kind of. Is it really good at coding?

paxys

4 hours ago

Smaller models are great if you are doing targeted changes in existing codebases. Don’t expect to use it for creating complex architecture from scratch or do major refactors. The larger the context, the greater the drop off will be.

quirino

4 hours ago

According to the link I mentioned above it's roughly as good as GPT-5.4. Haven't tried it in practice yet.

I bet it must be better in some contexts and worse in others.

tosh

5 hours ago

80% price cut for luna is a very aggressive pricing move

makes it by far the best choice for most workloads that do not need bleeding edge intelligence (reminder: luna can be comparable to opus 5!)

heaney-555

5 hours ago

Luna is meant to compete with Haiku. What tasks are you seeing it equal Opus on?

dannyw

4 hours ago

You'd be surprised at what Luna can do, especially on xhigh or max. It's capable of working overnight, usually productively, just like Sol.

Haiku 4.5, on the other hand, is comparable to performance to Gemma4 31B (with working tool call formatting) in my experience, and Gemma4 strongly wins on vision and multimodal.

newtwilly

4 hours ago

According to the Artificial Analysis benchmark graph in the article, Luna can now outperform Sonnet 5 and Opus 5 low at ~4-10x less cost

euazOn

4 hours ago

Per Artificial Analysis:

- Haiku: 30 points

- Luna Medium/High/Xhigh/Max: 38/46/49/51 points

That's a massive difference:

- 30 points is Gemma 4 31B territory

- 50 points is GLM-5.2 (744B) territory.

tosh

4 hours ago

luna is way better than haiku 4.5

nateb2022

4 hours ago

I use Luna a lot (over 1T tokens since it came out) and I'd rank Luna (high/xhigh) on par with Sonnet 5, without hesitation.

ls_stats

3 hours ago

Is it though? I saw a noticeable difference between Sol (xhigh) and Luna (max). Sol appears to understand better my prompts, you need to be more specific/clear with Luna.

ninjahawk1

5 hours ago

80% less for Luna is absolutely crazy, in my opinion we may reach a point in the next year where powerful models on the API could potentially be cheaper than subscriptions. Compute just keeps decreasing in price.

HDThoreaun

4 hours ago

API will never be cheaper than subs because theres a ton of value created for companies by locking people into subscriptions that tend to be sticky.

andai

5 hours ago

It says Luna is fastest, but doesn't it take way more steps to get the same job done?

https://deepswe.datacurve.ai/ - (See the Agent Steps view)

Or is the output speed so much higher that it cancels out?

I don't see a lot of benchmarks that record actual time. But on AA, Sol on Low beats Luna on High for Time Per Task.

paxys

33 minutes ago

The type of job matters. If it is too complex then yeah, you should be using a larger model.

incognito124

5 hours ago

While I can't deny this is a huge technological result, and it's laudable they reduced the price because of it, 80% is really a lot. I can't help but wonder, is this because of the model's capabilities, or was the initial system just really sloppy? The public will probably never know the details

wronex

5 hours ago

What are your use case for these? I’m manly interested in coding where more capability is better - give me a 10x model at 10x the price and I’ll take it. A worse model at very low cost has no appeal to me. At-least not for coding. Translation maybe? OCR?

Yopolo

4 hours ago

Agentic layer.

Your support bot.

Your research long running bot.

Your SEO Optimizer bot.

Your incident analyser bot.

Your personal assistent bot.

wronex

4 hours ago

Game play bots (monsters, commanders maybe) would be really cool. But it needs long term support and probably local AI instead.

stri8ted

5 hours ago

Translation, moderation, classification, guardrails, etc..

Phlogi

4 hours ago

It's a clever strategic move: grab the market of cheap low end models within the product range. It's lower friction to switch a model than a provider.

archon1410

3 hours ago

If Luna is so good and cheap, I'm wondering why ChatGPT Free users still only have access to GPT 5.5 Instant. The API pricing for chat-latest is the same as Sol(!),[1] while Luna is 25× cheaper [2]. Even assuming highly inflated API pricing for chat-latest, Luna not being the daily driver on Free and Go plans feels off.

Perhaps users prefer instant responses over thinking models so much so that using a more expensive and less performant non-thinking model is worthwhile.

[1] https://developers.openai.com/api/docs/models/chat-latest [2] https://developers.openai.com/api/docs/models/gpt-5.6-luna

randomblock1

3 hours ago

I bet they'll switch over pretty soon. They always make free users use the older models for a little bit, probably to try to push people to upgrade.

You can actually use Luna without reasoning (set it to "none"). So if they wanted to, they could definitely replace 5.5 Instant with it.

archon1410

2 hours ago

Good points. Though GPT 5.5 Instant does beat out 5.6 Luna non-thinking 34 to 27 on Artificial Analysis Intelligence Index.[1][2] This could mean it is optimised for non-reasoning perfomance. So even if beaten on cost and performance, it could still be on the pareto frontier for speed.

It probably costs them a substantial amount of money everyday to not replace Instant with Luna, and the people who want larger models will upgrade regardless of whether they get Instant or Luna on the free tier. It is unlikely the amount of people upgrading just to have latest models would be enough to offset the costs.

[1]https://artificialanalysis.ai/models/gpt-5-6-luna-non-reason... [2]https://artificialanalysis.ai/models/gpt-5-5-instant-05-26

mark_l_watson

3 hours ago

I prepaid for a ton of DeepSeek v4 flash tokens. When I use them I would like to try purchasing Luna tokens for a while. I like cheap and fast models and since I am retired, if I waste time having to sometimes manually switch to a stronger model, that is OK with me.

firasd

5 hours ago

This is one of the things OpenAI has been focused on for an year or so that led to the doomed autoswitcher in ChatGPT .com (switching models based on estimated task complexity) that was quickly reverted

Whereas Google with Gemini 3.x, Anthropic with Fable etc are happy to just go for 'big model with dense params'

It's hard to guess from the outside of course but just this kind of talking points focus on GPU efficacy is what we see from OpenAI and Chinese open source labs more often than from Anthropic or Google Deepmind and this benchmark chart seems to concur

NortySpock

4 hours ago

> In a compute-constrained world where model demand is growing faster than capacity

I don't buy it.

There have been recent weeks where some of the mid-level models (Hy3, Laguna M.1) are free (true for parts of June and July, see Hy3 in Cyan) . Even then the total token usage appears to be reaching a steady-state.

https://openrouter.ai/rankings#top-models

^ the first graph is tokens per week across all models

I guess we just can only throw ideas at an LLM at a certain rate.

I still have ideas and now I can have an LLM vibe code what I want, but I'm not going to let an agent just run unattended for longer than a few minutes or a few bucks for hobby projects.

So maybe it is a matter of lowering the cost of an LLM so I can let it churn for hours at a cost of pennies... But I suspect demand for tokens is very price-elastic.

Yopolo

4 hours ago

These are free due to some different type of reasons like Nvidida sponsoring free tokens or the model companies.

My company checks the models and pays for Opus through AWS.

You still send the WHOLE context of whatever you want to do to a random endpoint on the internet. If you want to write a good email, you give that context your email address, names, the reason for it etc.

Big companies don't randomly use some random api endpoint to do so.

Anthropics quarerly revenue is still growing very fast. I don't think we have seen even the real potenzial of it yet at all.

Not only are still a lot of countries missing which do not even use anthropic or any other frontier model yet but also all the agentic based solutions enterprise companies are currently building on mass (at least in my industry)

Der_Einzige

3 hours ago

Openrouter is not even CLOSE to the majority of tokens. I don't know where this myth came from that they account for even ~5% of total token spend! It's not true!!!!

Stop rejecting what we have been collectively telling you guys! LLM providers are profitable, and have been for awhile!

msejas

4 hours ago

Isn't OpenAI burning billions and have billions more spending commitments? If they managed to downsize so much the cost they should have kept the price the same and become profitable, really weird move, unsure what led to this.

dgellow

4 hours ago

More than $650B due 2030. I don’t understand how it makes any sense that they reduce the price so much, unless they expect seriously such a massive saving and increase in demand from their latest improvements?

otherme123

3 hours ago

Slower grow, or even shrink in usage? Right now, the promise of a future "everyone will use our models and pay whatever we ask" is what keeps $$ flowing towards OpenAI.

paxys

4 hours ago

Supply demand curve is a thing. Cutting price on something does not mean you are going to make less money.

dgellow

4 hours ago

But they still have to cover compute cost, and they already committed to more than $650B in infra expenses for 2035

paxys

3 hours ago

Why assume they are not already making up the compute costs for smaller models?

dgellow

3 hours ago

Enough for such a massive reduction? If yes that’s really impressive

kingstnap

5 hours ago

Those prices on luna are killer.

Haiku was already in a ditch.

But this is coming straight for the jugular of a ton of models on openrouter.

wxw

3 hours ago

> $0.20 per million input tokens and $1.20 per million output tokens for Luna

This is... ridiculously cheap. Amazing!

Pesto

4 hours ago

I truly wonder what kind of model is luna now.

Before I thought it was just an improved version or at least in the same class as gpt 5.4 mini but now it's being priced like a nano model!

I thought about it because Terra has similar pricing to 5.4 and Sol is similar to 5.5.

Luna was already my workhorse before, it performs very well on high/xhigh for most of the tasks, very happy about this drop.

arjunchint

4 hours ago

Deepseek Flash is still much cheaper:

- lower input/output token pricing

- the cached token price is $0.0028/Million tokens, which is like 50-90% of tokens

lostmsu

3 hours ago

DeepSeek Flash is a much worse model. Even DeepSeek Pro is much worse.

Decabytes

4 hours ago

Has anyone ever done a comparison between the smaller models like Luna, against the previous GPT 5 frontier models? Have we gotten to the point where the small models are as good as the frontier models of the past, or is there still a way to go?

simianwords

3 hours ago

I ran a prompt with ChatGPT since I'm also curious. The price reduction is crazy.

- GPT-5 high: score 35, approximately $0.37/task

- Luna medium: score 38, approximately $0.01/task

- Luna max: score 51, approximately $0.042/task

So Luna medium is:

- slightly more capable than GPT-5 high;

- approximately 35–40× cheaper per benchmark task.

And Luna max is:

- 16 Intelligence Index points better;

- still roughly 9× cheaper per task.

This reduction was possible within 1 year.

gentlewater

5 hours ago

This is awesome. I’ve recently set up my opencode to use 5.6 terra for my main agent, who delegates work to a 5.6 Luna coder agent. So far it seems to work well, and reduce costs a lot. With this price reduction, it will work a whole lot better. Perhaps I can get my github copilot quota to last the whole month now.

infinite_spin

3 hours ago

I've been having issues with it using unreasonable timeouts for tasks that should have failed within minutes, not hours.

efficax

4 hours ago

"too cheap to meter" and Luna is still more expensive than deepseek-v4 pro

jrflo

4 hours ago

It's marketing hyperbole, but Luna is more intelligent per dollar than deepseek-v4 pro. Cost means nothing without the associated capability

efficax

4 hours ago

is it? i don't know how we measure these things, but here's one measurement that says v4 pro is better than luna: https://artificialanalysis.ai/models/comparisons/gpt-5-6-lun...

presumably it's a much bigger model

energy123

4 hours ago

This has already been updated with the new prices?

pornel

3 hours ago

The intelligence scores are absolute, not per $.

DeepSeek Pro is more capable than Luna regardless of the cost.

xendo

4 hours ago

Does that also increase the token count in their subscription like ChatGPT GO?

hugopuybareau

3 hours ago

> These lower prices for Luna and Terra are also reflected in how usage is counted against paid subscriptions

Does this seem higher or lower limits ?

peheje

5 hours ago

Might just resub. Will experiment with Luna next sessions. 5 h window is not working very well for me. But if I can drop down to Luna at 20-30 % left and comfortably ride out the wave then.. that might just work.

arcanemachiner

5 hours ago

They got rid of the 5hr quota, it's just weekly quotas now.

gck1

4 hours ago

They're supposed to bring 5h today.

sosodev

5 hours ago

Looks like I might have a reason to use something other than Deepseek V4 Flash.

andai

5 hours ago

I was curious so I photoshopped DSV4 Flash into the graph:

https://files.catbox.moe/csxl32.png

(2 cents to run AA index, score 40)

Looks like OpenAI broke the pareto frontier on the trust-me-bro benchmarks!

(One has to wonder if they used any of the neat tricks from the DSV4 paper :)

guybedo

3 hours ago

gpt 5.6 luna was already at the intelligence/cost frontier and it's now even cheaper ...

baalimago

5 hours ago

We swapped an internal system from gpt-5-mini to gpt-5.6-luna and saw no benefit but 4x cost. Sufficed to say: we swapped back to gpt-5-mini.

gbnwl

4 hours ago

Experienced similar between 5.4-mini vs 5.6-luna in our own pipelines but after spending some time on prompt optimization and testing out various reasoning effort levels 5.6-luna was well worth it. Did you just replace model selection while keeping everything else in place or spend some time on evaling with newer prompts etc?

baalimago

4 hours ago

No we kept prompts as is, just swapped model. The prompt is already quite optimized for the task. How would updating it possibly make a more intelligent model spend less tokens than a less intelligent model? Care to elaborate?

Tankenstein

4 hours ago

Most of the time when upgrading models we have needed to change prompts to get the same performance (let alone better performance). Usually, your prompt is overfit to the specific model doing the specific task. For example often your previous prompt is overspecifying and creating contradictions that a dumber model would just gloss over whereas a smarter model will try even harder to follow.

StilesCrisis

3 hours ago

So now presumably it'd at least be roughly equal cost, or maybe a little less?

fractorial

5 hours ago

It would appear that rolling my own Anthropic-free harness / serving stack with a closed-weight carve out for Codex models is an absolute win.

swingboy

5 hours ago

This is awesome. Luna is a pretty great model on xhigh.

alvis

5 hours ago

Basically lunar at extra level can cover all use cases scenarios other than those requiring opus up. Goodbye sonnet and haiku

jnakano89

5 hours ago

Seems like they cut the tiers(GPT-5.6 Luna) where GLM and Kimi compete and still held margin for their frontier models

goldsmith112

5 hours ago

Not sure who would use Terra anymore. Pair Luna High/Xhigh with Sol Medium and that's your power stack

fritzo

5 hours ago

Sounds reasonable. Is there a good benchmark on which make this decision?

espadrine

5 hours ago

I maintain this meta-benchmark leaderboard: https://metabench.organisons.com/

With this new price change, Terra does look pretty Pareto’ed by Luna.

On agentic coding, pairing Sol Medium for architecting with Luna High for coding does kinda make sense. But beware that architecting can be very read-heavy, and Sol is a bit read-pricey compared to Terra.

Argonaut998

an hour ago

Thanks, I was looking for something like that

andai

5 hours ago

Sol as main agent, Luna for coding?

dgellow

4 hours ago

How is that economically possible? I’m so confused by those prices

anthonypasq

4 hours ago

how many times do you have to be metaphorically hit in the head with a brick before you realize inference margins at api pricing were 80%+

svieira

2 hours ago

So, does that mean they're selling tokens at cost? Or that they realized they were doing 180% more work than necessary and they're passing the savings on because "your margin is my opportunity" and this is a dog-eat-dog fight, but 80% margins are nice, no one needs multiple hundreds?

brazukadev

2 hours ago

I was metaphorically hit in the head with the brick of already provisioned computing with a lot less demand than anticipated by multiple MoUs.

hadlock

4 hours ago

Seems like they're working to destroy the local LLM argument. Right now Haiku is $1/$5 in/out. You can grind out $12,000 worth of haiku (or arguably, sonnet) class tokens in about 5 months on a Blackwell RTX 6000 96GB especially if using concurrency. BUT, but, if you use a g6e.xlarge on aws it's now more expensive than buying tokens from OpenAI @ $0.20/$1.20. It also destroys "the Mac Mini argument", pushing the ROI to ~4 years.

jrflo

4 hours ago

The local LLM argument never really held water tbh. You can get surprisingly good performance for lightweight tasks locally, but you're just fighting economies of scale if you're going trying to beat a datacenter on cost.

hadlock

2 hours ago

I just gave you the ROI on a retail blackwell card, the math checks out, particularly on overpriced Haiku and Sonnet, what do you mean by "you're just fighting economies of scale if you're going trying to beat a datacenter on cost" ?

simianwords

3 hours ago

Local LLM argument was always ideology first and never ever about economics.

bakugo

5 hours ago

> GPT‑5.6 Luna, our fastest and most affordable model, will cost 80% less

Looks like the Chinese models are really making a dent. Having 3 different price categories with the "most affordable" one still costing more than GLM 5.2 never made sense.

preommr

5 hours ago

I thought the chinese models were cheaper per token, but about the same or more expensive on tasks because they used more tokens for reasoning. Cutting even further, seems like a really big leap.

measurablefunc

5 hours ago

It all comes back to electricity cost. China has cheaper electricity so as long as China keeps pace there is no way for American companies to undercut them. Each boolean operation in China is cheaper than the one in America.

> China: Household rates average around $0.08 / kWh (¥0.53/kWh).

vs

> US: Household rates average around $0.16 / kWh, though regional variation is massive—ranging from ~$0.10/kWh in low-cost states (like Washington or Louisiana) to $0.30–$0.45+/kWh in high-cost areas like California or Hawaii.

tokai

4 hours ago

I don't know, non of the chinese models I use are served from China. And they are still cheap.

simianwords

3 hours ago

There were people on HN who still thought that the API prices were being subsidised. The level of conspiracy theory was off the charts on this topic. You would get these price reductions month over month you would still have people believing in crazy stuff.

shevy-java

4 hours ago

The milking games have started. The billionaires want their money back.

Edit: Yes, 80% minus is still milking. Because you empower these greedy mega-corporations. Just look at the RAM prices increase, then you see that the more money you give these hungry dragons, they more they will eat up. Don't get fooled by their "less cost now" advertisement.

measurablefunc

5 hours ago

Model segmentation & distillation like this that asks the consumers to pick exactly which version of the algorithm will solve their problem is evidence for lack of intelligence instead of its presence.

beering

5 hours ago

You really really don’t need to pick. Just use Sol on high. That’s my daily driver and I don’t touch the model picker at all.

Now, if cost is your concern, then that’s a problem in all of computing. Hence why I’m sending you short plain text messages using an iPhone with a many-core CPU and gigabytes of RAM.

dominotw

5 hours ago

it is really hard to know upfront if you have fuzzy task. sometimes i would choose a cheaper model and it will spin and spin with bad outputs ending up costing more had i chosen a more capable model.

cute_boi

5 hours ago

there is mixture of experts which is also another routing. So, simple change in prompt can be a big difference.

sidcool

5 hours ago

They don't mention Grok at all.

andybak

5 hours ago

Don Draper in the elevator meme?

hirako2000

5 hours ago

Of course. All comparison is with what makes them look good.

paxys

5 hours ago

They also don’t mention a hundred other models.

wilg

5 hours ago

What would they say about Grok?

infinite_spin

3 hours ago

Hang on, I need to create a Twitter account so I can ask Grok

qingcharles

4 hours ago

Musk announced Grok 4.6 coming next week, no idea what changes that brings or how it compares to the current 4.5.

purpleidea

5 hours ago

I would pay significantly more to use these models if there was a legal contract that guaranteed they weren't ever terfing them and some way to prove that.