All models
Audiov1.0.0

TTS-1 HD

Text-to-speech with OpenAI's HD voices

3 inputsAUDIO
Demo coming soon
Demo coming soon

Run the node

TEXT
TEXT
0.25 – 4FLOAT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

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 },
});

Schema

Inputs

text*TEXT
voiceTEXT
alloy · ash · ballad · coral · echo · fable · nova · onyx · sage · shimmer · verse
alloy
speedFLOAT1

Outputs

audioAUDIO