Documentation Index
Fetch the complete documentation index at: https://runinfra.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
client.models.list(), so any SDK that calls it gets a correct answer out of the box.
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.