{ "opencollection": "1.0.0", "info": { "name": "Nexos AI Public API Production Agent Management Models API", "version": "1.0.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://api.nexos.ai/v1/models" }, "docs": "List all models available to the user." }, { "info": { "name": "Get fallbacks configuration for particular model", "type": "http" }, "http": { "method": "GET", "url": "https://api.nexos.ai/v1/management/models/:model/fallbacks", "params": [ { "name": "model", "value": "", "type": "path", "description": "The ID of the model." } ] }, "docs": "Fallback configuration for a specific model. Fallbacks are tried in the order the model IDs are provided in the list." }, { "info": { "name": "Add fallbacks configuration for particular model", "type": "http" }, "http": { "method": "POST", "url": "https://api.nexos.ai/v1/management/models/:model/fallbacks", "params": [ { "name": "model", "value": "", "type": "path", "description": "The ID of the model." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add fallback configuration for a specific model. Fallbacks are tried in the order the model IDs are provided in the list." }, { "info": { "name": "Update fallbacks configuration for particular model", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.nexos.ai/v1/management/models/:model/fallbacks", "params": [ { "name": "model", "value": "", "type": "path", "description": "The ID of the model." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the fallback configuration for a specific model. Fallbacks are tried in the order the model IDs are provided in the list." }, { "info": { "name": "Delete model fallbacks configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.nexos.ai/v1/management/models/:model/fallbacks", "params": [ { "name": "model", "value": "", "type": "path", "description": "The ID of the model." } ] }, "docs": "Delete model fallbacks configuration" } ] } ], "bundled": true }