Pricing Page details of Cognitive Services [Translator] Seems much more complex on the Pricing Page than in the Pricing Calculator. Clarification Request

Peter Thurwachter (MINDTREE LIMITED) 621 Reputation points
2021-08-22T23:10:05.683+00:00

Hello Cognitive Services Team,

The S1 tier for cognitive-services translator in the pricing page lists out different prices levels depending on feature used. https://azure.microsoft.com/en-us/pricing/details/cognitive-services/translator/

However, the Pricing calculator shows everything as a flat
"X million(s) of characters x $10 Per million characters"

I have 2 scenarios below

--------------------------------

Scenario A:  Register 30 words (Jap/Eng, each Japanese word is 5 chars) into the custom translator dictionary Translate a 1142 char Japanese Web page into English (references the 30 words of the custom translator to output) (Input: Japanese, out of the 1142 chars, 150 were registered characters Output: English, Webpage 2500 chars, of which 300 chars are outputted exactly as registered)

Scenario B:  Register 30 words (Jap/Eng, each Japanese word is 5 chars) into the custom translator dictionary. Translate a 10,000,001 char Japanese Web page into English (references the 30 words of the custom translator to output) (Input: Japanese, out of the 10,000,001 chars, 150 were registered characters Output: English, Webpage 30,000,001 chars, of which 300 chars are outputted exactly as registered)

--------------------------------

IF using the Pricing Calculator, I would think this would simply be
A: $10 as (1142 chars is within the 1st million)
B: $20 (with1million and 1 chars, another $10 is to be charged for the next 1,000,001 ~ 2,000,000 transactions )

OR

Does the "registering 30 words x 5 chars each, 150 chars to the custom dictionary" portion of both scenarios make use of one of the other $40 or $10 per million "custom translation" feature costs to be added on top?

125353-image.png

Thank you in advance for your time and expertise,
Peter

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,681 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
    2021-08-23T11:45:35.52+00:00

    @Peter Thurwachter (MINDTREE LIMITED) The pricing calculator in this case is not updated to reflect the correct pricing for usage in case of custom translation. The pricing page should be the correct way to estimate your cost in this case as the calculator can only be used to approximate the values.

    In terms of the scenarios, if we look at the FAQ of the pricing page. The following is mentioned:

    There are three billed activities that you can perform during Custom Translation:

    Model hosting: Hosting a model means that it is available to use for Custom Translation. You are charged a flat fee for every model that is hosted during a billing period. This is NOT pro-rated if the model is hosted for less than the full month.

    Training: Every time you train a model, you are charged a fee for every character in the training data. You are charged for characters in both the source and target languages of the training set, but there is a cap to how much you can be charged for any given training run, no matter how many characters are in your training data. This cap applies to each training run, i.e. you would be charged if you were to re-run the same set.

    Translation: You are charged for every character of text translated by your Custom Translation model.

    The charges in case of custom translator are for every character translated by the model.

    If you have content that is mixed i.e both standard and custom then based on the tier chosen you will be billed for standard translation and if you pass the category id to use custom translator you will be billed for custom translation for the characters that are translated.

    In both the cases the characters are counted based on the translation for that category so in S1 you will be charged 10$ for standard translation for 1 Million characters, if you also use custom translation with this resource then 40$ for upto 1 Million characters for custom translation.

    Depending on your scenarios if you have more of custom translation you can choose C2-C4 tiers

    1 person found this answer helpful.

Your answer

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