LLMCustomerAccount

LLMCustomerAccount
LLM Config

The AI Assistant for Threat Defense LLM Customer Account Configuration.

JSON Example
{
    "llm_provider": "string",
    "llm_region": "us-east1",
    "llm_endpoint": "string",
    "llm_api_version": "string",
    "llm_model": "string",
    "embedding_model": "string",
    "embedding_api_version": "string",
    "email_id": "[email protected]",
    "client_id": "105149403941425371692",
    "key_id": "2eaff71da4f64b08c06cdb06e36731a0f70833ce",
    "llm_key": "string"
}
llm_provider
Required  

The provider identifier of the LLM service.

Enumeration: GCP, AZURE
llm_region
Optional

The region identifier of the LLM service.

string
llm_endpoint
Optional

For the Azure provider, this indicates the base URL for the AI endpoint. Not used for GCP.

string
llm_api_version
Optional

For the Azure provider, this indicates the LLM API version. Not used for GCP.

string
llm_model
Optional

For the Azure provider, this indicates the LLM model deployment name. Not used for GCP.

string
embedding_model
Optional

For the Azure provider, this indicates the embedding model deployment name. Not used for GCP.

string
embedding_api_version
Optional

For the Azure provider, this indicates the embedding API version. Not used for GCP.

string
email_id
Read-Only  

The client_email of the service account. Only used for the GCP provider.

string
client_id
Read-Only  

The client_id of the service account. Only used for the GCP provider.

string
key_id
Read-Only  

The private_key_id of the service account. Only used for the GCP provider.

string
llm_key
Optional

Credentials to access the customer provider LLM service. For the GCP provider, this is the GCP service account key file content. For the Azure provider, this is the LLM endpoint API Key.