Skip to content
How to try OpenAI Codex without a Subscription

How to try OpenAI Codex without a Subscription

Published: at 06:40 AM

In this blog post, you’ll learn how to try OpenAI Codex right now with just a $5 one-time top-up on your existing ChatGPT account — no $20/month ChatGPT Plus needed. I’ll walk you through the exact VSCode setup, show a real-world production feature I built for $0.77, and demonstrate how it works in a live app.

I’ve been a happy Cursor user for a couple of months now. I love their recent updates, and everything is evolving in a direction that helps me get more done with AI-assisted coding.

But people are constantly sharing their amazing experiences with Codex and Claude Code, the two recent competitors in the AI coding world.

The problem?

Until now, I haven't found a way to try any of these tools without subscribing to their monthly plan. Yes, you get a lot for $20, but I already have all those capabilities through Grok.

Then just yesterday, I thought, let’s install the Codex plugin in VSCode and see what I can do with it without the subscription. When I opened the Extension, it offered me to enter my API key or sign in with my ChatGPT account.

Since I’ve built some apps on top of OpenAI’s API, I knew I could top up my account with only $5, give the key to the extension, and give it a shot.

So I topped up $5, grabbed my API key, and opened VSCode.

Two chat rounds later: feature shipped.

Dashboard: $0.77 spent, 2.73M tokens, one clean spike.

If you are unsure whether to go with Codex or not, I suggest you do the same experiment.

Why spend $5 to try Codex

Step-by-Step: Try Codex in 5 Minutes

  1. Go straight to https://platform.openai.com/ and log in with your ChatGPT account.

  2. Create a separate project for this so it doesn’t interfere with other spending.

  3. In the sidebar, select Billing, which is where you can top up your balance

  4. Now go to https://platform.openai.com/settings/organization/api-keys and generate a key

  5. Install OpenAI VSCode extension Marketplace → search "Codex" (publisher: OpenAI) → install.

  6. Sign in Command Palette (Cmd+Shift+P) → codex → Open Codex Sidebar → paste key.

  7. Start coding

You’re live. No Plus. No proxy. Full Codex in your editor.

Real Production Test: Dropdown → Cleanup Job

Task I wanted to get done in a live app:

Prompt (copy-paste):

As Superuser, I want to have the ability to exclude Analytics from billing. The exclude from study button should be placed inside the dropdown where we also have Archive and Delete Analytics.

Create the necessary endpoint for this that marks the appropriate analyticsItems as excludedFromBilling.

Round 1:

I asked:

hmm, do you know what is missing based on the spec I gave you?

Codex:

Right now only the backend half is done… <long explanation of what it did> …Want me to take care of the frontend piece next?

Round 2 (Frontend):

Summary

Total: 2 rounds, shipped, deployed. Cost: $0.77 (2,734,569 tokens).

MetricValue
November spend$0.77 / $20
Total tokens2,734,569
Spike patternOne clean peak

Conclusion

You don’t need ChatGPT Plus to try Codex. A $5 top-up + VSCode extension gives you full AI coding power — in your real codebase, with your patterns, for pennies.

Is this sustainable?

Of course not, since I’d be likely shipping 5 features for $5, where my $20/mo Cursor subscription can last all month while shipping daily.

But if this saved you $20, share it with others and tag me @akoskm on 𝕏.

Generative AI with React JS: Build and Deploy Powerful AI Apps

Learn how to leverage the OpenAI API in React to create advanced generative AI applications. Throughout the book, you'll cover topics like generating text, speech post-processing, building a social media companion app, and deploying the final application.

Learn More
Generative AI with React JS: Build and Deploy Powerful AI Apps

What to Read Next