An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
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.