Preparation ⢠Download NEXT CHAT, download address: https://app.nextchat.dev/ ⢠Log in to cometapi. Click "Add Token" in the API token section to get your token key: sk-xxxxx and baseurl: https://api.cometapi.comAPI Configuration ⢠Enter NEXT CHAT settings menu, locate the custom interface option. ⢠Select OpenAI API, enter https://api.cometapi.com in the interface address field. ⢠Paste the sk-xxxxx from cometapi in the API key input box and click "Save".Testing the Call After configuration, enter a simple test command in NEXT CHAT, such as asking for the current time. If the call is successful, you will receive a corresponding answer; if it fails, check if the configuration is correct or contact cometapi online customer service. ⢠You can also change models in the NEXT CHAT settings page's custom model name section (such as manually entering deepseek-chat). In the custom model name, use the following format:
+deepseek-chat @ OpenAI
Format explanation: + means add a new model; deepseek-chat is the model name; @OpenAI indicates using OpenAI's format; multiple models are separated by commas.
Note: The input format must be exactly correct, otherwise you won't see these options in the model selection list.