ModifyCostRule
Modifies a cost rule.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GwClusterId |
string |
Yes |
The gateway instance ID. |
pg-xxxxxxxxxx |
| CostRuleId |
string |
Yes |
The cost rule ID. |
924d450014e64e88ac6e8486f8e990** |
| ModelName |
string |
Yes |
The model name, such as gpt-4 or qwen-turbo. |
gpt-4 |
| ModelServiceId |
string |
Yes |
The model service ID. |
ms-xxxxxx |
| InputCostPointsPerMillion |
string |
No |
The cost in points per million input tokens. Default value: 0. |
0 |
| OutputCostPointsPerMillion |
string |
No |
The cost in points per million output tokens. Default value: 0. |
10 |
| CacheCostPointsPerMillion |
string |
No |
The cost in points per million cache tokens. Default value: 0. |
0 |
| RegionId |
string |
No |
The region ID. |
cn-beijing |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
6BD9CDE4-5E7B-4BF3-9BB8-83C73E****** |
| CostRuleId |
string |
The cost rule ID. |
924d450014e64e88ac6e8486f8e990** |
Examples
Success response
JSON format
{
"RequestId": "6BD9CDE4-5E7B-4BF3-9BB8-83C73E******",
"CostRuleId": "924d450014e64e88ac6e8486f8e990**"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.