Azure OpenAI and custom models

Roberto Guardamagna 0 Reputation points
2024-03-21T16:17:45.9733333+00:00

Hi,

I'm new with Azure OpenAI and I'm trying to "build" a custom model based on "Chat" logic.
When I create a new model, there are only 3 base models available: ada(1), babbage(1), curie(1).
I selected the "ada(1)", selected the JSONL with a few lines just to test and deployed it.
Then I developed a small C# program using "Betalgo OpenAI" nuget package.
Everything works if I use a deploy based on "gpt-35-turbo" (for example), if I select the deployed custom model I get an error

The chatCompletion operation does not work with the specified model, ada.ft-7cef33ac464e49ba87be059053ce3ac1-custom-fields-test. Please choose different model and try again. You can learn more about which models can be used with each operation here: https://go.microsoft.com/fwlink/?linkid=2197993.

so...which are the models that support "ChatCompletion"?
Babbage(1)?
Curie(1)?

Thank you, regards.

Roberto

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

2 answers

Sort by: Most helpful
  1. Charlie Wei 3,335 Reputation points
    2024-03-21T16:40:03.36+00:00

    Hello Roberto Guardamagna,

    The available fine-tuning models and their associated regions can be found in this document.

    enter image description here

    Best regards,
    Charlie


    If you find my response helpful, please consider accepting this answer and voting 'yes' to support the community. Thank you!


  2. VasaviLankipalle-MSFT 18,676 Reputation points Moderator
    2024-03-22T23:53:28.0733333+00:00

    Hello @Roberto Guardamagna ,Thanks for using Microsoft Q&A Platform.

    Regarding your question about the models that support "ChatCompletion"?

    The Chat Completion API is a new dedicated API for interacting with the GPT-35-Turbo and GPT-4 models. This API is the preferred method for accessing these models. It is also the only way to access the new GPT-4 models.

    So, try with these models. Additionally, as mentioned by @Charlie Wei , please check the finetuning model availability and its region. Try to create resource in these supported regions.

    I hope this helps.

    Regards,

    Vasavi

    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.