
pipelines-beta / vocal-vibe-voice
- Public
- 16 runs
Run pipelines-beta/vocal-vibe-voice 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 |
---|
{
"type": "object",
"title": "Input",
"required": [],
"properties": {
"text": {
"type": "string",
"title": "text",
"default": "So, uh, what can you do?",
"x-order": 0,
"description": "The text input for the AI persona to respond to."
},
"speed": {
"type": "number",
"title": "speed",
"default": 1,
"x-order": 4,
"description": "Speaking speed for the TTS voice."
},
"voice": {
"type": "string",
"title": "voice",
"default": "auto",
"x-order": 2,
"description": "Specify Kokoro TTS voice ID (e.g., 'bf_emma', 'af_bella') to force a voice, or leave as 'auto' for automatic selection based on personality keywords (if any match). See Kokoro voice list."
},
"personality": {
"type": "string",
"title": "personality",
"default": "A hilariously sarcastic and slightly rude American AI assistant who thinks most questions are beneath it, but secretly enjoys showing off. It often uses dry wit and eye-rolling implied in its tone.",
"x-order": 1,
"description": "Define the AI's personality (e.g., 'A sarcastic American man', 'A polite British butler', 'A rude French waiter'). Keywords like 'French', 'British male', 'American female', 'Indian', etc., may influence automatic voice selection based on Kokoro voices."
},
"temperature": {
"type": "number",
"title": "temperature",
"default": 0.8,
"x-order": 3,
"description": "Controls creativity/randomness for the LLM."
}
}
}
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"
}