Content Filtering Annotations Preview Pricing

Marcus Hwang 20 Reputation points
2023-09-21T12:39:22.58+00:00

https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/content-filter#annotations-preview

From this section in documentation, using "2023-06-01-preview" as api-version, I can check the content filter annotation results.

BTW, I have a question about pricing when using this preview feature.

It seems for not filtered results, it contains usage with completion_tokens fixed as 16 tokens.

And for filtered results, it doesn't contains any usage data.

So, does this token usage also count same pricing as https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/ this page argues?

Or, is there any different pricing policy, please let me know.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,106 questions
0 comments No comments
{count} votes

Accepted answer
  1. Saurabh Sharma 23,821 Reputation points Microsoft Employee
    2023-09-21T20:10:41.29+00:00

    Hi @Marcus Hwang

    Welcome to Microsoft Q&A! Thanks for posting the question.

    AFAIK there is not separate billing, and the billing is as per the pricing page.

    Also, you will be billed for responses which invoke content filtering -

    • For the prompt/input token, and since no response is generated (it doesn't exist to be billed)
    • In the case of streaming, you will be billed for input + response, up until content filtering is encountered.
    • If you cancel your request, you will still be billed for any processing the model has already done,

    before receiving the cancellation request

    Please let me know if you have any other questions.

    Thanks

    Saurabh


    Please 'Accept as answer' and Upvote if it helped so that it can help others in the community looking for help on similar topics.


0 additional answers

Sort by: Most 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.