Orpheus-FastAPI
Use Orpheus-FastAPI as an OpenAI-compatible TTS backend for OpenReader.
Provider
- Provider:
Custom OpenAI-Like - Typical model:
Orpheus API_BASE: required (usually your Orpheus URL ending with/v1)API_KEY: set only if your deployment requires one
OpenReader setup
- Start your Orpheus-FastAPI server.
- In OpenReader Settings, choose provider
Custom OpenAI-Like. - Set
API_BASEto your Orpheus base URL (typically ending with/v1). - Set
API_KEYonly if your Orpheus deployment requires one. - Choose model
Orpheus(or another model exposed by your deployment).
Notes
OpenAI-compatible API
OpenReader expects OpenAI-compatible audio endpoints when using Orpheus through Custom OpenAI-Like.
Endpoint shape
Use an API_BASE that points at the Orpheus API root (typically ending with /v1).