elasticsearch/docs/reference/tab-widgets/inference-api/infer-api-requirements.asciidoc
István Zoltán Szabó adb23531f9
[DOCS] Adds Google Vertex AI tutorial (#112339)
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2024-08-30 13:17:59 +02:00

69 lines
2.3 KiB
Text

// tag::cohere[]
A https://cohere.com/[Cohere account] is required to use the {infer} API with
the Cohere service.
// end::cohere[]
// tag::elser[]
ELSER is a model trained by Elastic. If you have an {es} deployment, there is no
further requirement for using the {infer} API with the `elser` service.
// end::elser[]
// 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::google-vertex-ai[]
* A https://console.cloud.google.com/[Google Cloud account]
* A project in Google Cloud
* The Vertex AI API enabled in your project
* A valid service account for the Google Vertex AI API
* The service account must have the Vertex AI User role and the `aiplatform.endpoints.predict` permission.
// end::google-vertex-ai[]
// 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[]
// tag::alibabacloud-ai-search[]
* An AlibabaCloud Account with https://console.aliyun.com[AlibabaCloud] access
* An API key generated for your account from the https://opensearch.console.aliyun.com/cn-shanghai/rag/api-key[API keys section]
// end::alibabacloud-ai-search[]