Site Links and Billing Rules
Site links
| Type | URL | Notes |
|---|---|---|
| Main site | https://dli.li | Main entry for login, payment, subscription, recharge, and account-related actions |
| Backup domain | https://dlizz.com | Uses the same page paths as the main site and can be accessed by replacing only the domain |
Important
Common page links
| Page | Path | Direct links |
|---|---|---|
| Console home / Dashboard | /console | Main link / Backup link |
| API Tokens | /console/token | Main link / Backup link |
| Playground | /console/playground | Main link / Backup link |
| Usage Log | /console/log | Main link / Backup link |
| Task Log | /console/task | Main link / Backup link |
| Wallet Management | /console/topup | Main link / Backup link |
| Profile | /console/personal | Main link / Backup link |
| Model Gallery | /pricing | Main link / Backup link |
| User Agreement | /user-agreement | Main link / Backup link |
| Privacy Policy | /privacy-policy | Main link / Backup link |
API addresses
OpenAI-compatible clients such as Codex
| Type | URL |
|---|---|
| Official default API | https://api.dli.li/v1 |
| Official backup API | https://api.dlizz.com/v1 |
API recommendation
Claude-family clients
For Claude-related tooling you may see projects such as Claude Code Router (CCR) and CC Switch. Regardless of the wrapper, the safer default is still the compatible calling path, and you should confirm that the selected model actually supports the target interface.
Claude interface limitation
Related pages:
Multiplier rules
The site has removed the old 0.15 base multiplier for foreign models. From now on, all models use their normal multipliers, the whole site settles in CNY, and there is no longer a separate billing base for “foreign” versus “domestic” models.
Unified calculation method
- The whole site settles in CNY
- All model multipliers are applied directly, without an extra
0.15step - If a model’s official pricing is in USD, it is converted into CNY using the site’s current exchange rate
- The RMB / USD ratio follows the exchange rate currently shown by the site
| Item | Rule |
|---|---|
| Settlement currency | CNY |
| Model multiplier | Applied directly; no extra 0.15 step |
| Model price | Official price combined with the model multiplier |
| Exchange rate | Uses the site’s current USD-to-CNY rate |
| Final settlement | Converted by the current rate and settled in CNY |
Calculation example
| Scenario | Official price | Model multiplier | Exchange rate | Final billed price | Calculation |
|---|---|---|---|---|---|
| CNY settlement example | 1 USD | 2 | 7.2 | 14.4 CNY | 1 × 2 × 7.2 = 14.4 |
One-line summary: there is no longer a
0.15foreign-model base. All models use normal multipliers, the whole site settles in CNY, and USD-based official prices are converted using the current exchange rate.
Subscription rules
- You cannot subscribe to multiple plans at the same time.
- After subscribing, the model list only shows the models included in the current subscription.
- Re-subscribing to another plan overrides the previous subscription.
Recommendations
- Use the main site
https://dli.lifor login, payment, and account linking. - For API traffic, you can start with the official default API
https://api.dli.li/v1; if you want the official backup API directly, usehttps://api.dlizz.com/v1. - If model pricing looks confusing, first confirm the model multiplier, group multiplier, and the site’s current exchange rate.
