elasticsearch/docs/reference/tab-widgets/inference-api/infer-api-requirements.asciidoc
Mark J. Hoy 560d4048d2
[Inference API] Add Docs for Amazon Bedrock Support for the Inference API (#110594)
* Add Amazon Bedrock Inference API to docs

* fix example errors

* update semantic search tutorial; add changelog

* fix typo

* fix error; accept suggestions
2024-07-12 10:14:54 -04:00

47 lines
1.5 KiB
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[]
// tag::azure-ai-studio[]
* An https://azure.microsoft.com/free/cognitive-services?azure-portal=true[Azure subscription]
* Access to https://ai.azure.com/[Azure AI Studio]
* A deployed https://ai.azure.com/explore/models?selectedTask=embeddings[embeddings] or https://ai.azure.com/explore/models?selectedTask=chat-completion[chat completion] model.
// end::azure-ai-studio[]
// tag::mistral[]
* A Mistral Account on https://console.mistral.ai/[La Plateforme]
* An API key generated for your account
// end::mistral[]
// tag::amazon-bedrock[]
* An AWS Account with https://aws.amazon.com/bedrock/[Amazon Bedrock] access
* A pair of access and secret keys used to access Amazon Bedrock
// end::amazon-bedrock[]