Step 1: Account Setup
1.1 Register Account
Visit APIYI Website to register:- Register with email (university or corporate email recommended)
- Verify email address
- Login to console
1.2 Account Top-up
Top up your account in the console:- Click “Top-up” menu
- Select top-up amount (minimum 100+)
- Complete payment (Alipay, WeChat supported)
New users get extra bonus on first top-up. Balance is credited immediately. For first-time bonus credits, add our staff on WeChat: 8765058 for manual credit.
Step 2: Create API Key
2.1 Generate Key
- In the backend navigation, click “Token” section: https://api.apiyi.com/token
- You can copy the [Default Token] directly (there’s a Copy icon on the right)
- Or create a new token: Click the “New” button in the upper right, name your key (e.g., test-key), click confirm to create a new token.
Step 3: Start Calling
3.1 Get Access Information
- API Address (Base_Url): https://api.apiyi.com
- API Key: The key you just created
- Request Format: Fully compatible with OpenAI API format
3.2 Test Call
Quick test using curl:3.3 Code Examples
- Python
- Node.js
- Java
Next Steps
Congratulations! You’ve successfully integrated APIYI. Next, you can:View API Documentation
Learn about complete API interface documentation
Explore Model List
View all supported AI models
Integrate into Apps
Integrate APIYI into various tools
View Usage Statistics
Monitor usage in console
FAQ
How to switch models?
Simply modify themodel parameter in your request:
Which programming languages are supported?
APIYI is compatible with OpenAI API standards and supports all languages that OpenAI SDKs support:- Python
- JavaScript/TypeScript
- Java
- C#/.NET
- Go
- Ruby
- PHP
- And more…
How to check balance?
Login to Console to view:- Account balance
- Usage history
- Consumption statistics
What if I encounter problems?
- Check API Documentation
- Review Common Errors
- Contact support: [email protected]
Tip: Save your API key securely and regularly check usage logs in the console. Every request has message history for cost optimization.
Happy using!