ORACLE CLOUD

Generative AI actions

14 actions you can wire into a flow, alongside everything else in the Oracle Cloud integration.

Every Generative AI action

  • OCI Generative AI: Change Endpoint CompartmentMove a Generative AI endpoint into a different compartment: the endpoint keeps its OCID, only its compartment placement changes.
  • OCI Generative AI: ChatSend a message to an on-demand Cohere chat model and return its reply.
  • OCI Generative AI: Create EndpointCreate an endpoint that hosts a model on a dedicated AI cluster for inference. Returns a work-request id: poll Get Endpoint until ACTIVE.
  • OCI Generative AI: Delete EndpointDelete a Generative AI endpoint by its OCID: it tears down the hosting for its model. Returns a work-request id to track the async teardown.
  • OCI Generative AI: Embed TextTurn one or more input strings into vector embeddings with an on-demand OCI Generative AI embedding model.
  • OCI Generative AI: Generate TextRun a single text-generation (completion) request against an on-demand Generative AI model and return the generated text.
  • OCI Generative AI: Get EndpointFetch a single Generative AI endpoint by its OCID: its model, dedicated AI cluster, description and lifecycle state.
  • OCI Generative AI: Get ModelFetch a single Generative AI model by its OCID: its vendor, version, capabilities, base model and lifecycle state.
  • OCI Generative AI: List Dedicated AI ClustersList the dedicated AI clusters in a compartment. Optionally filter by exact display name or lifecycle state, and cap the page size. Walks pagination up to a safe cap.
  • OCI Generative AI: List EndpointsList the Generative AI endpoints in a compartment. Optionally filter by exact display name or lifecycle state, and cap the page size. Walks pagination up to a safe cap.
  • OCI Generative AI: List ModelsList the Generative AI models in a compartment. Optionally filter by capability, vendor or lifecycle state. Walks pagination up to a safe cap.
  • OCI Generative AI: Rerank TextRerank a list of documents by relevance to a query using an OCI Generative AI rerank model, returning each document's original index and relevance score.
  • OCI Generative AI: Summarize TextSummarize a block of text with an on-demand OCI Generative AI model and return the summary.
  • OCI Generative AI: Update EndpointPartially update a Generative AI endpoint: change only the display name or description you supply; blank fields are left unchanged. Asynchronous: returns a work-request id, poll Get Endpoint until ACTIVE.

Also in Oracle Cloud

Put Generative AI in a flow

These actions sit on the same canvas as every other integration, so a Generative AI step can follow a form, a schedule or a message without any glue code.