Get speech settings
GET /v1/voice/settings — Current user-tunable speech-synthesis settings. Pass `provider=openai` for voice/model/speed/instructions or `provider=e
GET /v1/voice/settings
Current user-tunable speech-synthesis settings. Pass provider=openai for voice/model/speed/instructions or provider=elevenlabs for the ElevenLabs voice/model/tuning fields. Omitting provider returns the legacy ElevenLabs-compatible shape.
| Method | GET |
| Path | /v1/voice/settings |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | voice |
Response body
{ "ok": true, "settings": { "stability": 0.5, "similarityBoost": 0.75, "style": 0.3, "speakerBoost": true, "speed": 0.7 } }