Skip to main content
VOICEVOX for Laravel brings VOICEVOX speech synthesis features into Laravel. You can generate natural Japanese voice output from text.
Start with client mode for the fastest setup. If your environment supports FFI, you can move to native mode or engine API mode later.

Three usage modes

Quick start

These steps cover client mode.
1

Install package(s)

See Installation and Configuration for full setup.
2

Start the official engine

3

Try speech synthesis

Core features

Speech synthesis (Talk)

Singing synthesis (Song)

User dictionary and presets

In client mode, use the Voicevox facade to manage the user dictionary and presets on the official engine side.

Laravel AI SDK integration

Next steps

Last modified on May 26, 2026