| 参数 | 类型 | 说明 |
|---|---|---|
| name | string | 名称,≤50 字符 |
| group | string | 分组,填 分组名称 |
| expired_time | int | 过期时间戳;-1 永不过期 |
| remain_quota | int | 额度(非无限时不能为负/超上限) |
| unlimited_quota | bool | 无限额度 |
| model_limits_enabled | bool | 启用模型白名单 |
| model_limits | string | 允许的模型 |
| allow_ips | string | IP 白名单 |
| cross_group_retry | bool | 跨分组重试 |
session: ********************New-Api-User: ********************Authorization: Bearer ********************New-Api-User: ********************{
"id": 0,
"user_id": 0,
"name": "string",
"key": "string",
"status": 0,
"expired_time": 0,
"remain_quota": 0,
"unlimited_quota": true
}curl --location 'https://147ai.com/api/token/' \
--header 'New-Api-User: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"user_id": 0,
"name": "string",
"key": "string",
"status": 0,
"expired_time": 0,
"remain_quota": 0,
"unlimited_quota": true
}'