#is there any problem know to API? my API generations are horrible, the last 2 months my API generat
1 messages · Page 1 of 1 (latest)
Short answer: there’s no active API incident reported, and there’s no public notice of a silent config change. Recent, documented changes could affect results if your code or endpoint switched models.
What’s public today (Oct 1, 2025)
- Status: All systems operational. (status.elevenlabs.io)
- Changelog cadence: breaking/behavioral changes are announced in the public changelog (weekly). (elevenlabs.io)
- Notable recent updates:
- Eleven v3 (alpha) was added to the API on Aug 20, 2025. It’s highly expressive but less reliable and higher latency; Eleven recommends sticking with Turbo v2.5 or Flash for conversational/real‑time use. If you moved to v3 (or started using the Text to Dialogue endpoint, which defaults to v3), quality/style can change. (elevenlabs.io)
- The standard Text to Speech convert endpoint still defaults to eleven_multilingual_v2 unless you explicitly set model_id. If your code dropped an explicit model_id or you changed endpoints, generations can differ. (elevenlabs.io)
- Early Sept: normalization/language-code handling was updated across TTS models, which may alter readout of numbers/dates if you rely on those. (elevenlabs.io)
Quick checks to restore prior quality
- Pin the model explicitly to what worked before (e.g., model_id=eleven_multilingual_v2 or eleven_turbo_v2_5) on the TTS convert endpoint. Don’t rely on defaults and avoid inadvertently calling the Text to Dialogue API (defaults to eleven_v3). (elevenlabs.io)
- Reset voice settings to known-good values. Style exaggeration can destabilize output; keep style at 0. You can fetch the platform defaults via GET /v1/voices/settings/default. (elevenlabs.io)
If you share one problematic request_id plus the exact endpoint/model_id you’re using, we can compare against these documented behaviors.
Sources:
ElevenLabs Status
Breaking changes policy | ElevenLabs Documentation
Eleven v3 (alpha), now available in the API | ElevenLabs
Create speech | ElevenLabs Documentation
Changelog | ElevenLabs Documentation
Create speech | ElevenLabs Documentation
Voices | ElevenLabs Documentation
we're noticing this as well