CreateCostRule

更新时间:
复制 MD 格式

Creates 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-xxxxxxx

ModelName

string

Yes

The name of the model, such as gpt-4 or qwen-turbo.

gpt-4

ModelServiceId

string

Yes

The model service ID.

ms-xxxxxx

InputCostPointsPerMillion

string

No

The number of cost points per million input tokens. The default value is 0.

0

OutputCostPointsPerMillion

string

No

The number of cost points per million output tokens. The default value is 0.

0

CacheCostPointsPerMillion

string

No

The number of cost points per million cache tokens. The default value is 0.

0

RegionId

string

No

The region ID.

cn-beijing

Response elements

Element

Type

Description

Example

object

The data returned by the request.

RequestId

string

The request ID.

580EF224-9647-59E7-9950-D9EBFD6A2921

CostRuleId

string

The cost rule ID.

924d450014e64e88ac6e8486f8e990**

Examples

Success response

JSON format

{
  "RequestId": "580EF224-9647-59E7-9950-D9EBFD6A2921",
  "CostRuleId": "924d450014e64e88ac6e8486f8e990**"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.