Method | Applicable Scenarios | Setup Cost |
Marketing campaigns, batch notifications, lead activation. Upload contact lists, configure retry and post-call actions, monitor real-time dashboards, all without code. | Low. No development required. | |
Embed outbound dialing into your CRM / ticket / business system, trigger calls based on real-time events, and achieve fully programmatic control. | Medium. Backend integration is required. |

{"LLMType": "openai","Model": "gpt-4o-mini","APIKey": "<your_api_key>","APIUrl": "https://xxx/v1/chat/completions"}
Parameter | GPT | Deepseek |
Model | gpt-4o-mini,gpt-4o | deepseek-chat |
API Key | ||
API URL | https://api.openai.com/v1/ | https://api.deepseek.com/v1 |
{"LLMType": "azure","Model": "gpt-4o-mini","APIKey": "<your_api_key>","APIUrl": "https://{your-resource-name}.openai.azure.com?api-version={api-version}"}
Parameter | Example | Description |
LLM Type | azure | Protocol Name. |
Model | gpt-4o-mini | Model Name. |
API Key | <your_api_key> | The large model key is used to verify the identity of the requester. For the specific method to obtain it, refer to Azure OpenAI service documentation. |
API URL | https://{your-resource-name}.openai.azure.com?api-version={api-version} | Model API address. |
{"LLMType": "minimax","Model": "abab6.5s-chat","APIKey": "<your_api_key>","APIUrl": "https://api.minimax.chat/v1"}
Parameter | Example | Description |
LLM Type | minimax | Protocol Name. |
Model | abab6.5s-chat | Model Name. |
API Key | <your_api_key> | The large model key is used to verify the identity of the requester. For the specific method to obtain it, refer to MiniMax Open Platform documentation. |
API URL | https://api.minimax.chat/v1 | Model API address. |
피드백