CreateAPIKeyRequest
- memberType: string
_id required当前工作区有效成员外部ID,所有工作区类型均必填。
- nameType: stringmin length:1max length:64required
UTF-8 编码不超过64字节。
- billingType: string enum
_type values- credit
_balance - coding
_plan
- limitsType: object · APIKeyLimits
日额度≤7日额度≤30日额度;美元额度最多两位小数。运行时限额不得超过工作区硬上限。
- concurrencyType: integer | null
_limit min:0省略保留;null 或 0 使用既有不限额/继承语义,受工作区硬上限约束。
- d30Type: number | null
_limit _usd min:0multiple of:0.01美元额度;null 清除;省略保留原值(创建时继承工作区默认值)。
- d7Type: number | null
_limit _usd min:0multiple of:0.01美元额度;null 清除;省略保留原值(创建时继承工作区默认值)。
- dayType: number | null
_limit _usd min:0multiple of:0.01美元额度;null 清除;省略保留原值(创建时继承工作区默认值)。
- rpmType: integer | null
_limit min:0省略保留;null 或 0 使用既有不限额/继承语义,受工作区硬上限约束。
- tpmType: integer | null
_limit min:0省略保留;null 或 0 使用既有不限额/继承语义,受工作区硬上限约束。
