|
206 | 206 | }
|
207 | 207 | }
|
208 | 208 | },
|
209 |
| -"revision": "20240722", |
| 209 | +"revision": "20240724", |
210 | 210 | "rootUrl": "https://firebaseml.googleapis.com/",
|
211 | 211 | "schemas": {
|
212 | 212 | "Date": {
|
|
708 | 708 | "$ref": "GoogleCloudAiplatformV1beta1Schema",
|
709 | 709 | "description": "Optional. The `Schema` object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema). If set, a compatible response_mime_type must also be set. Compatible mimetypes: `application/json`: Schema for JSON response."
|
710 | 710 | },
|
| 711 | +"routingConfig": { |
| 712 | +"$ref": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig", |
| 713 | +"description": "Optional. Routing configuration." |
| 714 | +}, |
711 | 715 | "stopSequences": {
|
712 | 716 | "description": "Optional. Stop sequences.",
|
713 | 717 | "items": {
|
|
733 | 737 | },
|
734 | 738 | "type": "object"
|
735 | 739 | },
|
| 740 | +"GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig": { |
| 741 | +"description": "Routing config.", |
| 742 | +"id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig", |
| 743 | +"properties": { |
| 744 | +"autoMode": { |
| 745 | +"$ref": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode", |
| 746 | +"description": "Automated routing." |
| 747 | +}, |
| 748 | +"manualMode": { |
| 749 | +"$ref": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode", |
| 750 | +"description": "Manual routing." |
| 751 | +} |
| 752 | +}, |
| 753 | +"type": "object" |
| 754 | +}, |
| 755 | +"GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode": { |
| 756 | +"description": "When automated routing is specified, the routing will be determined by the pretrained routing model and customer provided model routing preference.", |
| 757 | +"id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode", |
| 758 | +"properties": { |
| 759 | +"modelRoutingPreference": { |
| 760 | +"description": "The model routing preference.", |
| 761 | +"enum": [ |
| 762 | +"UNKNOWN", |
| 763 | +"PRIORITIZE_QUALITY", |
| 764 | +"BALANCED", |
| 765 | +"PRIORITIZE_COST" |
| 766 | +], |
| 767 | +"enumDescriptions": [ |
| 768 | +"Unspecified model routing preference.", |
| 769 | +"Prefer higher quality over low cost.", |
| 770 | +"Balanced model routing preference.", |
| 771 | +"Prefer lower cost over higher quality." |
| 772 | +], |
| 773 | +"type": "string" |
| 774 | +} |
| 775 | +}, |
| 776 | +"type": "object" |
| 777 | +}, |
| 778 | +"GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode": { |
| 779 | +"description": "When manual routing is set, the specified model will be used directly.", |
| 780 | +"id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode", |
| 781 | +"properties": { |
| 782 | +"modelName": { |
| 783 | +"description": "The model name to use. Only the public LLM models are accepted. e.g. gemini-1.5-pro-001.", |
| 784 | +"type": "string" |
| 785 | +} |
| 786 | +}, |
| 787 | +"type": "object" |
| 788 | +}, |
736 | 789 | "GoogleCloudAiplatformV1beta1GoogleSearchRetrieval": {
|
737 | 790 | "description": "Tool to retrieve public web data for grounding, powered by Google.",
|
738 | 791 | "id": "GoogleCloudAiplatformV1beta1GoogleSearchRetrieval",
|
|
0 commit comments