👨‍🏫 Tutorial [FREE] Starter Plan Upon Registration FREE Claude Models for Claude Code

poiuytrewq15

Established
1781665453846.webp


May FREE Starter Plan agad upon registration sa AeroLink. Pagkatapos mag-register, automatic naka-Starter Plan ka na at pwede mo nang gamitin sa Claude Code. No Credit Card Required

Register Here:
You do not have permission to view the full content of this post. Log in or register now.
Documentation:

You do not have permission to view the full content of this post. Log in or register now.
O sundan mo na lang itong quick setup guide:

1. Install Git Bash (Recommended)​

Download at install ang Git for Windows gamit ang default settings.

2. Install Node.js​

Check muna ang version:

Code:
node --version

Kung below 18.0.0, i-download ang latest LTS version ng Node.js.

3. Create an API Key​

Pumunta sa API Keys page, gumawa ng bagong key, at i-copy ang generated API key.

Important: Huwag i-share ang API key mo sa iba.

4. Install Claude Code​

Code:
npm install -g @anthropic-ai/claude-code

5. Create settings.json​

Create the following file:

Code:
C:\Users<your_username>.claude\settings.json

Paste this configuration:

Code:
{
"env": {
"ANTHROPIC_API_KEY": "YOUR_API_KEY",
"ANTHROPIC_BASE_URL": "https://capi.aerolink.lat/",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1"
},
"permissions": {
"allow": [],
"deny": []
},
"apiKeyHelper": "echo 'YOUR_API_KEY'"
}

Palitan lamang ang YOUR_API_KEY ng API key na ginawa mo.

6. Launch Claude Code​

Code:
claude

Notes​

✅ FREE Starter Plan upon registration
✅ Claude Models supported
✅ Works with Claude Code
✅ No need for Anthropic billing setup

Feedback na lang kayo mga boss kung kumusta experience ninyo. Happy coding! 🚀
 

About this Thread

  • 1
    Replies
  • 33
    Views
  • 1
    Participants
Last reply from:
poiuytrewq15

Online now

Members online
1,091
Guests online
965
Total visitors
2,056

Forum statistics

Threads
2,274,761
Posts
28,958,043
Members
1,233,421
Latest member
sarahpretyy
Back
Top