Skip to content

Guide

Dli.li AI provides a unified large-model relay service on top of a New API-compatible architecture. This section focuses on end-user content: console features, token management, the model gallery and pricing, CNY settlement and exchange-rate notes, logs, and the most common app integration paths.

API recommendation

The official default API is `https://api.dli.li/v1`. The official backup API is `https://api.dlizz.com/v1`.

Start here

  • If you want to understand domains, model multipliers, CNY settlement, and subscription rules first, start with Site Links and Billing Rules.
  • If you are new, begin with API Tokens and AI Apps.
  • If you want to call the service directly from code or a client, go to API Access.
  • If you need to troubleshoot balance, models, or connection errors, check FAQ.

Main console pages

PageDescription
DashboardView account-wide usage and high-level statistics
API TokensCreate, edit, and manage the tokens used for API calls
ChatQuickly try chat apps; some clients support one-click config import
PlaygroundTest model responses directly in the browser
Usage LogInspect model, group, cost, and request records
Task LogView image-generation and other asynchronous task records
Drawing Log noteExplains that the drawing log has been merged into the task log
Wallet ManagementSubscription, recharge, code redemption, and referral-related features
ProfileAccount binding, security settings, available models, and notifications
Model Gallery and PricingView current model prices on the site

Choose an entry by goal

ScenarioRecommended entry
First-time setupSite Links and Billing RulesAPI Tokens
Calling the service from code or scriptsAPI AccessAPI Examples
Connecting clients or IDE toolsAI Apps → the matching app guide
Troubleshooting billing, models, or balanceUsage LogSupport
PageOnline links
Console home / DashboardMain link / Backup link
API TokensMain link / Backup link
PlaygroundMain link / Backup link
Usage LogMain link / Backup link
Task LogMain link / Backup link
Wallet ManagementMain link / Backup link
ProfileMain link / Backup link
Model GalleryMain link / Backup link
User AgreementMain link / Backup link
Privacy PolicyMain link / Backup link

Usage recommendations

  1. Generate your own API token before connecting a client or writing code.
  2. When integrating, verify these three fields first: endpoint, API key, and model name.
  3. The main site and backup domain both serve the same paths, but for login, payment, subscription, recharge, or account linking, use the main site https://dli.li.
  4. If a model does not work, first check Profile for the models available to your account, then inspect Usage Log for the actual error.

Extra resources