Demo coming soon
Demo coming soon
Output
Fill in the inputs and run the node to see its output here.
Run it from your code
The same node, called by id from any surface. Every tab pins tts-1-hd and passes the ports below. Full guide.
import { BlitClient } from "@blitflow/sdk";
const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });
const { outputs } = await runNode("tts-1-hd", {
text: { value: "example" },
voice: { value: "alloy" },
speed: { value: 1 },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node tts-1-hd \
-i text="example" \
-i voice="alloy" \
-i speed=1{
"name": "runs_node",
"arguments": {
"node": "tts-1-hd",
"inputs": {
"text": {
"value": "example"
},
"voice": {
"value": "alloy"
},
"speed": {
"value": 1
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"tts-1-hd","inputs":{"text":{"value":"example"},"voice":{"value":"alloy"},"speed":{"value":1}}}'Schema
Inputs
| text* | TEXT | ||
| voice | TEXT | alloy · ash · ballad · coral · echo · fable · nova · onyx · sage · shimmer · verse | alloy |
| speed | FLOAT | 1 |
Outputs
| audio | AUDIO |