modelRoutingPreference property

String? modelRoutingPreference
getter/setter pair

The model routing preference. Possible string values are:

  • "UNKNOWN" : Unspecified model routing preference.
  • "PRIORITIZE_QUALITY" : The model will be selected to prioritize the quality of the response.
  • "BALANCED" : The model will be selected to balance quality and cost.
  • "PRIORITIZE_COST" : The model will be selected to prioritize the cost of the request.

Implementation

core.String? modelRoutingPreference;