Validate LLM provider credentialspost {protocol}://{base-url}/ai/api/v1/llm_credentials/{llm_credentials_id}/validateValidate LLM provider credentials.Path Paramsllm_credentials_idstringrequiredThe ID of the LLM Credentials to use.Body ParamsRequest schema for validating LLM provider credentials. Two validation modes: Credentials-only (model_name not provided): Lists available models. Model validation (model_name provided): Validates with minimal inference. providerstringenumrequiredThe LLM provider to validate against (determines which API to call).openaianthropicazure_openaigooglebedrockbedrock_us-west-2bedrock_us-west-1bedrock_us-east-1bedrock_us-east-2bedrock_eu-west-1bedrock_eu-central-1bedrock_ca-central-1bedrock_ap-southeast-1bedrock_ap-southeast-2bedrock_ap-northeast-1bedrock_ap-south-1Show 16 enum valuesmodel_namestringnullOptional model name. If provided, validates the model with minimal inference.is_embeddingbooleanDefaults to falseWhether to validate as an embedding model (uses embeddings API).truefalseResponses 200Successful Response 401Authentication required. No valid session cookie or bearer token provided, or authentication failed. 422Validation Error 500Internal server error during request processing.Updated 3 days ago Delete LLM credentialsBI ReportDid this page help you?YesNo