Models
| Model | What it does |
|---|---|
lyceum/router | Classifies each prompt and routes to the optimal model automatically |
lyceum/simple | Always routes to a fast, cost-efficient model |
lyceum/complex | Always routes to a high-capability model |
lyceum/reasoning | Always routes to a reasoning model |
lyceum/router when you want automatic cost/quality optimisation. Use the others when you want explicit control over which tier handles your requests.
Usage
The API is identical to any other serverless inference call — only the model name changes.Billing
Requests are billed at the rate of whichever model the router selects.lyceum/simple, lyceum/complex, and lyceum/reasoning always route to the same tier, so their cost is predictable.
Serverless Inference
Learn more about pay-per-request inference.

