Preview alias routing
Models
Preview alias routing
Simulate the routing resolution for this alias as it would happen at request time.
Returns the model that would be selected as primary, the ordered list of fallbacks, and any models currently excluded from routing (e.g. because they are unhealthy).
This is useful for debugging alias configuration and verifying that health checks and priority settings produce the expected routing outcome.
GET
Preview alias routing
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.