Does Azure open AI Dall e 2 support create variations of images.

Dixit, Nipun 20 Reputation points
2024-07-15T18:55:49.7566667+00:00

My use case is to enhance/modify some existing marketing material in the form of images. Open AI dall e 2 API does offer images.create_variation by passing a local image. However the same fails when using Azure Open AI. I get 404 resource not found. I can generate new images from the same deployment though.

If Azure Open AI Dall e does not support this use case, what other models can I use or what should be general solution design for this use case.

Thanks.

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

Accepted answer
  1. Azar 28,535 Reputation points MVP Moderator
    2024-07-15T20:34:48.77+00:00

    Hi there Dixit, Nipun

    Thanks for using QandA platform

    I think the Azure OpenAI DALL-E 2 does not currently support the images.create_variation API for creating image variations. This functionality is available in the OpenAI DALL-E API but not through Azure OpenAI, which is why you gots a 404 resource not found error.

    For your use case of enhancingyou can try Using the OpenAI DALL-E API directly: instead of the Azure OpenAI service, as it supports the image variation feature.

    If this helps kindly accept the answer thanks much.


0 additional answers

Sort by: Most helpful

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.