AIAssistantsLLMProviderEntry

AIAssistantsLLMProviderEntry
AI Assistants LLM Provider Entry

One supported LLM provider with its available deployment regions and model catalog. Used in BROADCOM_ACCOUNT_CONFIG and AI_ASSISTANT_THREAT_DEFENSE llm-support responses.

JSON Example
{
    "name": "string",
    "regions": [
        {
            "name": "string"
        }
    ],
    "supported_models": {
        "embedding_models": [
            {
                "name": "string",
                "expiry_date": 0
            }
        ],
        "high_iq": [
            {
                "name": "string",
                "expiry_date": 0
            }
        ],
        "normal_iq": [
            {
                "name": "string",
                "expiry_date": 0
            }
        ],
        "low_iq": [
            {
                "name": "string",
                "expiry_date": 0
            }
        ]
    }
}
string
name
Required  

Provider identifier (e.g. GCP, AZURE). This value maps to the llm_provider field in BroadcomAccountConfig and CustomerAccount write requests.

regions
Required  

Deployment regions available for this provider. The name of the selected region maps directly to the llm_region write field.

supported_models
Optional

Available model options per reasoning tier and embedding tier for a single provider. Used in BROADCOM_ACCOUNT_CONFIG and AI_ASSISTANT_THREAT_DEFENSE llm-support responses.