fal-endpoint-types 1.3.11 → 1.3.13
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
|
@@ -1377,7 +1377,7 @@ export interface OmniVideoElementInput {
|
|
|
1377
1377
|
frontal_image_url: string;
|
|
1378
1378
|
/**
|
|
1379
1379
|
* Reference Image Urls
|
|
1380
|
-
* @description Additional reference images from different angles. 1-
|
|
1380
|
+
* @description Additional reference images from different angles. 1-3 images supported. At least one image is required.
|
|
1381
1381
|
*/
|
|
1382
1382
|
reference_image_urls?: string[];
|
|
1383
1383
|
}
|
|
@@ -1506,7 +1506,7 @@ export interface MoondreamInputParam {
|
|
|
1506
1506
|
prompt?: string;
|
|
1507
1507
|
}
|
|
1508
1508
|
|
|
1509
|
-
export interface
|
|
1509
|
+
export interface ModelUrls_2 {
|
|
1510
1510
|
/**
|
|
1511
1511
|
* Fbx
|
|
1512
1512
|
* @description FBX format 3D model
|
|
@@ -1529,7 +1529,7 @@ export interface ModelUrls_1 {
|
|
|
1529
1529
|
usdz?: File_1;
|
|
1530
1530
|
}
|
|
1531
1531
|
|
|
1532
|
-
export interface
|
|
1532
|
+
export interface ModelUrls_1 {
|
|
1533
1533
|
/**
|
|
1534
1534
|
* Blend
|
|
1535
1535
|
* @description Blender format 3D model
|
|
@@ -1562,6 +1562,39 @@ export interface ModelUrls {
|
|
|
1562
1562
|
usdz?: File_1;
|
|
1563
1563
|
}
|
|
1564
1564
|
|
|
1565
|
+
export interface ModelUrls {
|
|
1566
|
+
/**
|
|
1567
|
+
* Fbx
|
|
1568
|
+
* @description FBX format 3D model
|
|
1569
|
+
*/
|
|
1570
|
+
fbx?: File_1;
|
|
1571
|
+
/**
|
|
1572
|
+
* Glb
|
|
1573
|
+
* @description GLB format 3D model
|
|
1574
|
+
*/
|
|
1575
|
+
glb?: File_1;
|
|
1576
|
+
/**
|
|
1577
|
+
* Mtl
|
|
1578
|
+
* @description MTL material file for OBJ model
|
|
1579
|
+
*/
|
|
1580
|
+
mtl?: File_1;
|
|
1581
|
+
/**
|
|
1582
|
+
* Obj
|
|
1583
|
+
* @description OBJ format 3D model
|
|
1584
|
+
*/
|
|
1585
|
+
obj?: File_1;
|
|
1586
|
+
/**
|
|
1587
|
+
* Texture
|
|
1588
|
+
* @description Texture image for the 3D model
|
|
1589
|
+
*/
|
|
1590
|
+
texture?: File_1;
|
|
1591
|
+
/**
|
|
1592
|
+
* Usdz
|
|
1593
|
+
* @description USDZ format 3D model
|
|
1594
|
+
*/
|
|
1595
|
+
usdz?: File_1;
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1565
1598
|
export interface MaskMetadata {
|
|
1566
1599
|
/**
|
|
1567
1600
|
* Box
|
|
@@ -729,6 +729,16 @@ declare global {
|
|
|
729
729
|
output: falEndpoints.ViduReferenceToImageOutput;
|
|
730
730
|
};
|
|
731
731
|
|
|
732
|
+
'fal-ai/vidu/q3/text-to-video': {
|
|
733
|
+
input: falEndpoints.ViduQ3TextToVideoInput;
|
|
734
|
+
output: falEndpoints.ViduQ3TextToVideoOutput;
|
|
735
|
+
};
|
|
736
|
+
|
|
737
|
+
'fal-ai/vidu/q3/image-to-video': {
|
|
738
|
+
input: falEndpoints.ViduQ3ImageToVideoInput;
|
|
739
|
+
output: falEndpoints.ViduQ3ImageToVideoOutput;
|
|
740
|
+
};
|
|
741
|
+
|
|
732
742
|
'fal-ai/vidu/q2/video-extension/pro': {
|
|
733
743
|
input: falEndpoints.ViduQ2VideoExtensionProInput;
|
|
734
744
|
output: falEndpoints.ViduQ2VideoExtensionProOutput;
|
|
@@ -3864,6 +3874,36 @@ declare global {
|
|
|
3864
3874
|
output: falEndpoints.HunyuanAvatarOutput;
|
|
3865
3875
|
};
|
|
3866
3876
|
|
|
3877
|
+
'fal-ai/hunyuan-3d/v3.1/smart-topology': {
|
|
3878
|
+
input: falEndpoints.Hunyuan3dV31SmartTopologyInput;
|
|
3879
|
+
output: falEndpoints.Hunyuan3dV31SmartTopologyOutput;
|
|
3880
|
+
};
|
|
3881
|
+
|
|
3882
|
+
'fal-ai/hunyuan-3d/v3.1/rapid/text-to-3d': {
|
|
3883
|
+
input: falEndpoints.Hunyuan3dV31RapidTextTo3dInput;
|
|
3884
|
+
output: falEndpoints.Hunyuan3dV31RapidTextTo3dOutput;
|
|
3885
|
+
};
|
|
3886
|
+
|
|
3887
|
+
'fal-ai/hunyuan-3d/v3.1/rapid/image-to-3d': {
|
|
3888
|
+
input: falEndpoints.Hunyuan3dV31RapidImageTo3dInput;
|
|
3889
|
+
output: falEndpoints.Hunyuan3dV31RapidImageTo3dOutput;
|
|
3890
|
+
};
|
|
3891
|
+
|
|
3892
|
+
'fal-ai/hunyuan-3d/v3.1/pro/text-to-3d': {
|
|
3893
|
+
input: falEndpoints.Hunyuan3dV31ProTextTo3dInput;
|
|
3894
|
+
output: falEndpoints.Hunyuan3dV31ProTextTo3dOutput;
|
|
3895
|
+
};
|
|
3896
|
+
|
|
3897
|
+
'fal-ai/hunyuan-3d/v3.1/pro/image-to-3d': {
|
|
3898
|
+
input: falEndpoints.Hunyuan3dV31ProImageTo3dInput;
|
|
3899
|
+
output: falEndpoints.Hunyuan3dV31ProImageTo3dOutput;
|
|
3900
|
+
};
|
|
3901
|
+
|
|
3902
|
+
'fal-ai/hunyuan-3d/v3.1/part': {
|
|
3903
|
+
input: falEndpoints.Hunyuan3dV31PartInput;
|
|
3904
|
+
output: falEndpoints.Hunyuan3dV31PartOutput;
|
|
3905
|
+
};
|
|
3906
|
+
|
|
3867
3907
|
'fal-ai/hunyuan_world/image-to-world': {
|
|
3868
3908
|
input: falEndpoints.Hunyuan_worldImageToWorldInput;
|
|
3869
3909
|
output: falEndpoints.Hunyuan_worldImageToWorldOutput;
|