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.