Regions
Region
The base URL picks the region. A request runs on hardware in that country and is never routed anywhere else.
| City | Id | Base URL |
|---|---|---|
| Sydney | au-syd | https://au.api.safeailabs.ai/v1 |
| Memphis | us-mem | https://us.api.safeailabs.ai/v1 |
- If a region has no capacity the request fails with
503and the coderegion_unavailable. TheRetry-Afterheader says when to try again. - Which models run in which region follows the capacity we can get. See the models table and the status page.
- A model that is not in the region you called returns
404with the codemodel_not_in_region.
Base URL for Sydney
https://au.api.safeailabs.ai/v1