Lm Chat Azure Open Ai¶
Node: lmChatAzureOpenAi · Full type: @n8n/n8n-nodes-langchain.lmChatAzureOpenAi · Version: 1
Credentials¶
azureOpenAiApi (alias: @azure) / azureEntraCognitiveServicesOAuth2Api (alias: @azure)
Parameters¶
| Parameter | Type | Default | Details |
|---|---|---|---|
authentication |
options | "azureOpenAiApi" | azureOpenAiApi, azureEntraCognitiveServicesOAuth2Api |
model |
string | "" | required |
options |
collection | {} | keys: frequencyPenalty, maxTokens, responseFormat, presencePenalty, temperature, timeout, ... |
options children:
| Parameter | Type | Default | Details |
|---|---|---|---|
frequencyPenalty |
number | 0 | |
maxTokens |
number | -1 | |
responseFormat |
options | "text" | text, json_object |
presencePenalty |
number | 0 | |
temperature |
number | 0.7 | |
timeout |
number | 60000 | |
maxRetries |
number | 2 | |
topP |
number | 1 |