Shinal K Please see below information for more details.
You are not seeing the deployed models in the drop down as gpt-35-turbo-16k
(0613) only supports Chat Completions API. Please refer to the documentation for details around different models.
GPT-3.5 models can understand and generate natural language or code. The most capable and cost effective model in the GPT-3.5 family is GPT-3.5 Turbo, which has been optimized for chat and works well for traditional completions tasks as well. GPT-3.5 Turbo is available for use with the Chat Completions API. GPT-3.5 Turbo Instruct has similar capabilities to text-davinci-003
using the Completions API instead of the Chat Completions API. We recommend using GPT-3.5 Turbo and GPT-3.5 Turbo Instruct over legacy GPT-3.5 and GPT-3 models.
Also, 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.
Unless you have a specific use case that requires the completions endpoint, we recommend instead using the chat completions endpoint which allows you to take advantage of the latest models like GPT-4o, GPT-4o mini, and GPT-4 Turbo.
I deployed gpt-35-turbo-instruct
(0914) model and able to see it under completions.
Please let me know if you have any other questions.
If the response helped, please do click Accept Answer
and Yes
for was this answer helpful.