An Azure service that integrates speech processing into apps and services.
This behavior is expected currently and not an issue with your setup.
The main point to understand is that Text-to-Speech Avatar is not deployed like Azure OpenAI models in AI Foundry. Even if you see it in the catalog, it is not yet available as a deployable model, which is why you get the message “model is not yet available for deployment.
What is actually happening
- Text-to-speech avatar is a Speech service feature, not a standard deployable model in Foundry.
- In some regions like West Europe or Sweden Central, the feature exists, but deployment through Foundry is not supported yet.
- There is no public timeline yet for when it will be available as a deployable model.
How you can use it (working approach)
Instead of trying to deploy it from Foundry, you can use it through Azure Speech Service APIs or tools:
- Create a Speech resource in a supported region
- Use Speech Studio or SDK/API to generate avatar videos
- Try:
- Real-time avatar (interactive)
- Batch avatar (video generation)
You can follow the official quickstart here:
Supported regions
Make sure your Speech resource is in a region where avatar is supported (for example):
- East US 2
- North Europe
- South Central US
- Southeast Asia
- Sweden Central
- West Europe
- West US 2
You can also check the official region list here:
Common things to double check
- You are using a Speech resource (not only Foundry model deployment)
- Region supports avatar feature
- Using standard S0 pricing tier (needed for avatar features) [learn.microsoft.com]
- Trying via Speech Studio or SDK instead of model deployment
In short:
- The error is not a bug
- Avatar cannot be deployed as a model in Foundry yet
- You can still use it via Speech service APIs or Speech Studio
Do let me know if you have any further queries.
Thankyou!