AIAssistantsLLMProviderEntry
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.
{
"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
}
]
}
}
Provider identifier (e.g. GCP, AZURE). This value maps to the llm_provider field in BroadcomAccountConfig and CustomerAccount write requests.
Deployment regions available for this provider. The name of the selected region maps directly to the llm_region write field.
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.