infer-api-requirements.asciidoc 814 B

12345678910111213141516171819202122232425262728
  1. // tag::cohere[]
  2. A https://cohere.com/[Cohere account] is required to use the {infer} API with
  3. the Cohere service.
  4. // end::cohere[]
  5. // tag::hugging-face[]
  6. A https://huggingface.co/[HuggingFace account] is required to use the {infer}
  7. API with the HuggingFace service.
  8. // end::hugging-face[]
  9. // tag::openai[]
  10. An https://openai.com/[OpenAI account] is required to use the {infer} API with
  11. the OpenAI service.
  12. // end::openai[]
  13. // tag::azure-openai[]
  14. * An https://azure.microsoft.com/free/cognitive-services?azure-portal=true[Azure subscription]
  15. * Access granted to Azure OpenAI in the desired Azure subscription.
  16. You can apply for access to Azure OpenAI by completing the form at https://aka.ms/oai/access.
  17. * An embedding model deployed in https://oai.azure.com/[Azure OpenAI Studio].
  18. // end::azure-openai[]