{ "opencollection": "1.0.0", "info": { "name": "Nscale Serverless Inference Chat Models API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "List models", "type": "http" }, "http": { "method": "GET", "url": "https://inference.api.nscale.com/v1/models" }, "docs": "Returns a list of serverless models available for inference, including identifiers and metadata such as context length and pricing." }, { "info": { "name": "Retrieve a model", "type": "http" }, "http": { "method": "GET", "url": "https://inference.api.nscale.com/v1/models/:model", "params": [ { "name": "model", "value": "", "type": "path", "description": "The model identifier." } ] }, "docs": "Returns metadata for a single model by identifier." } ] } ], "bundled": true }