Step 1: Account Setup
1.1 Register
Visit Nebula Lab to register:- Sign up with email
- Verify your email address
- Log in to the console
1.2 Add Credits
Top up in the console:- Click “Recharge” menu
- Select amount
- Complete payment (Alipay, WeChat supported)
New users get bonus credits on first top-up
Step 2: Create API Key
2.1 Generate Key
- Click “Tokens” in the navigation
- Copy the default token to use directly
- Or click “Add” to create a new token
Step 3: Start Calling
3.1 Connection Info
| Config | Value |
|---|---|
| API URL (Base URL) | https://llm.ai-nebula.com/v1 |
| API Key | Your created key |
| Request Format | Fully OpenAI API compatible |
3.2 Test Call
Quick test with curl:3.3 Code Examples
- Python
- Node.js
- Java
Next Steps
Congratulations! You’ve successfully set up Nebula Lab. Next you can:View API Docs
Learn about complete API specifications
Integrate with Apps
Integrate Nebula Lab with various tools
FAQ
How to switch models?
How to switch models?
Just change the
model parameter in your request:Which programming languages are supported?
Which programming languages are supported?
Nebula Lab is OpenAI API compatible, supporting all OpenAI SDK languages:
- Python
- JavaScript/TypeScript
- Java
- C#/.NET
- Go
- Ruby
- PHP
How to check balance?
How to check balance?
Log in to the console to view:
- Account balance
- Usage history
- Consumption statistics
Having issues?
Having issues?
- Check API documentation
- Review common errors
- Contact support: mla@nebula-data.com
