Account Registration#
Registration Benefits#
🎁 New users receive $1 free trial credit upon registration.
💰 Minimum recharge amount: $1
Configuration Steps#
1. Obtain Your Token#
2.
Navigate to the "API Keys" page.
3.
Click "Create API Key" to generate your API Key.
Enter the Token Name, Expiration (the validity period of the API Key), Amount (the allocated amount for the API Key, or set it to Unlimited), and Token Group (choose the appropriate group for the model being used. Check the list of models under Models).
Different groups have different ratios:Group: openai
, deepseek
, gemini
, music
→ Ratio = 1
Group: drawing
→ Ratio = 1.2
Group: openaivip
→ Ratio = 1.5
Group: claude
→ Ratio = 1.75
Note: The ratio is the multiplier applied to the cost of using the corresponding model.
Pricing & Cost Calculation#
Recharge your YESCale account via the Recharge section:Add funds in Local Currency at a discounted rate to receive USD Credits in your account.
Costs are calculated based on:The model being used (e.g., input/output token pricing for major models or pay-per-use pricing for models generating images, music, video, etc.).
The group pricing ratio (as detailed above).
Detailed usage logs are available in the system's Logs section.
2. API Configuration#
BASE_URL Options#
https://api.yescale.io
https://api.yescale.io/v1
https://api.yescale.io/v1/chat/completions
Note: Different clients may require different BASE_URLs. It is recommended to try the above addresses in order.
3. Model Selection#
The model name can be found on the homepage under the "Supported Models" list in the first column.
Testing & Validation#
You can validate your configuration using the following methods:1.
Perform an online test on the chat page.
2.
Use an API tool (e.g., Postman) to test the API interface.
Configuration Example#
{
"base_url": " https://api.yescale.io",
"api_key": "your_token_here",
"model": "selected_model_name"
}
Tip: It is recommended to first test the configuration on the chat page. Once confirmed, proceed with development integration.
Modified at 2025-02-20 06:54:27