Creating an Endpoint
Create an endpoint for a custom or pretrained model on a hosting dedicated AI cluster in OCI Generative AI.
On the Endpoints list page, select Create endpoint. If you need help finding the list page, see Listing Endpoints.
Endpoint Information
Hosting configuration
Guardrails
Use the endpoint create command and required parameters to create a custom model:
oci generative-ai endpoint create --model-id <model-OCID> --compartment-id <compartment-OCID> --dedicated-ai-cluster-id <hosting-dedicated-AI-cluster-OCID> [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Note
For pretrained models, instead of an OCID, you can use the model name exactly as listed in the Console's playground. You can also find this OCI model name, in the model's detail page in Pretrained Foundational Models in Generative AI.Run the CreateEndpoint operation to create a custom model.
Note
For pretrained models, instead of an OCID, you can use the model name exactly as listed in the Console's playground. You can also find this OCI model name, in the model's detail page in Pretrained Foundational Models in Generative AI.