Skip to content

Console Overview

The console is the main operating entry for Dli.li AI. Most user actions are completed here. The console homepage is the dashboard.

API recommendation

When you connect a third-party client or script, you can start with the official default API `https://api.dli.li/v1`; if you want the official backup API directly, use `https://api.dlizz.com/v1`.

Common entry points

  • Dashboard: View overall statistics and usage summaries.
  • API Tokens: Generate and manage keys used for API access.
  • Chat: See supported one-click import options for chat clients.
  • Playground: Test models and prompts directly.
  • Usage Log: Troubleshoot billing, model, and group-related issues.
  • Task Log: View asynchronous task records.
  • Drawing Log note: Explains that the drawing log has been merged into the task log.
  • Wallet Management: Subscription, recharge, code redemption, and referral-related actions.
  • Profile: View available models, linked accounts, and security settings.
PageDocumentationDirect links
DashboardView guideMain link / Backup link
API TokensView guideMain link / Backup link
PlaygroundView guideMain link / Backup link
Usage LogView guideMain link / Backup link
Task Log / Drawing LogTask Log / Drawing Log noteMain link / Backup link
Wallet ManagementView guideMain link / Backup link
ProfileView guideMain link / Backup link

Both main and backup links point to the same resource paths. For login, subscription, recharge, refunds, and account binding, the main link is still recommended.

PageDirect links
Model GalleryMain link / Backup link
User AgreementMain link / Backup link
Privacy PolicyMain link / Backup link

Suggested troubleshooting order

If you run into issues such as "model unavailable", "balance looks wrong", or "client cannot connect", check in this order:

  1. In Profile, confirm which models are available to your account.
  2. In API Tokens, confirm the token exists and was copied correctly.
  3. In Usage Log, inspect the actual error returned by the latest request.
  4. When using a third-party client, compare the address, key, and model settings against the matching guide in AI Apps.

Quick preflight checklist

  1. Confirm the endpoint is set to the official default API https://api.dli.li/v1, or use the official backup API https://api.dlizz.com/v1 directly.
  2. Confirm the API key comes from your own API Tokens page.
  3. Confirm the model name is actually available in the Profile model list for your account.