Creating a Routing Profile
Create a routing profile for an on-demand model in OCI Generative AI.
The routing profile appears on the Routing profiles list page. Select its name to view its details. Use the routing-profile create command and required parameters to create a routing profile:
oci generative-ai routing-profile create --compartment-id <compartment-OCID> --display-name "<routing-profile-name>" [OPTIONS]To configure model and region selection, use the optional
--model-routing-policyand--region-routing-policyparameters. Provide each policy as a valid JSON string or a JSON file using thefile://syntax.For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the CreateRoutingProfile operation to create a routing profile.