👥 Referral Free 100$+ AgentRouter Credits + Tutorial for Claude code

poiuytrewq15

Established
FREE 100$ Credits for coding
🚀 Claude Code CLI + AgentRouter Setup (Libre lang 😎)

Gusto mong gamitin ang Claude Code sa terminal with access to Claude models (Haiku, Opus) at DeepSeek? Here's a quick setup guide na kaya matapos in less than 10 minutes. 💻⚡

1️⃣ Generate an AgentRouter API Token​

Register and Generate ng token sa:

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

Then:

✅ Click Create Token
✅ Create New Token
✅ Name: your_agent_name
✅ Token Grouping: 默认分组 (Default)
✅ Expiration: Never Expire
✅ Quota: Unlimited quota
✅ Click Submit

⚠️ Huwag nang baguhin yung ibang settings.


2️⃣ Install Node.js​

Need naka-install ang Node.js v18+.

Download dito:

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


3️⃣ Install Claude Code​

Open Terminal / CMD then run:

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

Code:
claude --version


4️⃣ Configure Claude Code​

Create this file:

C:\Users\YOUR_USERNAME\.claude\settings.json
Palitan ang YOUR_USERNAME ng Windows username mo.

Paste this configuration:

Code:
{
  "env": {
    "ANTHROPIC_BASE_URL": "https://agentrouter.org/",
    "ANTHROPIC_MODEL": "claude-haiku-4-5-20251001",
    "ANTHROPIC_API_KEY": "YOUR_AGENTROUTER_KEY_HERE",
    "ENABLE_TOOL_SEARCH": "true",
    "CLAUDE_CODE_USE_AUTH_TOKEN": "true"
  }
}
ng token na ginawa mo sa AgentRouter.

Pwede mo ring palitan ang model:

  • claude-haiku-4-5-20251001
  • claude-opus-4-6
  • deepseek-r1-0528
depende sa gusto mong gamitin.


5️⃣ Start Claude Code​

Pumunta sa project folder mo, then run:

Code:
cd <dir of your project folder>
Code:
claude

Tapos na! 🎉

Pwede ka na magpa-code, mag-debug, mag-refactor, gumawa ng files, at mag-work directly sa project mo gamit ang AI sa terminal.

💡 Tip: Haiku usually mabilis at magaan, habang Opus mas malakas sa complex coding tasks.

Happy coding! 🚀🔥
 

About this Thread

  • 0
    Replies
  • 30
    Views
  • 1
    Participants
Last reply from:
poiuytrewq15

Online now

Members online
1,042
Guests online
965
Total visitors
2,007

Forum statistics

Threads
2,273,663
Posts
28,950,774
Members
1,234,909
Latest member
JAYROO
Back
Top