{ "opencollection": "1.0.0", "info": { "name": "International Business Machines IBM Cloud Object Storage Analyze Text Generation API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Text Generation", "type": "folder" }, "items": [ { "info": { "name": "International Business Machines Generate text", "type": "http" }, "http": { "method": "POST", "url": "https://s3.us-south.cloud-object-storage.appdomain.cloud/ml/v1/text/generation", "params": [ { "name": "version", "value": "", "type": "query", "description": "The API version date." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Infer the next tokens for a given deployed model with a set of parameters." }, { "info": { "name": "International Business Machines Generate text (streaming)", "type": "http" }, "http": { "method": "POST", "url": "https://s3.us-south.cloud-object-storage.appdomain.cloud/ml/v1/text/generation_stream", "params": [ { "name": "version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Infer the next tokens for a given deployed model with a set of parameters, returning results as a stream." }, { "info": { "name": "International Business Machines Tokenize text", "type": "http" }, "http": { "method": "POST", "url": "https://s3.us-south.cloud-object-storage.appdomain.cloud/ml/v1/text/tokenization", "params": [ { "name": "version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Return the tokens for the provided text with the given model." } ] } ], "bundled": true }