Skip to main content
The llm.kiwi dashboard provides everything you need to manage your AI integration at scale.

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:
  1. Navigate to API Keys in your dashboard
  2. Click Create New Key
  3. Configure key settings:
    • Name: Descriptive label (e.g., “Production Backend”)
    • Scope: Select allowed endpoints
    • Expiration: Optional auto-expiration date
API keys are shown only once at creation. Store them securely immediately.

Key Scopes

Restrict what each key can access:
ScopeDescription
chat:readRead-only access to models list
chat:writeCreate chat completions
images:writeGenerate images
audio:writeTranscribe audio
*Full access (default)

Rotating Keys

Regularly rotate keys for security:
  1. Create a new key with the same configuration
  2. Update your applications with the new key
  3. Delete the old key once migration is complete
Use environment variables to store keys, making rotation easier.

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 TypeDescription
Usage ThresholdWhen usage exceeds X% of limit
Error SpikeWhen error rate exceeds threshold
Key ExpirationBefore API keys expire
BillingPayment 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.