Freemium

Google Cloud AI API

Google Cloud AI API (Vertex AI) provides a unified platform for building, training, and deploying machine learning models. It integrates with Google’s pre-trained APIs for NLP, vision, and speech while supporting custom model training at scale. Use cases include predictive analytics, generative AI, chatbots, image recognition, recommendation engines, and enterprise automation.

1

Endpoints

0

Views

Aug 29, 2025

Last Checked

NaN

Rate Limit

API Endpoints

Get text predictions using Google Cloud AI

Full URL

https://vertexai.googleapis.com/v1/v1/projects/your-project/locations/us-central1/publishers/google/models/text-bison:predict

Code Examples

curl -X POST 'https://vertexai.googleapis.com/v1/v1/projects/your-project/locations/us-central1/publishers/google/models/text-bison:predict' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

{
  "instances": [
    {
      "content": "What is the capital of France?"
    }
  ],
  "parameters": {
    "temperature": 0.2
  }
}

Example Response

{
  "predictions": [
    {
      "content": "The capital of France is Paris."
    }
  ]
}

Version

v1

Rate Limit

Free tier available
Tags
google-cloudnlpvision-ai
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

Free tier available

Supported Languages
PythonJavaScriptJava
Use Cases
machine learning
vision AI
natural language processing

Related APIs

Discover similar APIs that might interest you

APIfreemium

Hugging Face Inference API

The Hugging Face Inference API allows de...

Category
Artificial Intelligence
Endpoints
1
aimlnlp
Google Cloud AI API (Vertex AI) - Machine Learning & Generative AI | Free API Hub