{
"_id": "507f1f77bcf86cd799439011",
"type": "svc",
"title": "我的TTS语音模型",
"description": "这是一个高质量的文本转语音模型",
"cover_image": "https://example.com/cover.jpg",
"state": "created",
"tags": [
"中文",
"女声",
"甜美"
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"visibility": "public",
"like_count": 123,
"mark_count": 123,
"shared_count": 123,
"task_count": 123,
"author": {
"_id": "507f1f77bcf86cd799439012",
"nickname": "张三",
"avatar": "https://example.com/avatar.jpg"
},
"train_mode": "full",
"samples": [
{
"_id": "string",
"filename": "string",
"duration": 0,
"text": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"languages": [
"zh-CN",
"en-US"
],
"lock_visibility": false,
"unliked": false,
"liked": false,
"marked": false
}