Vertex AI API (aiplatform:v1beta1)

2024-02-10

2 new methods

Additions

    Methods
  • aiplatform.projects.locations.endpoints.generateContent

      Path : v1beta1/{+model}:generateContent

      HTTP Method : POST

      Parameters :

        model

          Pattern : ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$

          Description : Required. The name of the publisher model requested to serve the prediction. Format: `projects/{project}/locations/{location}/publishers/*/models/*`

          Required : Yes

          Type : string

          Location : path

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:generateContent

      Parameter Order : model

      Description : Generate content with multimodal inputs.

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.projects.locations.publishers.models.generateContent

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:generateContent

      Parameter Order : model

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Generate content with multimodal inputs.

      Path : v1beta1/{+model}:generateContent

      HTTP Method : POST

      Parameters :

        model

          Type : string

          Required : Yes

          Description : Required. The name of the publisher model requested to serve the prediction. Format: `projects/{project}/locations/{location}/publishers/*/models/*`

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$