Orpheus-FastAPI
Run Orpheus-FastAPI locally and connect it to OpenReader using the Custom OpenAI-Like provider.
Run Orpheus
Refer to the upstream repository for Docker instructions: Lex-au/Orpheus-FastAPI.
Connect to OpenReader
Recommended (auth + admin): Settings → Admin → Shared providers
- Add a shared provider with type
custom-openai. - Set base URL to your Orpheus endpoint (e.g.
http://orpheus:8000/v1). - Leave API key blank unless required by your deployment.
- Set default model to
Orpheus(or your backend model id).
Legacy bootstrap seed (optional, first boot only):
API_BASE=http://orpheus:8000/v1
Use the container name if that's how it's named, or
host.docker.internalif not.
Or in-app via Settings → TTS Provider:
- Set provider to
Custom OpenAI-Like. - Set
API_BASEto your Orpheus endpoint (e.g.http://orpheus:8000/v1). - Leave
API_KEYblank unless your deployment requires one. - Choose model
Orpheus(or the model your deployment exposes).
See TTS Providers for admin-shared vs per-user behavior.