elasticsearch/docs/reference/tab-widgets/inference-api/infer-api-requirements.asciidoc
Mark J. Hoy 624a5b1fe5
Add Docs for Azure OpenAI Embeddings Inference (#107498)
* Update docs for Azure OpenAI Embeddings inference

* cleanups

* update link for dot_product similarity

* final cleanups
2024-04-16 10:52:27 -04:00

28 lines
814 B
Text

// tag::cohere[]
A https://cohere.com/[Cohere account] is required to use the {infer} API with
the Cohere service.
// end::cohere[]
// tag::hugging-face[]
A https://huggingface.co/[HuggingFace account] is required to use the {infer}
API with the HuggingFace service.
// end::hugging-face[]
// tag::openai[]
An https://openai.com/[OpenAI account] is required to use the {infer} API with
the OpenAI service.
// end::openai[]
// tag::azure-openai[]
* An https://azure.microsoft.com/free/cognitive-services?azure-portal=true[Azure subscription]
* Access granted to Azure OpenAI in the desired Azure subscription.
You can apply for access to Azure OpenAI by completing the form at https://aka.ms/oai/access.
* An embedding model deployed in https://oai.azure.com/[Azure OpenAI Studio].
// end::azure-openai[]