Google Vertex AI website screenshot

Google Vertex AI

Google Vertex AI is a machine learning platform that enables developers and data scientists to build, deploy, and scale ML models, including generative AI models, with pre-trained APIs, AutoML, and custom training capabilities.

1 APIs 0 Features
Artificial IntelligenceGenerative AIGoogle CloudMachine LearningML Models

APIs

Google Vertex AI API

The Google Vertex AI API provides programmatic access to build, deploy, and manage machine learning models, run predictions, manage datasets, and orchestrate ML pipelines on Goo...

Collections

GraphQL

Google Vertex AI GraphQL API

Google Vertex AI is a unified machine learning platform covering model training, deployment, AutoML, feature store, model registry, pipelines, experiments, and access to foundat...

GRAPHQL

Pricing Plans

Rate Limits

Google Vertex Ai Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Vertex AI API
  version: v1
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Models
    type: folder
  items:
  - info:
      name: Google Vertex AI List models
      type: http
    http:
      method: GET
      url: https://us-central1-aiplatform.googleapis.com/v1/projects/:project/locations/:location/models
      params:
      - name: project
        value: ''
        type: path
      - name: location
        value: ''
        type: path
    docs: Lists models in the specified project and location.
  - info:
      name: Google Vertex AI Get a model
      type: http
    http:
      method: GET
      url: https://us-central1-aiplatform.googleapis.com/v1/projects/:project/locations/:location/models/:model
      params:
      - name: project
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: model
        value: ''
        type: path
    docs: Gets a model by resource name.
  - info:
      name: Google Vertex AI Delete a model
      type: http
    http:
      method: DELETE
      url: https://us-central1-aiplatform.googleapis.com/v1/projects/:project/locations/:location/models/:model
      params:
      - name: project
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: model
        value: ''
        type: path
    docs: Deletes a model and all of its versions.
- info:
    name: Endpoints
    type: folder
  items:
  - info:
      name: Google Vertex AI List endpoints
      type: http
    http:
      method: GET
      url: https://us-central1-aiplatform.googleapis.com/v1/projects/:project/locations/:location/endpoints
      params:
      - name: project
        value: ''
        type: path
      - name: location
        value: ''
        type: path
    docs: Lists endpoints in the specified project and location.
  - info:
      name: Google Vertex AI Create an endpoint
      type: http
    http:
      method: POST
      url: https://us-central1-aiplatform.googleapis.com/v1/projects/:project/locations/:location/endpoints
      params:
      - name: project
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates an endpoint for deploying models.
- info:
    name: Predictions
    type: folder
  items:
  - info:
      name: Google Vertex AI Run a prediction
      type: http
    http:
      method: POST
      url: https://us-central1-aiplatform.googleapis.com/v1/projects/:project/locations/:location/endpoints/:endpoint:predict
      params:
      - name: project
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: endpoint
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Runs a prediction against a deployed model on the specified endpoint.
- info:
    name: Datasets
    type: folder
  items:
  - info:
      name: Google Vertex AI List datasets
      type: http
    http:
      method: GET
      url: https://us-central1-aiplatform.googleapis.com/v1/projects/:project/locations/:location/datasets
      params:
      - name: project
        value: ''
        type: path
      - name: location
        value: ''
        type: path
    docs: Lists datasets in the specified project and location.
- info:
    name: TrainingPipelines
    type: folder
  items:
  - info:
      name: Google Vertex AI List training pipelines
      type: http
    http:
      method: GET
      url: https://us-central1-aiplatform.googleapis.com/v1/projects/:project/locations/:location/trainingPipelines
      params:
      - name: project
        value: ''
        type: path
      - name: location
        value: ''
        type: path
    docs: Lists training pipelines in the specified project and location.
bundled: true