ModifyCostRule

Updated at:
Copy as MD

Modifies a cost rule.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.