replicate-javascript
replicate-javascript copied to clipboard
Node.js client for Replicate
It would be helpful to have a way to check if the deployment is currently disabled, as well as access to other useful deployment stats. This would allow our app...
Currently, if you try to stream files you get a FileOutput instance in the following state: ```javascript FileOutput { locked: false, [state]: 'errored', [supportsBYOB]: false, [length]: undefined } ``` This...
Hi there, I have a Next.js project with `"replicate": "^1.0.1"`, and this code: ``` import Replicate from 'replicate' export const replicate = new Replicate({ auth: process.env.REPLICATE_API_KEY }) ``` I'm seeing...
In our Next.js app, I noticed that `replicate.stream()` sometimes/often doesn't produce any events, although the web console shows that they were successfully generated. This seems to happen when the image...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...