Quick Start Guide
Account Registration
Registration Benefits
Configuration Steps
1. Obtain Your Token
1.
2.
3.
openai
, deepseek
, gemini
, music
→ Ratio = 1drawing
→ Ratio = 1.2openaivip
→ Ratio = 1.5claude
→ Ratio = 1.75Note: The ratio is the multiplier applied to the cost of using the corresponding model.
Pricing & Cost Calculation
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
Testing & Validation
1.
2.
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.