
API Configuration
• Select Create scenario, click the + icon, and search for cometapi;

• Create an API call, then enter the key you obtained from cometapi and click Save;

• Fill in the endpoint you want to use as shown in the image, such as /v1/chat/completions, choose POST as the method; and enter your parameters in the following format, for example:{
"model": "gpt-4o",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"stream": false
}
Finally, click Save and Run once to successfully test.


• Testing the Call: After configuration, you can proceed with translation. If the call is successful, you will receive a corresponding translation reply; if it fails, check if the configuration is correct or contact cometapi online customer service.Modified at 2025-08-22 09:42:06