Murf · Rate Limits

Murf Rate Limits

Murf documents per-region default concurrency for the Falcon streaming endpoint: US-East 15 concurrent, US-West 2, India 2. Global URL auto-routes to the nearest region. Higher concurrency available on request.

4 Limits Throttle: 429
AIVoiceTTSVoiceoverAudioRate LimitingQuotasThrottling

Limits

Concurrent Streams (US-East) account
concurrent_streams
15
Default concurrency cap on us-east.api.murf.ai.
Concurrent Streams (US-West) account
concurrent_streams
2
Default concurrency cap on us-west.api.murf.ai.
Concurrent Streams (India) account
concurrent_streams
2
Default concurrency cap on in.api.murf.ai.
Concurrent Streams (Global) account
concurrent_streams
region_specific
Global URL auto-routes; concurrency follows the region the request is routed to.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter and honor any Retry-After header.
Region Pinning
Pin to us-east for highest default concurrency or use Global for auto-routing.

Sources