Major Benefit: Virtual Energy Redemption Code Event Launched!
Platform Overview
- Platform URL:https://ai.nodeloc.com
- Login Method:Only Nodeloc account login supported
- New User Benefit:Register and receive an initial credit of $0.2 (during testing phase, users who logged in before 10.11 received $2 which will not be reclaimed)
- Model Selection:Includes all major models such as Claude, OpenAI, Gemini, Grok, etc.
Redemption Event Details
- Redemption Rate:100 virtual energy = $10 recharge code (rate may be adjusted later based on usage)
- Redemption URL:https://oaipay.azx.us
- Important Reminder:
The system does not store the code after it is generated; be sure to save the code immediately after redemption!
Usage Guide
Redemption Code Usage Steps:
- Log in to the AI platform:https://ai.nodeloc.com
- Go to the console
- Click “Wallet Management”
- Enter the redemption code
- Click “Redeem Credit” to complete the recharge
API Usage Guide:
Create Token
First go to Console‑Token Management‑Add Token
Example Usage
// Recommended primary endpoint
const API_HOST = "https://ai.nodeloc.com/v1";
// Or const API_HOST = "https://ai.nodeloc.com";
/* Compatible fallback address (generally not needed) */
// const API_HOST_COMPATIBLE = "https://ai.nodeloc.com/v1/chat/completions";
# Send POST request to the chat/completions endpoint
curl -X POST "https://ai.nodeloc.com/v1/chat/completions" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o",
"messages": [
{
"role": "user",
"content": "你好,请介绍一下你自己"
}
],
"stream": true
}
Supports various third‑party clients compatible with OpenAI format (e.g., Cherry Studio, Lobe Chat, AI as Workspace, etc.)
Frequently Asked Questions (FAQ)
Q1: What if I lose the redemption code? A:
The system does not keep a record after the code is generated; be sure to screenshot or copy it immediately after redemption. Lost codes cannot be recovered.
Q2: How many times can one account redeem? A: Currently there is no limit; it depends on the individual’s energy balance.
Q3: What if I cannot log in? A: The message You are not allowed to access this application: user is not in allowed groups for this client indicates insufficient level, at least Silver.
Q4: Which AI models are supported? A: See the full model list at New API
Q5: Can I continue redeeming after the credit is exhausted? A: Yes, as long as you have enough virtual energy you can keep redeeming.
Feel free to leave comments below the post for any questions.
