Struggling to calculate costs for a few services for Avatar AI

It is VMS 270 Reputation points
2025-07-11T14:20:13.5833333+00:00

Hello all

Look at this sample code as it kind of summarizes what I want to do https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/python/web/avatar/README.md

Basically, an A.I. avatar that will use a custom prompt, and a default avatar and a default language that is supported on a valid region. By default, what I mean is something that is already provided by Azure. So, I won't use our own avatar, nor will i use our own voice. Not initially. Nor will we use any AI Search for Cognitive Search yet.

We will use a GPT4.0 or GPT4.1 from Azure AI for the AI responses.

I am struggling with the costs on Azure pricing calculator. Can someone please help let us know how to calculate the costs? We are currently on a sponsorship and it is a mess to analyse the usage as we have several projects running on the same regions as the custom avatar!

Will very much appreciate any tips.

Thanks!

Azure Speech in Foundry Tools

2 answers

Sort by: Most helpful
  1. Pavankumar Purilla 11,655 Reputation points Moderator
    2025-07-14T09:28:27.5366667+00:00

    Hi It is VMS,

    Yes, you're right when using an existing Azure-provided avatar like Lisa along with a built-in neural voice, the pricing falls under Azure Speech Services, specifically covering two components: Text-to-Speech (TTS) and the Avatar service. The Avatar service is billed at approximately $1.44 per 6-minute block of generated video output, while the neural TTS is billed separately at around $4.00 per 1 million characters of synthesized speech. So, both services contribute to the total cost: TTS for generating the speech, and the Avatar service for rendering the video with lip-sync and facial expressions. If you later choose to use your own avatar meaning your own video and voice there will be additional charges.
    Custom avatars typically require a training and onboarding process, which may involve one-time custom model training fees and must go through Microsoft’s approval as part of their Limited Access Program. After deployment, usage of a custom avatar would still be billed under the Avatar rendering service, and the Custom Neural Voice would have its own separate and typically higher pricing tier than standard voices. These custom capabilities are subject to ethical review and approval processes, which are documented in detail on the Microsoft Learn portal.

    Was this answer helpful?

    0 comments No comments

  2. It is VMS 270 Reputation points
    2025-07-11T17:17:07.8233333+00:00

    Thanks @Pavankumar Purilla

    GPT pricing is straight forward. It is the A.I. avatar pricing that is confusing

    If I use an existing avatar on Azure, like Lisa & use an existing voice as well, what are the pricing that I should take into account? If I understood you correctly, in this case, it is Azure speech services (for both text to speech & vice-versa, plus the Avatar service, right?

    And, later, if I have the Avatar with my own video & voice, for example, will there be additional pricing for training and for the speech service & for the avatar service?

    Thanks again!

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.