OCNORA

Google Vertex AI

Google CloudOAuth 2.0credential probe

Invoke Gemini foundation models on Google Vertex AI (Google OAuth2).

OCNORA ships 10 typed Google Vertex AI operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 10

  • Count Tokens
    Count the tokens a Gemini model would consume for a prompt (no generation).
    vertex_ai.count_tokens
  • Create Endpoint
    Creates an Endpoint.
    vertex_ai.create_endpoint
  • Delete Endpoint
    Deletes an Endpoint.
    vertex_ai.delete_endpoint
  • Embed Text
    Create vector embeddings for one or more texts with a Google embedding model.
    vertex_ai.embed_text
  • Generate
    Invoke a Gemini foundation model on Google Vertex AI.
    vertex_ai.generate_content
  • Get Endpoint
    Gets an Endpoint.
    vertex_ai.get_endpoint
  • List Endpoints
    Lists Endpoints in a Location.
    vertex_ai.list_endpoints
  • Predict
    Send instances to a deployed Vertex AI endpoint and return its predictions.
    vertex_ai.predict
  • Replace Endpoint
    Updates an Endpoint with a long running operation.
    vertex_ai.replace_endpoint
  • Update Endpoint
    Updates an Endpoint.
    vertex_ai.update_endpoint

Run your first Google Vertex AI workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.