Listing Models

List the models in a Language project.

    1. Open the navigation menu and select Analytics & AI. Under AI Services, select Language.
    2. In the left-side navigation menu, select Projects.
      The projects list page opens. All projects in the selected compartment are displayed in a table.
    3. Select the compartment that contains the project with the models that you want to view.
    4. Under Resources, select Models.

      The models in the project are displayed. All models are displayed in a table.

    A model can be in one of the following statuses:

    • Creating: The model is being created.

    • Active: The model is successfully created and ready for use.

    • Updating: The model details, such as name, DNS zones, or compartment, are being updated.

    • Moving: The model is being moved to another compartment.

    • Deleting: The model is being deleted.

    • Deleted: The model is successfully deleted.

    • Failed: The model wasn't created, updated, or deleted successfully.

  • Use the oci ai language model list command and required parameters to list the models in a project:

    oci ai language model list --compartment-id <compartment-id>...[OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the ListModels operation to list the models in a project.