Replit puts OpenAI's cheaper GPT-5.6 Luna behind its free coding tier
The online coding platform is handing free users an AI assistant that plans and prototypes apps, betting that falling model prices finally make software creation a mass activity.

Key points
- Replit, the browser-based coding platform, is powering its new Free Mode with GPT-5.6 Luna, a cheaper model from OpenAI.
- Free users can plan, ideate and get feedback on projects without eating into paid usage.
- Harder reasoning tasks get routed to a stronger model, GPT-5.6 Sol, then handed back to Luna with the project context intact.
- Replit CEO Amjad Masad credits recent OpenAI price cuts for making the free tier possible at scale.
- OpenAI CEO Sam Altman frames the move as a step toward letting anyone with an internet connection build software.
Replit, a website where people write and run code straight from a browser, has plugged OpenAI's new cheaper model into its free tier. The pitch is simple: come with an idea, leave with a working prototype, without paying a cent to start.
The model doing the work is called GPT-5.6 Luna. It is a smaller, lower-cost member of OpenAI's GPT-5.6 family, designed to be fast and affordable enough to run for millions of people at once.
What actually changes for a free user?
Free Mode gives anyone on Replit an AI helper that answers questions, suggests changes and reviews their project in seconds, without burning through a paid usage allowance. Until now, that kind of always-on assistant was mostly a paid feature.
The assistant, which Replit calls Agent, can see the full context of what you are working on. So it can help you shape a rough idea, poke holes in it, and sketch out how it might work before you commit to actually building.
When a task needs heavier reasoning, say, untangling a tricky bug, Replit quietly hands the job to a more capable model called GPT-5.6 Sol. Once that is done, control returns to Luna, and your project history comes along for the ride.
Why is this happening now?
Because the price of running capable AI models has dropped sharply, and Replit says that was the last thing standing between it and a genuinely useful free tier.
"Thanks to OpenAI and the price cuts that you made recently, you made it possible for us to offer it to millions of users in Free Mode," Replit co-founder and CEO Amjad Masad said in comments published by OpenAI alongside the launch.
For readers who do not follow AI pricing: the cost of asking a model to answer a question has fallen roughly by an order of magnitude over the past two years across the industry. That is what turns a paid-only feature into a free one.
| Mode | Model | What it is for |
|---|---|---|
| Free Mode | GPT-5.6 Luna | Planning, feedback, quick suggestions |
| Build Mode | GPT-5.6 Luna plus routing | Turning plans into working software |
| Heavy reasoning | GPT-5.6 Sol | Harder problems, then hands back to Luna |
Should non-coders actually try it?
Yes, if you have ever wanted a small tool built for your shop, classroom or side project and did not know where to start. That is exactly the audience Replit and OpenAI are aiming at.
The honest caveat: AI-written code still makes mistakes, especially on anything touching payments, personal data or medical information. Use Free Mode to prototype and learn. Get a human to review anything you plan to put in front of real customers.
Masad has argued that increasing the number of people able to build software by 100 times would open real opportunity. Sam Altman, OpenAI's CEO, went further in the joint announcement, predicting "another renaissance-level entrepreneurial boom" if anyone with internet access can ship a product.
That is a big claim. What is concrete today is smaller and more useful: the free version of a popular coding site just got noticeably more capable, because the model behind it got cheaper to run.
Common questions
Do I need to know how to code to use Replit Free Mode?
No. You describe what you want in plain English and the Agent helps translate that into a working app, though you will learn faster if you read what it produces.
Is my project private on the free tier?
Replit's free plans have historically made projects public by default, with private projects reserved for paid tiers. Check your project's visibility settings before adding anything sensitive.



