sgit newsroom v0.1.29 · snapshot 2026-09-24

Reading room · elevenlabs.providers.sgit.ai

Reading room / elevenlabs.providers.sgit.ai · raw text · live ↗

From elevenlabs.providers.sgit.ai, the page as fetched on 2026-09-25 · open the live page ↗Everything on this sheet is the source site's own text; the newsroom's chrome is outside it.

title: Concurrency probe — where is the wall? description: "Fire waves of parallel generations at 1, 2, 4, 8… until something fails, and record the request timeline, the 429s and the highest wave that survived. The one open item on this site that costs money to close." lead: "Concurrent request limits scale with the plan, and a render that fires every scene at once — 10 to 16 requests — meets that limit before it meets any other. We have never provoked one. This lab does, deliberately, for a few cents." order: 16 kind: experiment family: operations app: concurrency endpoints: "POST /v1/text-to-speech/{id}" state_chips: [unrun] toc: true


{{lab-header}}

<div class="warnbox"><p><b>This is the one lab here that can cost more than pennies.</b> It generates real audio, in parallel, until something breaks. The estimate above the button is the worst case for the numbers you have set, computed before anything is sent — read it. Use the shortest text you can and the cheapest model; you are measuring a queue, not a voice.</p></div>

{{app}}

What this tests

A 429 mid-render is the most likely first failure on a small plan {{claim:concurrency-unknown}}, and it is a bad failure: it arrives after you have paid for the requests that succeeded, halfway through a render, with a partly-built video. The number that prevents it — the semaphore width — is a plan-specific fact that nobody has measured for this account.

The ramp mode fires waves of 1, 2, 4, 8… and stops at the first wave with a failure. The wave before that is your answer.

How to read the result

What to do with the number

Put it in the semaphore. In the pipeline this came from, that is limits.maxConcurrent in the vault's terms file — which is also exactly the field the pattern-three host↗ would enforce on behalf of an app that cannot be trusted to enforce it itself {{claim:sg-tts-spec}}. Until somebody runs this, that field holds a guess.


This document is released under the Creative Commons Attribution 4.0 International licence (CC BY 4.0).