Get Started
Console Overview
After logging in at brivionix.com, you'll see the main navigation and the console sidebar.
Top Navigation
| Menu Item | Description |
|---|---|
| Home | Return to the main website |
| Console | Enter the user console |
| Pricing | View model pricing (login required) |
| About | Learn about the platform |
Console Sidebar
| Menu Item | Function |
|---|---|
| Playground | Interactive API testing — select model, parameters, and test live |
| Chat | Built-in chat conversation interface |
| Dashboard | Account overview: balance, usage stats, model analytics |
| Token Management | Create, edit, disable, and delete API Keys |
| Usage Logs | Per-request details: tokens, model, latency, cost, IP |
| Drawing Logs | Image generation task history |
| Task Logs | Async task execution history |
| Wallet Management | Top up, billing history, redemption codes, invite rewards |
| Personal Settings | Account info, linked accounts, and preferences |
Dashboard
The Dashboard is your daily entry point:
| Section | Purpose |
|---|---|
| Account Data | Current balance, top-up entry, total spent |
| Usage Statistics | Total request count |
| Resource Consumption | Quota and token usage |
| Performance Indicators | Average RPM and TPM |
| Model Data Analysis | Spend breakdown, call trends, model rankings |
| API Information | Official API endpoint and speed test |
| System Notice | Platform announcements |
| FAQ | Quick help links |
Create Your First Token
- Go to Token Management → Create token
- Set a name (e.g., "dev-test")
- (Optional) Set quota limit, allowed models, expiration
- Click Create — copy and save the key immediately
Test the API
bash
curl https://brivionix.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-your-api-key" \
-d '{"model": "gpt-5.4-mini", "messages": [{"role": "user", "content": "Hello!"}]}'Recommended Flow
- Top up in Wallet Management (Stripe, min 10 Credits)
- Create an API Key in Token Management
- Test your model and parameters in Playground
- Integrate
https://brivionix.com/v1into your app - Check Usage Logs for call details and errors
Quick Links
| Page | URL |
|---|---|
| Home | https://brivionix.com |
| Pricing | https://brivionix.com/pricing (login required) |
| Console | https://brivionix.com/console |
| Playground | https://brivionix.com/console/playground |
| Token Management | https://brivionix.com/console/token |
| Wallet Management | https://brivionix.com/console/topup |
| Personal Settings | https://brivionix.com/console/personal |
Next Steps
- API Keys → — Token management in detail
- Billing & Credits → — Understand the pricing
- Third-Party Clients → — Connect your favorite apps
