跳到主要内容

获取指定模型

OpenAPI Specification

openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/model/{id}:
get:
summary: 获取指定模型
deprecated: false
description: ''
tags:
- 模型接口/语音克隆
parameters:
- name: id
in: path
description: ''
required: true
schema:
type: string
- name: Authorization
in: header
description: ''
required: true
example: sk-
schema:
type: string
default: sk-
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
example:
_id: <string>
type: svc
title: <string>
description: <string>
cover_image: <string>
state: created
tags:
- <string>
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: <string>
nickname: <string>
avatar: <string>
train_mode: full
samples: []
languages: []
lock_visibility: false
unliked: false
liked: false
marked: false
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 模型接口/语音克隆
x-apifox-status: developing
x-run-in-apifox: https://app.apifox.com/web/project/5503894/apis/api-402239792-run
components:
schemas: {}
securitySchemes: {}
servers:
- url: '{{base_url}}'
description: 测试环境
- url: https://newapi.eronmind.com
description: 正式环境
security: []