new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

AI SDK · Providers · all subjects

fal/speech

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Fal speech model factory method

Create Fal text-to-speech models using the .speech() factory method: fal.speech('model-id'). This is used with generateSpeech() for speech generation.

Fal speech generation basic example

Example of basic Fal speech generation: import { generateSpeech } from 'ai'; import { fal } from '@ai-sdk/fal'; const result = await generateSpeech({ model: fal.speech('fal-ai/minimax/speech-02-hd'), text: 'Hello from the AI SDK!', });

Fal speech models list

Fal offers the following speech generation models: (1) fal-ai/minimax/voice-clone - Clone a voice from a sample audio and generate speech from text prompts. (2) fal-ai/minimax/voice-design - Design a personalized voice from a text description and generate speech from text prompts. (3) fal-ai/dia-tts/voice-clone - Clone dialog voices from a sample audio and generate dialogs from text prompts. (4) fal-ai/minimax/speech-02-hd - Generate speech from text prompts and different voices. (5) fal-ai/minimax/speech-02-turbo - Generate fast speech from text prompts and different voices. (6) fal-ai/dia-tts - Directly generates realistic dialogue from transcripts with audio conditioning for emotion control. Produces natural nonverbals like laughter and throat clearing. (7) resemble-ai/chatterboxhd/text-to-speech - Generate expressive, natural speech with Resemble AI's Chatterbox. Features unique emotion control, instant voice cloning from short audio, and built-in watermarking.

Give your agent this brain