Synthesize German speech using Rime Arcana TTS model.
API key issued by SLNG. Pass as Authorization: Bearer <token>.
Target region override. Auto-selected if not provided.
eu-north-1 Rime Arcana TTS request for German.
Voice speaker ID (German voices).
bergmann_katharina, lorelei, rosenfeld_steffi, runa, sigurd Text to synthesize.
1Model: arcana (most realistic, ~150ms), mistv2 (speed & control, ~70ms).
arcana, arcana-3, mistv2, mist The repetition penalty. We do not recommend changing this from the default value. Typical range is 1 to 2. Float that penalizes new tokens based on whether they appear in the prompt and the generated text so far. Values > 1 encourage the model to use new tokens, while values < 1 encourage the model to repeat tokens.
The temperature. We do not recommend changing this from the default value. Typical range is 0 to 1. Float that controls the randomness of the sampling. Lower values make the model more deterministic, while higher values make the model more random. Zero means greedy sampling.
The top p. We do not recommend changing this from the default value. Typical range is 0 to 1. Float that controls the cumulative probability of the top tokens to consider. Must be in (0, 1]. Set to 1 to consider all tokens.
Output audio format.
mp3, wav, pcm, s16le, mulaw, ulaw Output sample rate in Hz.
8000, 16000, 22050, 44100, 48000 Speech rate multiplier (0.25 = half speed, 2.0 = double speed).
0.25 <= x <= 2Alias for provider-specific sample rate param.
8000, 16000, 22050, 44100, 48000 Alias for provider-specific language param.
en, es, fr, de, ar, he, hi, ja, pt Alias for provider-specific encoding param.
mp3, wav, pcm, linear16, ulaw Controls text segmentation for synthesis. 'immediate' synthesizes without waiting, 'never' waits for explicit flush/EOS, 'bySentence' waits for complete sentences.
immediate, never, bySentence Synthesis successful.
Binary audio data.