back

Fish Speech S2 Pro

Fish Audio, open modelfish-speech-s2-proModel source: Hugging Face

Very natural speech, able to imitate the sample you provide.

What it does

Text to speech

tts

How it is charged

Each million characters

8.00 €

Where it runs

Spain (EU)

MIG B200

Brain size

S2 Pro

TTS, Voice cloning

What it is good at

  • TTS. Reads a text aloud in a natural voice.
  • Voice cloning. Imitates a voice from a sample you provide.

Pricing

€ per million characters, VAT included

Each million characters (use)8.00 €
try it with 50 € freeNo card, and you only pay for what you use.

For your technical team

You send the text and get the audio back. You pick the model and the voice.

curl https://api.gpuflow.ai/v1/audio/speech \
  -H "Authorization: Bearer $GPUFLOW_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "model": "fish-speech-s2-pro",
        "input": "Hola",
        "voice": "default" }' --output speech.wav