Azure CSP LLM Syntax | Text AI Analytic Functions - Azure CSP LLM Syntax - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798
Azure_CSP_LLM_arguments
(
    ApiType('azure')
    [AUTHORIZATION([DatabaseName.]AuthorizationObjectName] 
    |{
    ApiBase('<azure_base_url>')
    ApiKey('<api_key>')
    ApiVersion('<api_version>')
    }
    DeploymentId('<azure_engine_name>')
    [ModelName('<azure-model-name>')]
    [ModelArgs('{"Top_P":"top_p","Top_K":"top_k"}')]
)

Required Syntax Elements

ApiType
Identification of the cloud platform.

Permitted values (not case-sensitive): aws, azure, gcp, nim, litellm.

AUTHORIZATION
Mutually exclusive with ApiKey , ApiVersion, and ApiBase.

Authorization object containing the credentials.

ApiBase
Mutually exclusive with AUTHORIZATION.

Specifies the LLM API base URL for Azure AI.

ApiKey
Mutually exclusive with AUTHORIZATION.

Specifies the LLM API Key for Azure AI.

ApiVersion
Mutually exclusive with AUTHORIZATION.

Specifies the LLM API version.

DeploymentId
Specifies the deployment id of the LLM. It takes the engine id for Azure AI.

Optional Syntax Elements

ModelName
Name of Azure AI LLM to be used for text analytics tasks.

Permitted values: Case-sensitive alphanumeric string with dashes. The value is used as is for connection to Azure AI.

ModelArgs
JSON string representing the inference parameters for the selected LLM model.