Getting a Model's Details

View the details for a model in Language.

    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.

    5. Click the name of the model.

      The model details page opens.

  • Use the oci ai language model get command and required parameters to edit (update) a model:

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

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

  • Use the GetModel operation to edit (update) a model.