mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
23 lines
No EOL
684 B
Text
23 lines
No EOL
684 B
Text
[role="xpack"]
|
|
[[inference-apis]]
|
|
== {infer-cap} APIs
|
|
|
|
experimental[]
|
|
|
|
IMPORTANT: The {infer} APIs enable you to use certain services, such as ELSER,
|
|
OpenAI, or Hugging Face, in your cluster. This is not the same feature that you
|
|
can use on an ML node with custom {ml} models. If you want to train and use your
|
|
own model, use the <<ml-df-trained-models-apis>>.
|
|
|
|
You can use the following APIs to manage {infer} models and perform {infer}:
|
|
|
|
* <<delete-inference-api>>
|
|
* <<get-inference-api>>
|
|
* <<post-inference-api>>
|
|
* <<put-inference-api>>
|
|
|
|
|
|
include::delete-inference.asciidoc[]
|
|
include::get-inference.asciidoc[]
|
|
include::post-inference.asciidoc[]
|
|
include::put-inference.asciidoc[] |