Step 1: Account Setup
1.1 Register
Visit Nebula Api to register:- Sign up with your mobile number and verify
- Log in to the console
1.2 Add Credits
Top up in the console:- Click “Personal Center”
- Click “Billing Recharge” to pay (Alipay, WeChat supported)
New users receive a $1 bonus upon registration
Step 2: Create API Key
2.1 Generate Key
- Click “Model Center” in the navigation
- Click “API Keys”
- Click “Create New” to generate a key
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 Api. Next you can:View API Docs
Learn about complete API specifications
Integrate with Apps
Integrate Nebula Api 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 Api 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
