O4-mini-250416 error 500 using azure OpenAI API call

I am using o4-mini and o3-mini using azure OpenAI API call. o3-mini works completely fine but o4-mini never worked and gave me error 500 (The server had an error while processing your request. Sorry about that!)
{
“error”: {
“message”: “The server had an error while processing your request. Sorry about that!”,
“type”: “server_error”
}
}