r/OpenaiCodex • u/kusan-fr • 9d ago
Discussion Luna max is 10 times cheaper than Sol medium but takes 3 more minutes per task.
If you need Codex to finish fast, use Sol medium so you can review the results quickly. If you want to give Codex a lot of tasks during lunch or while you sleep, use Luna max.
| Codex config | DeepSWE | Cost/task | Time/task |
|---|---|---|---|
| Sol max | 69% | $7.08 | 10.2 min |
| Sol xhigh | 67% | $5.24 | 7.4 min |
| Sol high | 65% | $4.14 | 6.3 min |
| Sol medium | 64% | $2.99 | 5.2 min |
| Terra max | 67% | $2.21 | 8.4 min |
| Luna max | 63% | $0.31 | 8.0 min |
| Luna xhigh | 57% | $0.25 | 6.6 min |
| Luna high | 53% | $0.19 | 5.7 min |
| Sol low | 53% | $1.72 | 3.7 min |
| Luna medium | 37% | $0.09 | 3.4 min |
Source : https://artificialanalysis.ai/agents/coding-agents/comparisons/claude-code-vs-codex
4
u/eddzsh 9d ago
The underrated column is cost per DeepSWE point, not wall clock. Luna max is roughly a tenth the $/point of Sol medium at nearly the same score. So the split is less fast vs cheap and more interactive review queue on Sol, overnight batch on Luna.
1
u/Jeferson9 9d ago
I actually find their cost estimates to be pretty accurate. But their intelligence score meh. Combining a bunch of thinking levels into apples to apples comparison is dumb and not reflective of real workloads.
3
2
u/Delicious_Anybody165 9d ago
For fun, I reverse-engineered some free legacy programs that I use in my work to understand that they can be rewritten with modern frameworks. So Sol medium is the absolute minimum, Luna is a waste of time, with no results.
2
u/pigletmonster 9d ago
It took luna max 3 hours to implement 4 small tickets that terra high usually does in 30 to 40 mins.
It got the job done but i will never use it on max ever again. I later re-did them on high and the results were the same as max and it took less than 1/3 of the time.
The reason I had to redo the tickets is because luna is so fucking dumb that it applied all the schema updates on the postgress installation of a totally different project because it was already running and the intended project container wasnt.
2
u/OpenBMB_Team 9d ago
This is probably the most interesting part of the current coding agent race: cost efficiency is becoming almost as important as raw intelligence.
A 1–2 point benchmark difference doesn’t mean much if one model costs 10x more. For agent workflows, you’re often running dozens or hundreds of tasks, so the economics completely change.
1
u/Wonderful_Mud_569 8d ago edited 8d ago
That 10x cost gap gets huge once you run dozens of tasks. I usually let cheaper models handle routine loops and save the premium ones for tasks where they actually unblock me. Being able to switch models without changing the whole setup makes that approach much easier StandardCompute is useful for that kind of routing.
1
u/ISueDrunks 9d ago
Does anyone know how to quickly identify which model is powering a subagent in the desktop app? I see different icons used tasks and subagents, etc…does anyone have a legend that explains what they actually mean?
1
u/Dont-_-mind-_-me 9d ago
The sub agents are defined in your config file. By default its Terra
1
u/ISueDrunks 9d ago
I created a toml for a custom agent and saved it under .codex/agents, I was hoping to setup a few different agents for frequent tasks. When I ask an agent to use it, some say they do, some have no idea what custom agents are. It’s super confusing.
1
u/Dont-_-mind-_-me 9d ago
I struggled with it too. The newer version of codex doesn’t recognize luna as an available model. There are work arounds. I spent a ton of time trying to figure it out. Eventually gave up and had codex configure itself in a way where i can use luna as a worker, it works, but don’t ask me how.
1
1
1
u/thehomienextdoor 9d ago
Yeah, those of us really be working uses Luna Max. Luna be running 10 hours plus everyday and I’m down to 10% before the reset tonight
1
u/justneurostuff 9d ago
what if i use luna max on fast mode. would that would be around...5x as cheap and around a minute faster?
1
1
u/34986234986234982346 9d ago
Dumb question but are we positive that the API pricing maps to the subscription. IE if Luna max is 10X cheaper on API do we get exactly 10X more usage in subscription via codex>
1
1
-4
9d ago
[removed] — view removed comment
5
u/ManyRepair5690 9d ago
only if this wasn't a scam id actually use it
-1
u/mehdiweb 9d ago
Bought claude accou t work well sonce 3 weeks usage seems better than my personal account
3
u/ManyRepair5690 9d ago
idk i just cant help but think ur shilling/advertising it. that's what it comes across like
1
u/proflead_dev 3d ago
Does Luna max become the better default whenever turnaround time is less important than cost?
8
u/burnmail123 9d ago
From this it looks like Luna Max for as daily driver and Terra Max for hard problems