Inline0

Inline0
Inline0

Provider-centric LLM support catalog returned for BROADCOM_ACCOUNT_CONFIG and AI_ASSISTANT_THREAT_DEFENSE usage types. Lists every supported provider with its deployment regions and available model options per tier. The UI uses providers[].name for the provider dropdown, providers[i].regions[].name for the region dropdown, and providers[i].supported_models for model information.

JSON Example
{
    "providers": [
        {
            "name": "GCP",
            "regions": [
                {
                    "name": "us-east1"
                }
            ],
            "supported_models": {
                "embedding_models": [
                    {
                        "name": "gemini-embedding-001",
                        "expiry_date": null
                    }
                ],
                "high_iq": [
                    {
                        "name": "gemini-2.5-pro",
                        "expiry_date": null
                    }
                ],
                "normal_iq": [
                    {
                        "name": "gemini-2.5-flash",
                        "expiry_date": null
                    }
                ],
                "low_iq": [
                    {
                        "name": "gemini-2.5-flash-lite",
                        "expiry_date": null
                    }
                ]
            }
        }
    ]
}
array of object
providers
Required  

List of supported LLM providers. For BROADCOM_ACCOUNT_CONFIG this is typically a single GCP entry. For AI_ASSISTANT_THREAT_DEFENSE this includes multiple providers (e.g. GCP and AZURE).

Used By