LLM Models and bundles are incompatible.
vDefend SSP >= 5.2
Each bundle when imported into AI Assistant will set the supported embedding and reasoning model to support user questions. Current SSP version do come with supported reasoning and embedding models. As the LLM Providers (e.g GCP) retire and shutdown the LLM models from the service, AI Assistant needs to migrate to use newer models. In such cases, SSP will update supported reasoning and embedding models. The supported models are available using /ai-assistants/llm-support?usage=AI_ASSISTANT_PLATFORM AI Assistant api if you are using your own cloud provider.
Possible causes:
There is expiry_time to the model used in AI Assistant.
Auto download bundle is disabled. In this case if SSP supported config is drifted, this alarm will trigger.
Auto download bundle is enabled. In this case, this alarm will trigger only when there are no new bundles available for current SSP version. In this case the only way to get new bundles with supported models is to upgrade SSP.
To take latest model updated in AI Assistant switch to auto download mode. Goto System > Connection Mode & Bundles > Edit and select "Auto-Update from vTIS".
Check the incompatible_bundle_status metric value using metrics API -
POST /metrics/data
{ "resource_type": "SSPSERVICEAIASSISTANT", "resource_ids": [ "*" ], "keys": [ "ai_assistant_platform.incompatible_bundle_status" ]}
And use SSP AI Assistant /ai-assistants/llm-support?usage=AI_ASSISTANT_PLATFORM API to get supported embedding and IQ models.
If metric value shows:
MODELS_DEPRECATEDhttps://portal.securityti.vmware.com
GET /ai-assistants/llm-support?usage=AI_ASSISTANT_PLATFORM API to check which embedding_model marked default=true. Manually download bundle of the default embedding from vTIS portal - Threat Intelligence Bundle > AI Assistant > Select SSP Version > select embedding model from above API. Download the bundle.SSP_UPGRADE_REQUIRED
Few resolution options: