List Catalog Provider Models

List all models available for a given provider. Returns each model's display name, content type, live `voice_count` (the number of platform voices catalogued under that model), and a `controls` map describing the canonical provider-agnostic parameters supported by the model (e.g. speed, stability). Also includes `config_schema` for back-compat — new integrations should prefer `controls` as the authoritative parameter description. Each item includes a HATEOAS `voices` link to the paginated voice list for that model. Returns 404 if the provider is not recognized.

Authentication

AuthorizationBearer
Clerk JWT token
OR
AuthorizationBearer

Onepin live API key (op_live_...). Test and public keys are reserved in Phase 1.

Path parameters

providerstringRequired

Headers

X-Workspace-Idstring or nullOptional

Response

Successful Response
datalist of objects
metaobject
paginationobject

Errors

404
Not Found Error
422
Unprocessable Entity Error