Dashboard Overview
Access your dashboard at llm.kiwi/dashboard to manage all aspects of your account.API Keys
Create, rotate, and manage access credentials.
Usage Analytics
Real-time and historical request tracking.
Billing
Manage subscriptions and payment methods.
Settings
Configure account preferences and notifications.
API Key Management
Creating Keys
Generate new API keys with custom configurations:- Navigate to API Keys in your dashboard
- Click Create New Key
- Configure key settings:
- Name: Descriptive label (e.g., “Production Backend”)
- Scope: Select allowed endpoints
- Expiration: Optional auto-expiration date
Key Scopes
Restrict what each key can access:| Scope | Description |
|---|---|
chat:read | Read-only access to models list |
chat:write | Create chat completions |
images:write | Generate images |
audio:write | Transcribe audio |
* | Full access (default) |
Rotating Keys
Regularly rotate keys for security:- Create a new key with the same configuration
- Update your applications with the new key
- Delete the old key once migration is complete
Usage Statistics
Real-Time Monitoring
The dashboard displays live metrics:- Requests/Minute: Current API call rate
- Active Sessions: Concurrent streaming connections
- Error Rate: Percentage of failed requests
Historical Data
View usage trends over time:- Daily, weekly, and monthly breakdowns
- Request volume by endpoint
- Token consumption patterns
- Error frequency and types
Export Options
Export your usage data for analysis:- CSV: Raw data for spreadsheets
- JSON: Structured data for automation
- PDF: Formatted reports for stakeholders
Alerts & Notifications
Configure alerts for important events:| Alert Type | Description |
|---|---|
| Usage Threshold | When usage exceeds X% of limit |
| Error Spike | When error rate exceeds threshold |
| Key Expiration | Before API keys expire |
| Billing | Payment failures or upcoming charges |
Team Management
Team features available on Pro and Enterprise tiers.
- Invite team members via email
- Assign role-based permissions (Admin, Developer, Viewer)
- Audit logs for compliance tracking
Get Started
Create your first API key and make your first request.