Models
Use
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.Score endpoint
To inspect the complexity score for a prompt without triggering a full inference request, use the score endpoint directly. It returns a value between 0 and 1. Lower means simpler, higher means more complex.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.

