Model(创建声音模型)
POST
/fish-audio/model来自fish audio的声音克隆,传入声音文件,进行声音克隆。
传入声音要求:
30-45秒的高质量音频
仅限单一讲话者
持续的音量、音调和情感
短暂的停顿(建议0.5秒)
理想状态:无背景噪音
理想状态:专业录音质量
理想状态:无房间回声
官方文档:https://docs.fish.audio/api-reference/endpoint/model/create-model
价格:免费
请求参数
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数multipart/form-data
visibility
string
可选
Available options: public, unlist, private
示例值:
private
type
string
必需
Model type, tts is for text to speech
示例值:
tts
title
string
必需
Model title or name
description
string
可选
Model description
cover_image
file
可选
Model cover image, this is required if the model is public
train_mode
string
必需
Available options: fast
示例值:
fast
voices
file
必需
Upload voices files that will be used to tune the model
texts
string
可选
Texts corresponding to the voices, if unspecified, ASR will be performed on the voices
tags
string
可选
Model tags
enhance_audio_quality
boolean
可选
Enhance audio quality
示例值:
false
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 个月前