@vgai/fal 0.1.4 → 0.1.5

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@vgai/fal",
3
3
  "author": "Volter AI, Inc.",
4
4
  "license": "Apache-2.0",
5
- "version": "0.1.4",
5
+ "version": "0.1.5",
6
6
  "type": "module",
7
7
  "description": "Optional registered Fal provider boundary for VGAI projects: quote, submit, poll and accept behind guarded pricing and credentials.",
8
8
  "homepage": "https://github.com/volter-ai/vgai-engine#readme",
package/src/accept.ts CHANGED
@@ -208,6 +208,7 @@ async function acceptedFiles(
208
208
  }
209
209
  if (
210
210
  endpoint === 'fal-ai/minimax/hailuo-02/standard/text-to-video' ||
211
+ endpoint === 'minimax/h3/image-to-video' ||
211
212
  endpoint === SEEDANCE_2_REFERENCE_TO_VIDEO_ENDPOINT
212
213
  ) {
213
214
  return [await video(nativeFile(data['video'], 'video'), fetcher)];
package/src/contracts.ts CHANGED
@@ -20,6 +20,7 @@ export const FalEndpointSchema = z.enum([
20
20
  'fal-ai/stable-audio',
21
21
  'fal-ai/sam-3/3d-objects',
22
22
  'fal-ai/minimax/hailuo-02/standard/text-to-video',
23
+ 'minimax/h3/image-to-video',
23
24
  SEEDANCE_2_REFERENCE_TO_VIDEO_ENDPOINT,
24
25
  'fal-ai/hunyuan_world/image-to-world',
25
26
  'fal-ai/hunyuan_world',