创建成本规则
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求语法
POST HTTP/1.1
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| GwClusterId |
string |
是 |
网关实例 ID。 |
pg-xxxxxxx |
| ModelName |
string |
是 |
模型名称(如 gpt-4、qwen-turbo) |
gpt-4 |
| ModelServiceId |
string |
是 |
模型服务 ID。 |
ms-xxxxxx |
| InputCostPointsPerMillion |
string |
否 |
输入百万 token 成本点(默认 0) |
0 |
| OutputCostPointsPerMillion |
string |
否 |
输出百万 token 成本点(默认 0) |
0 |
| CacheCostPointsPerMillion |
string |
否 |
Cache 百万 token 成本点(默认 0 |
0 |
| RegionId |
string |
否 |
地域 ID。 |
cn-beijing |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
580EF224-9647-59E7-9950-D9EBFD6A2921 |
| CostRuleId |
string |
成本规则 ID |
924d450014e64e88ac6e8486f8e990** |
示例
正常返回示例
JSON格式
{
"RequestId": "580EF224-9647-59E7-9950-D9EBFD6A2921",
"CostRuleId": "924d450014e64e88ac6e8486f8e990**"
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。