查询令牌额度
GET
https://api.chatgptsb.com/v1/dashboard/billing/subscription列出当前令牌KEY所支持的模型列表。
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Authorization
string
令牌KEY
示例值:
Bearer sk-xxxx
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object
string
必需
has_payment_method
integer
必需
soft_limit_usd
string
必需
hard_limit_usd
string
必需
system_hard_limit_usd
string
必需
access_until
string
必需
示例
{
"object": "billing_subscription",
"has_payment_method": true,
"soft_limit_usd": 41.715348,
"hard_limit_usd": 41.715348,
"system_hard_limit_usd": 41.715348,
"access_until": 0
}
最后修改时间: 11 天前