Endpoint name and key for Embedding Model

Karuna Tiwari 100 Reputation points
2024-01-09T06:49:09.2766667+00:00

How can I find the Endpoint name and key for Embedding Model (text-embedding-ada-002). To get the Chat Model Endpoint name and key, I use Azure Open AI Chat Playground --> view Code. But cant seem to find a way to get the Endpoint name and key for Embedding Model.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,081 questions
0 comments No comments
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2024-01-18T14:40:32.3166667+00:00

    Karuna Tiwari I'm glad that your issue is resolved and thank you for posting your solution so that others experiencing the same thing can easily reference this!

    Since the Microsoft Q&A community has a policy that the question author cannot accept their own answer, they can only accept answers by others, I'll repost your solution in case you'd like to Accept the answer.

    Query: How can I find the Endpoint name and key for Embedding Model (text-embedding-ada-002). To get the Chat Model Endpoint name and key, I use Azure Open AI Chat Playground --> view Code. But cant seem to find a way to get the Endpoint name and key for Embedding Model.

    Solution:

    I was able to solve the issue. For Embedding Endpoint, we should use - https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/embeddings?api-version=2023-05-15 and the Endpoint Key is the same as Azure OpenAI key.

    If you have any other questions, please let me know. Thank you again for your time and patience throughout this issue.

    1 person found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2024-01-09T08:36:45.87+00:00

    Karuna Tiwari Greetings!

    How can I find the Endpoint name and key for Embedding Model (text-embedding-ada-002).

    Endpoint name and keys for the Azure OpenAI models can be found in the Azure Portal.

    Go to your resource in the Azure portal. The Endpoint and Keys can be found in the Resource Management section. You can use either KEY1 or KEY2.

    Please see below for more details.

    User's image

    Always having two keys allows you to securely rotate and regenerate keys without causing a service disruption.

    Please refer Retrieve key and endpoint for more details.

    Hope this helps. Do let me know if you have any further queries.


    If the response helped, please do click Accept Answer and Yes for was this answer helpful.

    Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.


  2. Karuna Tiwari 100 Reputation points
    2024-01-18T14:34:31.35+00:00

    I was able to solve the issue. For Embedding Endpoint, we should use - https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/embeddings?api-version=2023-05-15 and the Endpoint Key is the same as Azure OpenAI key.

    0 comments No comments

  3. Tommy 0 Reputation points
    2024-11-24T14:48:30.5666667+00:00

    Hello,

    I have a similar problem. I`m trying to connect my web app (Bubble apps) with Immersive Reader API.

    I can find the endpoint, but it does not work as standing alone.
    Do i need to combine it with a location?

    What would be my URL for the endpoint?

    cognitive.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.