{ "opencollection": "1.0.0", "info": { "name": "Arthur GenAI Engine Agent Discovery Model Providers API", "version": "2.1.688" }, "items": [ { "info": { "name": "Model Providers", "type": "folder" }, "items": [ { "info": { "name": "Set the configuration for a model provider.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/model_providers/:provider", "params": [ { "name": "provider", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Set the configuration for a model provider. Optionally upload GCP service account JSON credentials or bedrock credentials" }, { "info": { "name": "Disables the configuration for a model provider.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/model_providers/:provider", "params": [ { "name": "provider", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Disables the configuration for a model provider" }, { "info": { "name": "List the model providers.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/model_providers", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Shows all model providers and if they're enabled." }, { "info": { "name": "List the models available from a provider.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/model_providers/:provider/available_models", "params": [ { "name": "provider", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of the names of all available models for a provider." } ] } ], "bundled": true }