WorkflowSub2ApiGroupModels
groupIdinteger<int64>required
Possible values: >= 1
namestringrequired
platformstringrequired
modelsstring[]required
Sub2API 当前返回的模型 ID,已去除空值和重复项。
fetchedAtstring<date-time>required
本次响应时间;模型列表可能来自 60 秒进程内缓存。
WorkflowSub2ApiGroupModels
{
"groupId": 0,
"name": "string",
"platform": "string",
"models": [
"string"
],
"fetchedAt": "2024-07-29T15:51:28.071Z"
}