Limitation and use of the Google Cloud Vision API

In my project, I need to use the Google Vision API to find out if an image uploaded by a user is rated as adult content or not.

On the documentation page, we have the Google Vision API Pricing table in which we see that there is a free plan in which you have some limitations. To start using this, I need to join a free trial and set up a billing account.

My questions are as follows:

  • When the limits are reached, will I be billed by Google? Or will the service be unavailable until I acknowledge that an invoice will be issued for this?
  • How did I join the free trial, is this use of the API limited to the trial period (60 days), or is it free (limited) even when the trial period is over?
+5
source share
1 answer

When the limits are reached, will I be billed by Google? Or will the service be unavailable until I acknowledge that an invoice will be issued for it?

When you reach the limit, the service will stop working. Google doesn't charge you, as DalmTo said

How did I join the free trial, is this API limited to a trial period (60 days), or is it free (limited) even if the trial has ended?

For the Cloud Vision API, after a free trial, image analysis features are free with a cap of 1000 units per month. Price Google Cloud Vision API

+4
source

Source: https://habr.com/ru/post/1264639/


All Articles