chicogong/flow-tts

腾讯云 FlowTTS 语音合成 BYOK 封装。用户自带腾讯云凭证,生成高质量中文语音。

Public
0 runs

Run chicogong/flow-tts with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
text
string
Text to synthesize (max 2000 characters)
secret_id
string
Tencent Cloud SecretId (BYOK)
secret_key
string
Tencent Cloud SecretKey (BYOK)
sdk_app_id
integer
Tencent Cloud TRTC SdkAppId (BYOK)
voice_id
string
v-female-R2s4N9qJ
Voice ID (e.g., v-female-R2s4N9qJ)
speed
number
1

Min: 0.5

Max: 2

Speech speed [0.5, 2.0]
volume
number
1

Max: 10

Volume [0, 10]
pitch
integer
0

Min: -12

Max: 12

Pitch adjustment [-12, 12] semitones
language
None
zh
Language: zh/en/yue/ja/ko/auto
sample_rate
None
24000
Audio sample rate: 16000 or 24000 Hz
timeout
integer
120

Min: 10

Max: 300

Request timeout in seconds [10, 300]

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}