Creating a Model Endpoint
To access a model in Language, create an endpoint for the model. You can run inferences on a trained model with the endpoint in Language.
The model endpoint is created. The create process can take a couple of minutes. When the model endpoint is created successfully, the model endpoint is in an ACTIVE state and can be used. Use the oci ai language endpoint create command and required parameters to create a model endpoint:
oci ai language endpoint create --compartment-id <compartment-id> -c [<name>]... [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Run the CreateEndpoint operation to create model endpoints.