ElliSekiz sits where the providers meet. The same model is priced across fal.ai, Replicate, Atlas Cloud and OpenRouter; you send one request and the router decides where it runs — by your rule or by price.
The API has three verbs worth learning. You read the catalog to find a model and its price, you submit a generation, and you poll it until it finishes. Everything else — routing, provider keys, retries — is configuration, not extra code.
GET /api/v1/models → catalog with per-provider prices
POST /api/v1/generations → 202 { id, poll }
GET /api/v1/generations/{id} → status: pending | completed | failedhttps://ellisekiz.ai. Every request carries Authorization: Bearer esk_…. Balances are prepaid USD, charged at provider cost with no markup.Read the four pages below in order and you will have a working integration; the reference section covers the rest.