client.models.list() response for supported model-list clients.
Request
Response
Semantics
- De-duplicated - the same
modelIddeployed in two different verified pipelines appears only once. - Live - reflects verified deployment state; stopped, failed, health-only, or unverified deployments disappear from the list within seconds.
- No credits charged - model discovery is free; rate-limit budget is not consumed by this endpoint so SDK boot flows that call it eagerly don’t inflate your quota usage.
- Pipeline-scoped keys see only their pipeline’s verified models; workspace-scoped keys see verified deployed models in the workspace.
Notes
The
created timestamp is cosmetic - it reflects the response time, not the deployment’s actual create time. SDK clients generally only rely on id and object from this payload.