Share via

OpenAI Studio Deployments not showing up in Completions Playground

Bruce St. Germain 20 Reputation points
2023-10-16T20:37:59.97+00:00

Following along the exercise in the Get started with Azure OpenAI Service learning module. Created resource and deployment per instructions. When selecting Completions Playground, the deployments pulldown is grayed out. Tried creating another deployment configuration, tried waiting, tried exiting and reentering resource. Still nothing listed. Exercise said to use GPT-35-turbo.

Azure OpenAI in Foundry Models

Answer accepted by question author

  1. Saurabh Sharma 23,866 Reputation points Microsoft Employee Moderator
    2023-10-17T19:40:53.82+00:00

    Hi @Bruce St. Germain ,

    You are not seeing the deployed models in the drop down as GPT-35 Turbo(0613) and GPT-35 Turbo-16K(0613) only supports Chat Completions API. Please refer to the documentation for details around different models.

    Only the older version (0310) of GPT-35 Turbo supports both Chat and Completions API, if you already have a deployed model.

    Also, version 0613 and all future versions of gpt-35-turbo will only be made available in the /chat/completions API. Please refer to the code to use this model for ChatCompletions API.

    Please let me know if you have any other questions.

    Thanks

    Saurabh


    Please 'Accept as answer' and Upvote if it helped so that it can help others in the community looking for help on similar topics.

    Was this answer helpful?

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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