diff --git a/docs/en/observability/observability-ai-assistant.asciidoc b/docs/en/observability/observability-ai-assistant.asciidoc index 371d83c4b1..b8aa864361 100644 --- a/docs/en/observability/observability-ai-assistant.asciidoc +++ b/docs/en/observability/observability-ai-assistant.asciidoc @@ -36,11 +36,11 @@ The AI assistant requires the following: * {stack} version 8.9 and later. * An https://www.elastic.co/pricing[Enterprise subscription]. -* An account with a third-party generative AI provider that supports function calling. The Observability AI Assistant supports the following providers: -** OpenAI `gpt-4`+. -** Azure OpenAI Service `gpt-4`(0613) or `gpt-4-32k`(0613) with API version `2023-07-01-preview` or more recent. -** AWS Bedrock, specifically the Anthropic Claude models. -** Google Gemini `gemini-1.5-pro-preview-0409` or `gemini-1.5-flash-001`, with defaulting to `gemini-1.5-pro-001`. +* An account with a third-party generative AI provider that preferably supports function calling. +If your AI provider does not support function calling, you can configure AI Assistant settings under **Stack Management** to simulate function calling, but this might affect performance. ++ +Refer to the {kibana-ref}/action-types.html[connector documentation] for your provider to learn about supported and default models. + * The knowledge base requires a 4 GB {ml} node. [IMPORTANT]