Highlights | Description |
Ultra-low latency AI real-time dialogue | End-to-end latency as low as 1000ms, comparable to human dialogue reaction speed, allowing customers to enjoy a smooth and natural interaction experience, enhancing service satisfaction. |
Simple access, efficient launch | Provides comprehensive API documentation, simplifying the development process, saving more than one month of development work compared to traditional solutions. |
Built-in precise ASR | Built-in advanced ASR technology supports multiple languages, including English, Spanish, Japanese, and other international languages. Provides robust multilingual AI dialogue support for global business. |
Service model integration flexibility | Supports integration of third-party LLM and TTS models. Just configure the account credentials for the LLM and TTS services to seamlessly integrate into the AI call platform. |
{"LLMType": "openai", // Fixed as "openai""Model": "gpt-4o-mini", // Model name, all LLMs compliant with OpenAI protocol specifications are supported."APIKey": "114514", // The large model key is used to verify the identity of the requester. Please visit the model service provider's website to obtain the relevant authentication information"APIUrl": "https://xxx/v1/chat/completions" // The large model API URL}
Parameters | GPT |
Model | "gpt-4o-mini", "gpt-4o" |
APIKey | For information on obtaining relevant authentication methods, please refer to OpenAI official website |
APIUrl | "https://api.openai.com/v1/" |
{"LLMType": "azure", //"Model": "gpt-4o-mini", // Model name"APIKey": "114514", // The large model key is used to verify the identity of the requester."APIUrl": "https://{your-resource-name}.openai.azure.com?api-version={api-version}"" // The large model API URL}
Parameters | Example | Description |
LLMType | azure | Agreement Name. |
Model | gpt-4o-mini | Model Name. |
APIKey | 114514 | The large model key is used to verify the identity of the requester. For specific acquisition methods, please refer to Azure OpenAI Service Documentation. |
APIUrl | https://{your-resource-name}.openai.azure.com?api-version={api-version} | The large model API URL. |
Was this page helpful?