This commit is contained in:
yumoqing 2026-04-03 14:46:19 +08:00
parent 822e3b9dca
commit a229e4084b

View File

@ -172,23 +172,28 @@
```
* 返回
```
{
"total": # 总记录数
"rows": # 当前页数据数组
}
```
row:
```
{
"id": # 订单号
"order_date":
"order_detail":[
"product_type": # llm: 大模型
"productid": # 产品id
"usage": # 大模型使用信息
"amount" # 消费金额
]
}
{
"status": "ok",
"data": data
}
data={
"total": # 总记录数
"rows": list of d # 当前页数据数组
}
d = {
"llmid": # 模型id
"name": # 模型名称
"model": # 模型识别名(可能会不同)
"use_date": # 使用日期
"use_time: # 使用时间
"usage": # 模型用量
"amount": # 交易金额
"userid", # 用户id
"userorgid" # 机构id
"status": # 交易状态
"accounting_status": # 记账状态
}
```
## 文生视频
* path /llmage/vidu_inference.dspy