Add environment variables for fine-grained control over TTS rate limiting and Better Auth behavior. Move documentation to external Docusaurus site with automated deployment workflows. - TTS rate limiting can now be enabled/disabled via TTS_ENABLE_RATE_LIMIT - Customizable daily limits for anonymous/authenticated users and IP backstops - Better Auth rate limiting can be disabled via DISABLE_AUTH_RATE_LIMIT - Rename library import env vars to IMPORT_LIBRARY_DIRS/DIR - Add docs-site with Docusaurus and GitHub Actions workflows - Update README to reference external documentation
19 lines
642 B
Markdown
19 lines
642 B
Markdown
---
|
|
title: Deepinfra
|
|
---
|
|
|
|
Use Deepinfra as a hosted OpenAI-compatible TTS provider.
|
|
|
|
## OpenReader setup
|
|
|
|
1. In OpenReader settings, choose provider `Deepinfra`.
|
|
2. Leave `API_BASE` unset unless you want to override the default endpoint.
|
|
- Default value: `https://api.deepinfra.com/v1/openai`
|
|
3. Set `API_KEY` to your Deepinfra API key if needed.
|
|
4. Choose model and voice.
|
|
|
|
## Notes
|
|
|
|
- `Deepinfra` is a built-in provider in the dropdown, so `API_BASE` is usually not required.
|
|
- Deepinfra supports multiple TTS models, including Kokoro-family options.
|
|
- For variable details, see [Environment Variables](../guides/environment-variables).
|