utilitas 1999.1.58 → 1999.1.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -269,10 +269,9 @@ Works in Node.js and modern browsers.
269
269
  | :--- | :--- | :--- |
270
270
  | _NEED | Array | OpenAI |
271
271
  | default | AsyncFunction | options |
272
- | generateImage | AsyncFunction | prompt, options |
273
- | generateVideo | AsyncFunction | prompt, options |
274
- | getGeminiVideo | AsyncFunction | jobId, accessToken |
272
+ | image | AsyncFunction | prompt, options |
275
273
  | init | AsyncFunction | options |
274
+ | video | AsyncFunction | prompt, options |
276
275
 
277
276
  ### [horizon](./lib/horizon.mjs)
278
277