================================================================================
🛠️ UNLIMITED CLAUDE CODE CONFIGURATION & USER SETUP GUIDE 🛠️
================================================================================
Here is the website - https://freemodel.dev/invite/FRE-62641c53
This file contains the full setup parameters and rotation instructions to unlock
unlimited high-tier model access (GLM-5.2 & Claude Opus 4.8) via Freemodel.dev
and the Claude Code CLI environment.
--------------------------------------------------------------------------------
1. CORE PREREQUISITES & INSTALLATION
--------------------------------------------------------------------------------
Open Windows PowerShell and install the official Claude Code package:
Command:
irm https://claude.ai/install.ps1 | iex
--------------------------------------------------------------------------------
2. SYSTEM TARGET DIRECTORY
--------------------------------------------------------------------------------
To apply your configuration, navigate directly to your local application state
directory.
Action:
1. Press [Windows Key + R] to launch the Run dialog.
2. Enter the following path exactly:
%userprofile%\.claude
3. Locate or create a file named: settings.json
--------------------------------------------------------------------------------
3. TARGET FILE CONFIGURATION (settings.json) - https://freemodel.dev/invite/FRE-62641c53 ( get your api from here)
--------------------------------------------------------------------------------
Paste the following structured configuration array directly into your file.
Replace "YOUR_FREEMODEL_TOKEN_HERE" with an active key generated from the
Freemodel developer portal dashboard.
{
"env": {
"ANTHROPIC_BASE_URL": "https://cc.freemodel.dev/",
"ANTHROPIC_AUTH_TOKEN": "YOUR_FREEMODEL_TOKEN_HERE",
"ANTHROPIC_API_KEY": "YOUR_FREEMODEL_TOKEN_HERE",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-8",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-sonnet-4-6",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "glm-5.2",
"API_TIMEOUT_MS": "300000",
"CLAUDE_CODE_MAX_OUTPUT_TOKENS": "128000"
}
}
*CRITICAL NOTE: Do not alter any pre-existing permissions strings or MCP
tool hashes beneath this block if they are present in your file layout.
--------------------------------------------------------------------------------
4. THE UNLIMITED CREDITS ROTATION TRICK (https://freemodel.dev/invite/FRE-62641c53)
--------------------------------------------------------------------------------
Freemodel sets an allocation cap per active window (e.g., $10 allocations
refreshed every 5 hours). To completely bypass this constraint and maintain an
uninterrupted development workspace, follow this multi-token pipeline:
• STEP A: Multi-Account Creation
Register 3 to 4 independent accounts on Freemodel.dev. You can use different
phone numbers via Telegram authorization links or alternate authentication providers.
• STEP B: Key Pre-Generation
Navigate to the 'API Keys' tab inside each distinct account profile.
Generate a unique token for each account and save them in a secure note.
• STEP C: Hot-Swapping Keys
The moment your active session runs out of tokens or triggers a rate limit,
re-open your "%userprofile%\.claude\settings.json" file. Replace the old key in
the ANTHROPIC_AUTH_TOKEN and ANTHROPIC_API_KEY slots with your next fresh backup token.
• STEP D: Live Session Restoration
Save the file. Your active CLI session will automatically apply the new account
balance without requiring you to restart your command terminal.
--------------------------------------------------------------------------------
5. EXECUTION & MODEL SELECTION
--------------------------------------------------------------------------------
Initialize the environment from your terminal:
Command:
claude
To switch between the active models, use the command-line flags or type `/model`
within the interactive console window to toggle your default target layer between
GLM-5.2 and Claude Opus 4.8.
================================================================================
```