Compatible Applications
Because AIGC2D and OpenAI's interfaces are fully compatible, many applications on the market only need to modify the API endpoint to be able to use them. Here are some applications that can be used with AIGC2D.
If your application is compatible with AIGC2D or if you want to write a documentation for an application that integrates with AIGC2D, please contact us for integration and submission (WeChat: lp1830934534). You can contact us to receive point rewards for writing application integration documentation.
- BetterChatGPT
- ChatBox
- ChatGPT-Next-Web
- wechat-chatgpt
- Immersive Translation
- Chat2DB
BetterChatGPT
BetterChatGPT is an amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux).
Setup Tutorial
Fill in the APIKEY with AIGC2D's APIKEY.
ChatBox
ChatBox is an incredibly efficient AI assistant on your desktop. It is a desktop client for GPT/LLM, with debugging and management tools for prompts, supporting Windows, Mac, and Linux.
Setup Tutorial
- Open ChatBox settings.
- Select AI Provider as OpenAI API.
- Fill in the OpenAI API KEY with AIGC2D's APIKEY.
- Set API HOST to: https://api.aigc2d.com
ChatGPT-Next-Web
ChatGPT-Next-Web allows you to have your own cross-platform ChatGPT application with just one click.
Setup Tutorial
When deploying, set BASE_URL
to https://api.aigc2d.com/ and OPENAI_API_KEY
to AIGC2D's APIKEY.
Deploy with docker-compose:
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY="aigc-xxx" \
-e CODE="your-password" \
-e BASE_RUL="https://api.aigc2d.com"
yidadaa/chatgpt-next-web
wechat-chatgpt
wechat-chatgpt quickly integrates ChatGPT on WeChat, making it your best assistant!
Setup Tutorial
Modify the environment variables:
- Change
API
to https://api.aigc2d.com/ - Enter AIGC2D's APIKEY for
OPENAI_API_KEY
Immersive Translation
Immersive Translation is a free, easy-to-use, revolutionary, acclaimed, AI-driven bilingual web page translation extension that helps you effectively bridge the information gap, even on your mobile phone!
Setup Tutorial
- Select translation service: OpenAI
- Enter AIGC2D's APIKEY for APIKEY
- Customize API interface address: https://api.aigc2d.com/v1/chat/completions
Chat2DB
Chat2DB is a free and open-source multi-database client tool developed by Alibaba. It supports local installation on Windows and Mac, as well as server-side deployment and web page access. Compared to traditional database client software like Navicat and DBeaver, Chat2DB integrates the capabilities of AIGC, allowing natural language to be converted into SQL and vice versa. It can provide optimization suggestions for SQL queries, greatly improving the efficiency of developers. It is a powerful tool for database developers in the AI era. Even non-technical users can easily use it to quickly query business data and generate reports.
Setup Tutorial
In the settings, set up a custom AI:
- Fill in
apikey
with AIGC2D's APIKEY - Set
Api Host
to: https://api.aigc2d.com