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
http://host.docker.internal: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://host.docker.internal:8000/v1
Use
host.docker.internalso the OpenReader container reaches Orpheus's published port on your host. The container name (orpheus) only resolves if OpenReader and Orpheus share a Docker network, i.e. you started them with Docker Compose,--link orpheus, or a shared--network. On native Linux Docker,host.docker.internalneeds--add-host=host.docker.internal:host-gatewayon the OpenReader container. Note thatlocalhost/127.0.0.1will not work, since inside the container that points at the container itself.
Users select the configured shared provider, model, and voice from Settings → TTS Provider.