elasticsearch/docs/reference/inference/inference-apis.asciidoc
István Zoltán Szabó e93892c0fd
[DOCS] Expands inference API docs (#104047)
Co-authored-by: David Kyle <david.kyle@elastic.co>
2024-01-09 15:46:46 +01:00

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[]