Data Source: oci_generative_ai_models

This data source provides the list of Models in Oracle Cloud Infrastructure Generative Ai service.

Lists the models in a specific compartment. Includes pretrained base models and fine-tuned custom models.

Example Usage

data "oci_generative_ai_models" "test_models" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    capability = var.model_capability
    display_name = var.model_display_name
    id = var.model_id
    state = var.model_state
    vendor = var.model_vendor
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Model Reference

The following attributes are exported: