Using Applications

Use an application endpoint to invoke a hosted application in OCI Generative AI.

Use the application detail page to find the endpoint for an application and copy it for use in client applications.

Find an Application

  1. Go to the Applications list page. If you need help finding the list page, see Listing Applications.
  2. Use the Application type filter to narrow the list by authentication type.
    • Default: Applications that use identity domain bearer token authentication.
    • OCI IAM: Applications that use OCI IAM authentication.
  3. Select the application that you want to use.

How to Use

On the application detail page, copy the API endpoint and use it in a client application. Append the custom path that your container exposes to the endpoint.

For applications with the Default application type, the endpoint includes hostedApplications. This application type uses identity domain bearer token authentication.

https://inference.generativeai.<region>.oci.oraclecloud.com/20251112/hostedApplications/ocid1.generativeaihostedapplication.oc1.<region>.../actions/invoke/<custom_path>

For applications with the OCI IAM application type, the endpoint includes hostedApplicationsIam. This application type uses OCI IAM request-signature authentication.

https://inference.generativeai.<region>.oci.oraclecloud.com/20251112/hostedApplicationsIam/ocid1.generativeaihostedapplicationiam.oc1.<region>.../actions/invoke/<custom_path>