Skip to content

Commit

Permalink
Adds inference API links to the NLP APIs page. (#2693) (#2694)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7886c53)

Co-authored-by: István Zoltán Szabó <[email protected]>
  • Loading branch information
mergify[bot] and szabosteve authored Apr 22, 2024
1 parent 9763602 commit 27d3ba4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/en/stack/ml/nlp/ml-nlp-apis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,20 @@ All the trained models endpoints have the following base:
* {ref}/stop-trained-model-deployment.html[Stop trained model deployment]
// UPDATE
* {ref}/put-trained-models-aliases.html[Update trained model aliases]


You can also integrate NLP models from different providers such as Cohere,
HuggingFace, or OpenAI and use them as a service through the {infer} API.

The {infer} APIs have the following base:

[source,js]
----
/_inference/
----
// NOTCONSOLE

* {ref}/put-inference-api.html[Create inference endpoint]
* {ref}/delete-inference-api.html[Delete inference endpoint]
* {ref}/get-inference-api.html[Get inference endpoint]
* {ref}/post-inference-api.html[Perform inference]

0 comments on commit 27d3ba4

Please sign in to comment.