
{"LLMType": "openai", // fixed as "openai""Model": "gpt-4o-mini", // model name, supports LLMs compliant with OpenAI protocol scale, such as "hunyuan-standard", "deepseek-chat""APIKey": "114514", // large model key to verify requester identity, please visit model service provider website to obtain authentication information"APIUrl": "https://xxx/v1/chat/completions" // large model interface address}
Parameter | GPT | Deepseek |
Model | "gpt-4o-mini", "gpt-4o" | "deepseek-chat" |
APIKey | ||
APIUrl | "https://api.openai.com/v1/" | "https://api.deepseek.com/v1" |
{"LLMType": "azure", //"Model": "gpt-4o-mini", // model name"APIKey": "114514", // large model key to verify requester identity."APIUrl": "https://{your-resource-name}.openai.azure.com?api-version={api-version}"" // large model interface address}
Parameter | Example | Description |
LLMType | azure | Protocol Name. |
Model | gpt-4o-mini | Model Name. |
APIKey | 114514 | The large model key is used to verify the identity of the requester. For the specific acquisition method, refer to Azure OpenAI service documentation. |
APIUrl | https://{your-resource-name}.openai.azure.com?api-version={api-version} | Large model interface address. |
{"LLMType": "minimax", //"Model": "abab6.5s-chat", // model name"APIKey": "114514", // large model key to verify requester identity."APIUrl": "https://api.minimax.chat/v1" // large model interface address}
Parameter | Example | Description |
LLMType | minimax | Protocol Name. |
Model | abab6.5s-chat | Model Name. |
APIKey | 114514 | The large model key is used to verify the identity of the requester. For the specific acquisition method, refer to MiniMax Open Platform official documentation. |
APIUrl | https://api.minimax.chat/v1 | Large model interface address. |
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan