Model Availability by Region
Models are pre-deployed per edge region — not every model runs everywhere. A request for a model that isn’t loaded on the region you call returns404: Model not loaded, so check availability before pinning a region.
Availability Matrix
Verified against liveGET /v1/models responses on 2026-06-11.
| Model | yto-01 | yul-01 | yul-02 | yvr-02 | nyc-01 | nyc-02 | sfo-01 | dfw-01 | dfw-02 |
|---|---|---|---|---|---|---|---|---|---|
qwen-3.5-27b (LLM) | ✓ | ✓ | — | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
qwen-3.6-35b-a3b (LLM) | — | — | ✓ | — | — | — | — | — | — |
whisper-large-v3-turbo (STT) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | — |
cohere-transcribe-03-2026 (STT) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | — |
kokoro-82m (TTS) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | — |
tada-3b-ml (TTS) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Two regions are exceptions to the otherwise-uniform suite, so confirm at runtime if you pin them:
yul-02(Montreal 02) runsqwen-3.6-35b-a3binstead ofqwen-3.5-27b.dfw-02(Dallas 02) currently serves onlyqwen-3.5-27bandtada-3b-ml(no STT, nokokoro-82m).lax-01(Los Angeles) came online after this snapshot was taken — verify its loadout at runtime viaGET /v1/modelsbefore pinning it.sea-01(Seattle) came online after this snapshot was taken — verify its loadout at runtime viaGET /v1/modelsbefore pinning it.chi-01(Chicago) came online after this snapshot was taken — verify its loadout at runtime viaGET /v1/modelsbefore pinning it.phx-01(Phoenix) came online after this snapshot was taken — verify its loadout at runtime viaGET /v1/modelsbefore pinning it.was-01(Washington DC) came online after this snapshot was taken — verify its loadout at runtime viaGET /v1/modelsbefore pinning it.
Verify at Runtime
The matrix above is a snapshot — the authoritative source is always the region itself:404: Model not loaded as a signal to re-check rather than retry.
Route by Model
The autorouter accepts amodel filter and only returns regions that serve it:
model parameter. A 404 from this endpoint means no region currently serves that model.
