InlineLLMConfig1

InlineLLMConfig1
InlineLLMConfig1

The AI Assistant for Threat Defense LLM Configuration.

JSON Example
{
    "is_broadcom_account": false,
    "customer_account": {
        "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"
    }
}
is_broadcom_account
Required  

Indicates if the LLM is provided by Broadcom's account. In such a case, the /ai-assistants/broadcom-account-config API should be used to configure common account settings.

customer_account
Optional

The AI Assistant for Threat Defense LLM Customer Account Configuration.

Used By