👨‍🏫 Tutorial $20 FREE API Credits Codex Windows or Mac OS

nono64

Leecher
Permission to post po. Thank you.

A walk‑through for installing the Codex CLI

# Windows CMD
npm install -g @openai/codex

#Mac Terminal
brew install codex

Sundin nyo lang yung instruction sa screen hanggang matapos.
Pagkatapos ng installation, goto C:\Users\<your-username>\
At hanapin nyo ang folder na to .codex delete nyo lahat ng files sa loob.
Kung wala naman kayo makita, create new folder .codex

You do not have permission to view the full content of this post. Log in or register now.
Inside C:\Users\<your-username>\.codex
Create these 2 files (using notepad or notepad++) auth.json at config.toml

auth.json

{
"OPENAI_API_KEY" : "PASTE_YOUR_API_KEY_HERE"
}
save as All types
1782952815116.webp


config.toml

model_provider = "freemodel"
model = "gpt-5.5"
model_reasoning_effort = "xhigh"
disable_response_storage = true
preferred_auth_method = "PASTE_YOUR_API_KEY_HERE"

[model_providers.freemodel]
name = "freemodel"
base_url = "You do not have permission to view the full content of this post. Log in or register now."
wire_api = "responses"
save as All types lang ulit gaya ginawa natin sa taas.
1782954072717.webp


Pagtapos nyan verify muna natin kung succesful, open new cmd and run this
#terminal
codex -V
1782953579589.webp

Kapag may nakita kayong version number tulad sa SS, completed na po yung installation natin.

Start using Codex​

# Navigate to project
cd your-project-folder

# Launch Codex
codex

1782954488056.webp

1782954517364.webp

1782954610501.webp
 

About this Thread

  • 0
    Replies
  • 22
    Views
  • 1
    Participants
Last reply from:
nono64

Trending Topics

Online now

Members online
1,162
Guests online
1,234
Total visitors
2,396

Forum statistics

Threads
2,282,034
Posts
29,005,721
Members
1,223,732
Latest member
kvnchrs
Back
Top