An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hello @KWOK Tsz Wing
Welcome to Microsoft Q&A .Thank you for reaching out to us.
In addition to the inputs provided by Sina Salam , please see if the following help
This behavior may not always appear broadly visible due to several factors
- Workload variability - Image generation latency depends on prompt complexity, image size, and quality settings, which can lead to different experiences across environments
- Deployment configuration differences - Performance can vary based on deployment type (standard vs provisioned) and regional characteristics
The Playground uses the same deployed endpoint and APIs that are used in production integrations. As a result,
- A failure in Playground generally reflects the same behavior that would occur in API-based integration
- Stable responses are required before production integration can proceed
Image generation workloads can take longer to process, depending on parameters such as resolution and quality
please see if the following help -
- Please validate deployment status by ensuring that the deployment state shows “Succeeded”
- Test simplified requests using minimal prompts and smaller image sizes where applicable. Lower complexity can help reduce processing time
- Performing model-level comparison by testing another available image model within the same resource. This helps determine whether the issue is model-specific or broader.
- Reviewing deployment configuration by confirming the deployment type and region are supported for the selected model as not all models support all deployment types
- Kindly ensure that appropriate timeout and retry logic is configured for longer-running requests
The following references might be helpful , please check them out
- How to Use Image Generation Models from OpenAI - Microsoft Foundry | Microsoft Learn
- How to troubleshoot your deployments and monitors in Microsoft Foundry portal (classic) - Microsoft Foundry (classic) portal | Microsoft Learn
- Troubleshoot online endpoint deployment - Azure Machine Learning | Microsoft Learn
Thank you