datong-new/v-design
Public
6
runs
Run datong-new/v-design 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 generate speech from (Input Text)
|
| instruct |
string
|
体现撒娇稚嫩的萝莉女声,音调偏高且起伏明显,营造出黏人、做作又刻意卖萌的听觉效果。
|
Instruction for voice style/tone (Voice Design Prompt)
|
| language |
None
|
Chinese
|
Language of the text
|
{
"type": "object",
"title": "Input",
"properties": {
"text": {
"type": "string",
"title": "Text",
"default": "\u54e5\u54e5\uff0c\u4f60\u56de\u6765\u5566\uff0c\u4eba\u5bb6\u7b49\u4e86\u4f60\u597d\u4e45\u597d\u4e45\u4e86\uff0c\u8981\u62b1\u62b1\uff01",
"x-order": 0,
"description": "Text to generate speech from (Input Text)"
},
"instruct": {
"type": "string",
"title": "Instruct",
"default": "\u4f53\u73b0\u6492\u5a07\u7a1a\u5ae9\u7684\u841d\u8389\u5973\u58f0\uff0c\u97f3\u8c03\u504f\u9ad8\u4e14\u8d77\u4f0f\u660e\u663e\uff0c\u8425\u9020\u51fa\u9ecf\u4eba\u3001\u505a\u4f5c\u53c8\u523b\u610f\u5356\u840c\u7684\u542c\u89c9\u6548\u679c\u3002",
"x-order": 1,
"description": "Instruction for voice style/tone (Voice Design Prompt)"
},
"language": {
"enum": [
"Chinese",
"English"
],
"type": "string",
"title": "language",
"description": "Language of the text",
"default": "Chinese",
"x-order": 2
}
}
}
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"
}