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

lmnt/options

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

LMNT provider configuration options

The LMNT provider accepts the following optional settings: apiKey (string, defaults to LMNT_API_KEY environment variable), headers (Record<string,string> for custom headers), and fetch (custom fetch implementation function).

LMNT voice parameter usage

The voice parameter in generateSpeech can be set to a voice ID from LMNT, such as 'ava'. Available voices are documented in the LMNT API documentation.

LMNT provider options in generateSpeech

Provider-specific options are passed via the providerOptions argument with lmnt key. Example: providerOptions: { lmnt: { conversational: true, speed: 1.2 } satisfies LMNTSpeechModelOptions }

LMNT speech provider options reference

The LMNT provider accepts the following speech options via providerOptions.lmnt: format (string enum: 'aac'|'mp3'|'mulaw'|'raw'|'wav', defaults to 'mp3'), sampleRate (number: 8000|16000|24000, defaults to 24000), speed (number between 0.25 and 2, defaults to 1), seed (optional number for deterministic generation), conversational (boolean, defaults to false, does not work with blizzard model), length (number in seconds up to 300 maximum, does not work with blizzard model), topP (number between 0 and 1, defaults to 1), temperature (number at least 0, defaults to 1).

Give your agent this brain