File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ Full schema is in [Gateway configuration](/gateway/configuration).
9393 },
9494 openai: {
9595 apiKey: " openai_api_key" ,
96+ baseUrl: " https://api.openai.com/v1" ,
9697 model: " gpt-4o-mini-tts" ,
9798 voice: " alloy" ,
9899 },
@@ -216,6 +217,9 @@ Then run:
216217- ` prefsPath ` : override the local prefs JSON path (provider/limit/summary).
217218- ` apiKey ` values fall back to env vars (` ELEVENLABS_API_KEY ` /` XI_API_KEY ` , ` OPENAI_API_KEY ` ).
218219- ` elevenlabs.baseUrl ` : override ElevenLabs API base URL.
220+ - ` openai.baseUrl ` : override the OpenAI TTS endpoint.
221+ - Resolution order: ` messages.tts.openai.baseUrl ` -> ` OPENAI_TTS_BASE_URL ` -> ` https://api.openai.com/v1 `
222+ - Non-default values are treated as OpenAI-compatible TTS endpoints, so custom model and voice names are accepted.
219223- ` elevenlabs.voiceSettings ` :
220224 - ` stability ` , ` similarityBoost ` , ` style ` : ` 0..1 `
221225 - ` useSpeakerBoost ` : ` true|false `
You can’t perform that action at this time.
0 commit comments