Skip to content
Merged
Changes from 7 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4d63281
Rework Elastic Managed LLMs page.
szabosteve Jan 30, 2026
d6ee929
Add applies_to.
szabosteve Jan 30, 2026
e1f660c
Merge branch 'main' into szabosteve/clarify-pcaic
szabosteve Jan 30, 2026
7ee2401
Apply suggestions from code review
szabosteve Jan 30, 2026
2de76a4
Merge branch 'main' into szabosteve/clarify-pcaic
szabosteve Jan 30, 2026
6500d8a
Address feedback.
szabosteve Jan 30, 2026
adf0d6c
Resolve conflict.
szabosteve Jan 30, 2026
b8d987b
Apply suggestion from @szabosteve
szabosteve Jan 30, 2026
30b148c
Apply suggestion from @szabosteve
szabosteve Jan 30, 2026
c6eced6
Address feedback.
szabosteve Jan 30, 2026
2ffa2e3
Apply suggestions from code review
szabosteve Jan 30, 2026
e8de1e7
Merge branch 'main' into szabosteve/clarify-pcaic
szabosteve Jan 30, 2026
49fea0c
Fix URL.
szabosteve Jan 30, 2026
29e1931
Update docs/reference/connectors-kibana/elastic-managed-llm.md
florent-leborgne Jan 30, 2026
496c3ab
Update docs/reference/connectors-kibana/elastic-managed-llm.md
szabosteve Jan 30, 2026
df7fa58
Apply suggestion from @florent-leborgne
szabosteve Jan 30, 2026
f6afe30
Merge branch 'szabosteve/clarify-pcaic' of github.com:elastic/kibana …
szabosteve Jan 30, 2026
604b004
Add eck to docset.yam.
szabosteve Jan 30, 2026
af2cee5
Merge branch 'main' into szabosteve/clarify-pcaic
szabosteve Jan 30, 2026
edd9a41
Amend intro.
szabosteve Jan 30, 2026
cdcc039
Merge branch 'szabosteve/clarify-pcaic' of github.com:elastic/kibana …
szabosteve Jan 30, 2026
d1f9a72
Update docs/reference/connectors-kibana/elastic-managed-llm.md
florent-leborgne Jan 30, 2026
86e5895
Relocate model reference.
szabosteve Jan 30, 2026
1a8a1e6
Merge branch 'main' into szabosteve/clarify-pcaic
szabosteve Jan 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 17 additions & 30 deletions docs/reference/connectors-kibana/elastic-managed-llm.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,35 @@
---
navigation_title: "Preconfigured AI Connectors"
navigation_title: "Elastic Managed LLMs"
applies_to:
stack: ga 9.0
serverless: ga
---

# Preconfigured AI Connectors
# Elastic Managed LLMs

<<<<<<< HEAD
Comment thread
szabosteve marked this conversation as resolved.
Outdated
Elastic provides built-in LLMs through AI connectors vetted for GenAI product features across our platform. You can use these models through the [Elastic {{infer-cap}} Service (EIS)](docs-content://explore-analyze/elastic-inference/eis.md).
=======
Comment thread
szabosteve marked this conversation as resolved.
Outdated
Elastic provides built-in LLMs through AI connectors vetted for GenAI product features across our platform.
Currently, the following built-in LLMs are available:

* [`anthropic-claude-4.5-sonnet`](#claude-45)
* [`anthropic-claude-3.7-sonnet`](#claude-37)

## `anthropic-claude-4.5-sonnet` [claude-45]
```{applies_to}
stack: ga 9.3
serverless: ga
```

A high-performance, general-purpose language model suitable for the widest range of use cases.
Model details are available in the [model card](https://assets.anthropic.com/m/12f214efcc2f457a/original/Claude-Sonnet-4-5-System-Card.pdf).

## `anthropic-claude-3.7-sonnet` [claude-37]
```{applies_to}
stack: ga 9.0
serverless: ga
```

`anthropic-claude-3.7-sonnet` is the default LLM used by the AI connector.

::::{note}
* The default LLM may change in the future based on evaluations of performance, security, and accuracy.
* This LLM was called **Elastic Managed LLM** before 9.3.
::::{important}
* {applies_to}`self: ga 9.3+` Elastic Managed LLMs are available through [EIS with Cloud-Connect](docs-content://explore-analyze/elastic-inference/connect-self-managed-cluster-to-eis.md)
Comment thread
szabosteve marked this conversation as resolved.
Outdated
* {applies_to}`stack: ga 9.0-9.2` The available built-in LLM model was called **Elastic Managed LLM** and it was available through the Elastic Managed LLM connector.
Comment thread
szabosteve marked this conversation as resolved.
Outdated
::::

Details of the currently used model are available in the [model card](https://assets.anthropic.com/m/785e231869ea8b3b/original/claude-3-7-sonnet-system-card.pdf).
>>>>>>> 2de76a475f0e16a767ac23d136bac3038ff64071

## Prerequisites

* Requires the `manage_inference` [cluster privilege](https://www.elastic.co/docs/reference/elasticsearch/security-privileges#privileges-list-cluster) (the built-in `inference_admin` role grants this privilege)
* {applies_to}`self: ga 9.3+` Elastic Managed LLMs are available through [EIS with Cloud-Connect](docs-content://explore-analyze/elastic-inference/connect-self-managed-cluster-to-eis.md)
Comment thread
szabosteve marked this conversation as resolved.
Outdated

## Region and hosting

The Preconfigured AI Connectors use third party service providers for {{infer}}. Refer to [the Elastic {{infer-cap}} Service page](https://www.elastic.co/docs/explore-analyze/elastic-inference/eis) for details.
Comment thread
szabosteve marked this conversation as resolved.
Outdated

## Data protection

Customer projects or deployments hosted in any cloud service provider or region have access to the Preconfigured AI Connectors in the AWS US region `us-east-1`.
Customer projects or deployments hosted in any cloud service provider or region have access to Elastic Managed LLMs in the AWS US region `us-east-1`.
All data is encrypted in transit. The LLMs are configured for zero data retention: none of the prompts or outputs are stored by the service provider.

Only request metadata is logged in AWS CloudWatch.
Expand All @@ -58,4 +40,9 @@ Read more at our [AI Data FAQs](https://www.elastic.co/trust/ai-data-faq) to lea

## Pricing

The Preconfigured AI Connectors incur a cost per million tokens for input and output tokens. Refer to the Elastic Cloud [pricing pages](https://www.elastic.co/pricing) for details.
Elastic Managed LLMs incur a cost per million tokens for input and output tokens. Refer to the Elastic Cloud [pricing pages](https://www.elastic.co/pricing) for details.
Comment thread
szabosteve marked this conversation as resolved.
Outdated

## Available models

Elastic Managed LLMs are available exclusively through the Elastic {{infer-cap}} Service.
Comment thread
szabosteve marked this conversation as resolved.
Outdated
You can find the [list of supported models]((docs-content://explore-analyze/elastic-inference/eis.md#supported-models)) on the EIS documentation page.
Comment thread
florent-leborgne marked this conversation as resolved.
Outdated
Loading