Skip to main content

Voicebox

@keeb/voiceboxv2026.07.18.1· 10d agoMODELSSKILLS
01README

Manage Voicebox TTS voice profiles, load TTS engines, generate speech audio, and inspect server health via the Voicebox HTTP API.

02Models1
@keeb/voiceboxv2026.03.24.1voicebox.ts

Global Arguments

ArgumentTypeDescription
baseUrlstringVoicebox API base URL
fn health()
Check Voicebox server health and GPU status
fn generate(profileId: string, text: string, language: enum, engine: enum, modelSize: enum, instruct?: string, seed?: number)
Generate speech from text using a voice profile — polls to completion and saves audio
ArgumentTypeDescription
profileIdstringVoice profile ID
textstringText to synthesize
languageenum
engineenum
modelSizeenum
instruct?stringVoice style instruction (e.g. 'speak slowly and softly')
seed?numberRandom seed for reproducibility
fn history(limit: number, offset: number)
List generation history
ArgumentTypeDescription
limitnumberMax results to return
offsetnumberOffset for pagination

Resources

health(1h)— Voicebox server health status
profile(infinite)— Voice profile
generation(infinite)— TTS generation result
history(1h)— Generation history snapshot
models(1h)— Loaded model status
sample(infinite)— Voice profile sample

Files

audio(audio/wav)— Generated audio file
03Skills1
voicebox1 file
04Previous Versions4
2026.04.22.3
2026.04.22.2

Added 1 skills

2026.04.06.1
2026.03.24.1
05Stats
A
100 / 100
Downloads
16
Archive size
11.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels