AI Apps
Dli.li AI exposes an OpenAI-compatible endpoint, so it can connect to many clients and AI tools that support OpenAI-style interfaces. This page collects the app guides that have already been migrated into the current docs site.
Prepare these first
- Official default API:
https://api.dli.li/v1 - Official backup API:
https://api.dlizz.com/v1
- API key
- An available model name
Most apps only need those items to complete setup.
Available integration guides
| App | Description |
|---|---|
| AionUi | Free open-source cowork tool with multi-model support, file management, and live preview |
| CCR | Claude Code Router guide for routing Claude Code requests to the compatible interface on this site |
| CC Switch | Configuration helper for Claude, Codex, Gemini, and related tools |
| Cherry Studio | Desktop AI client suitable for daily multi-model chat |
| Memoh | Containerized AI agent platform |
| OpenClaw | Self-hosted AI assistant platform with multi-channel integrations |
| Fluent Read | AI reading and translation helper |
| LangBot | Large-language-model chatbot framework |
| Luna Translator | Real-time translator for games and documents |
| AstrBot | Open-source Agent chatbot platform |
| Claude Code | Anthropic terminal coding assistant |
| Codex CLI | OpenAI terminal coding assistant |
| Factory Droid CLI | Workflow automation agent tool |
Find apps by category
| Category | Recommended pages |
|---|---|
| Desktop clients / local workspaces | AionUi, Cherry Studio, Memoh |
| Coding CLI / IDE-related tools | CCR, CC Switch, Claude Code, Codex CLI, Factory Droid CLI |
| Bots / multi-channel integrations | LangBot, AstrBot, OpenClaw |
| Translation / reading helpers | Fluent Read, Luna Translator |
Standard setup flow
- Generate your API key on the API Tokens page.
- Use the official default API
https://api.dli.li/v1, or use the official backup APIhttps://api.dlizz.com/v1directly. - Make sure the model name matches one of the models currently available to your account.
- If the app still fails, continue with Support and Usage Log.
Notes
Some pages still reuse upstream NewAPI button labels, provider names, and screenshots because Dli.li AI remains compatible at the interface layer. If you add more apps later, follow the page structure already used in this directory.
If you mainly use Claude Code-related tools, also read:
