LLMCustomerAccount
The AI Assistant for Threat Defense LLM Customer Account Configuration.
{
"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"
}
The provider identifier of the LLM service.
For the Azure provider, this indicates the base URL for the AI endpoint. Not used for GCP.
For the Azure provider, this indicates the LLM API version. Not used for GCP.
For the Azure provider, this indicates the LLM model deployment name. Not used for GCP.
For the Azure provider, this indicates the embedding model deployment name. Not used for GCP.
For the Azure provider, this indicates the embedding API version. Not used for GCP.
The client_email of the service account. Only used for the GCP provider.
The client_id of the service account. Only used for the GCP provider.
The private_key_id of the service account. Only used for the GCP provider.
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.