@genfeedai/types 0.1.1 → 0.2.1
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 +46 -0
- package/dist/{chunk-P7K5LM6V.js → chunk-P4XY3T5T.js} +9 -8
- package/dist/{chunk-OGJX4J7H.mjs → chunk-QNWQE2LJ.mjs} +9 -8
- package/dist/index.d.mts +29 -3
- package/dist/index.d.ts +29 -3
- package/dist/index.js +19 -19
- package/dist/index.mjs +1 -1
- package/dist/nodes.d.mts +2 -2
- package/dist/nodes.d.ts +2 -2
- package/dist/nodes.js +13 -13
- package/dist/nodes.mjs +1 -1
- package/dist/replicate.d.mts +52 -201
- package/dist/replicate.d.ts +52 -201
- package/dist/{union-CtYAY8Mv.d.mts → union-BVaWc1Cx.d.mts} +4 -3
- package/dist/{union-CtYAY8Mv.d.ts → union-BVaWc1Cx.d.ts} +4 -3
- package/dist/{workflow-Di5vTrXa.d.ts → workflow-B_Q38s-U.d.ts} +9 -14
- package/dist/{workflow-CGpVuRPg.d.mts → workflow-BbAp7VSK.d.mts} +9 -14
- package/dist/workflow.d.mts +2 -2
- package/dist/workflow.d.ts +2 -2
- package/package.json +15 -14
- package/src/replicate/schemas.json +408 -1227
|
@@ -270,14 +270,14 @@
|
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
272
|
},
|
|
273
|
-
"fetchedAt": "2026-
|
|
273
|
+
"fetchedAt": "2026-02-26T20:32:16.310Z"
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
"modelId": "google/nano-banana-
|
|
277
|
-
"name": "
|
|
276
|
+
"modelId": "google/nano-banana-2",
|
|
277
|
+
"name": "NanoBanana2",
|
|
278
278
|
"category": "image",
|
|
279
|
-
"description": "Google's
|
|
280
|
-
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/
|
|
279
|
+
"description": "Google's fast image generation model with conversational editing, multi-image fusion, and character consistency",
|
|
280
|
+
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/80e7a89d-6163-4a92-927c-79ec74379079/nano-banana-2.png",
|
|
281
281
|
"inputSchema": {
|
|
282
282
|
"type": "object",
|
|
283
283
|
"title": "Input",
|
|
@@ -297,9 +297,9 @@
|
|
|
297
297
|
"$ref": "#/components/schemas/resolution"
|
|
298
298
|
}
|
|
299
299
|
],
|
|
300
|
-
"default": "
|
|
300
|
+
"default": "1K",
|
|
301
301
|
"x-order": 3,
|
|
302
|
-
"description": "Resolution of the generated image"
|
|
302
|
+
"description": "Resolution of the generated image. Higher resolutions take longer to generate."
|
|
303
303
|
},
|
|
304
304
|
"image_input": {
|
|
305
305
|
"type": "array",
|
|
@@ -322,6 +322,20 @@
|
|
|
322
322
|
"x-order": 2,
|
|
323
323
|
"description": "Aspect ratio of the generated image"
|
|
324
324
|
},
|
|
325
|
+
"image_search": {
|
|
326
|
+
"type": "boolean",
|
|
327
|
+
"title": "Image Search",
|
|
328
|
+
"default": false,
|
|
329
|
+
"x-order": 5,
|
|
330
|
+
"description": "Use Google Image Search grounding to use web images as visual context for generation. When enabled, web search is also used automatically."
|
|
331
|
+
},
|
|
332
|
+
"google_search": {
|
|
333
|
+
"type": "boolean",
|
|
334
|
+
"title": "Google Search",
|
|
335
|
+
"default": false,
|
|
336
|
+
"x-order": 4,
|
|
337
|
+
"description": "Use Google Web Search grounding to generate images based on real-time information (e.g. weather, sports scores, recent events)."
|
|
338
|
+
},
|
|
325
339
|
"output_format": {
|
|
326
340
|
"allOf": [
|
|
327
341
|
{
|
|
@@ -329,18 +343,8 @@
|
|
|
329
343
|
}
|
|
330
344
|
],
|
|
331
345
|
"default": "jpg",
|
|
332
|
-
"x-order":
|
|
346
|
+
"x-order": 6,
|
|
333
347
|
"description": "Format of the output image"
|
|
334
|
-
},
|
|
335
|
-
"safety_filter_level": {
|
|
336
|
-
"allOf": [
|
|
337
|
-
{
|
|
338
|
-
"$ref": "#/components/schemas/safety_filter_level"
|
|
339
|
-
}
|
|
340
|
-
],
|
|
341
|
-
"default": "block_only_high",
|
|
342
|
-
"x-order": 5,
|
|
343
|
-
"description": "block_low_and_above is strictest, block_medium_and_above blocks some prompts, block_only_high is most permissive but some prompts will still be blocked"
|
|
344
348
|
}
|
|
345
349
|
}
|
|
346
350
|
},
|
|
@@ -387,12 +391,16 @@
|
|
|
387
391
|
"enum": [
|
|
388
392
|
"match_input_image",
|
|
389
393
|
"1:1",
|
|
394
|
+
"1:4",
|
|
395
|
+
"1:8",
|
|
390
396
|
"2:3",
|
|
391
397
|
"3:2",
|
|
392
398
|
"3:4",
|
|
399
|
+
"4:1",
|
|
393
400
|
"4:3",
|
|
394
401
|
"4:5",
|
|
395
402
|
"5:4",
|
|
403
|
+
"8:1",
|
|
396
404
|
"9:16",
|
|
397
405
|
"16:9",
|
|
398
406
|
"21:9"
|
|
@@ -571,26 +579,16 @@
|
|
|
571
579
|
"title": "Detail"
|
|
572
580
|
}
|
|
573
581
|
}
|
|
574
|
-
},
|
|
575
|
-
"safety_filter_level": {
|
|
576
|
-
"enum": [
|
|
577
|
-
"block_low_and_above",
|
|
578
|
-
"block_medium_and_above",
|
|
579
|
-
"block_only_high"
|
|
580
|
-
],
|
|
581
|
-
"type": "string",
|
|
582
|
-
"title": "safety_filter_level",
|
|
583
|
-
"description": "An enumeration."
|
|
584
582
|
}
|
|
585
583
|
},
|
|
586
|
-
"fetchedAt": "2026-
|
|
584
|
+
"fetchedAt": "2026-02-26T20:32:16.502Z"
|
|
587
585
|
},
|
|
588
586
|
{
|
|
589
|
-
"modelId": "
|
|
590
|
-
"name": "
|
|
587
|
+
"modelId": "google/nano-banana-pro",
|
|
588
|
+
"name": "NanoBananaPro",
|
|
591
589
|
"category": "image",
|
|
592
|
-
"description": "
|
|
593
|
-
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/
|
|
590
|
+
"description": "Google's state of the art image generation and editing model 🍌🍌",
|
|
591
|
+
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/5ee636db-8712-442f-9644-63980f6786f4/banana2.png",
|
|
594
592
|
"inputSchema": {
|
|
595
593
|
"type": "object",
|
|
596
594
|
"title": "Input",
|
|
@@ -598,43 +596,42 @@
|
|
|
598
596
|
"prompt"
|
|
599
597
|
],
|
|
600
598
|
"properties": {
|
|
601
|
-
"seed": {
|
|
602
|
-
"type": "integer",
|
|
603
|
-
"title": "Seed",
|
|
604
|
-
"x-order": 5,
|
|
605
|
-
"nullable": true,
|
|
606
|
-
"description": "Random seed. Set for reproducible generation"
|
|
607
|
-
},
|
|
608
|
-
"width": {
|
|
609
|
-
"type": "integer",
|
|
610
|
-
"title": "Width",
|
|
611
|
-
"default": 1024,
|
|
612
|
-
"maximum": 2048,
|
|
613
|
-
"minimum": 64,
|
|
614
|
-
"x-order": 2,
|
|
615
|
-
"description": "Width of the generated image"
|
|
616
|
-
},
|
|
617
|
-
"height": {
|
|
618
|
-
"type": "integer",
|
|
619
|
-
"title": "Height",
|
|
620
|
-
"default": 1024,
|
|
621
|
-
"maximum": 2048,
|
|
622
|
-
"minimum": 64,
|
|
623
|
-
"x-order": 1,
|
|
624
|
-
"description": "Height of the generated image"
|
|
625
|
-
},
|
|
626
599
|
"prompt": {
|
|
627
600
|
"type": "string",
|
|
628
601
|
"title": "Prompt",
|
|
629
602
|
"x-order": 0,
|
|
630
|
-
"description": "
|
|
603
|
+
"description": "A text description of the image you want to generate"
|
|
631
604
|
},
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
605
|
+
"resolution": {
|
|
606
|
+
"allOf": [
|
|
607
|
+
{
|
|
608
|
+
"$ref": "#/components/schemas/resolution"
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"default": "2K",
|
|
612
|
+
"x-order": 3,
|
|
613
|
+
"description": "Resolution of the generated image"
|
|
614
|
+
},
|
|
615
|
+
"image_input": {
|
|
616
|
+
"type": "array",
|
|
617
|
+
"items": {
|
|
618
|
+
"type": "string",
|
|
619
|
+
"format": "uri"
|
|
620
|
+
},
|
|
621
|
+
"title": "Image Input",
|
|
622
|
+
"default": [],
|
|
623
|
+
"x-order": 1,
|
|
624
|
+
"description": "Input images to transform or use as reference (supports up to 14 images)"
|
|
625
|
+
},
|
|
626
|
+
"aspect_ratio": {
|
|
627
|
+
"allOf": [
|
|
628
|
+
{
|
|
629
|
+
"$ref": "#/components/schemas/aspect_ratio"
|
|
630
|
+
}
|
|
631
|
+
],
|
|
632
|
+
"default": "match_input_image",
|
|
633
|
+
"x-order": 2,
|
|
634
|
+
"description": "Aspect ratio of the generated image"
|
|
638
635
|
},
|
|
639
636
|
"output_format": {
|
|
640
637
|
"allOf": [
|
|
@@ -643,35 +640,25 @@
|
|
|
643
640
|
}
|
|
644
641
|
],
|
|
645
642
|
"default": "jpg",
|
|
646
|
-
"x-order": 7,
|
|
647
|
-
"description": "Format of the output images"
|
|
648
|
-
},
|
|
649
|
-
"guidance_scale": {
|
|
650
|
-
"type": "number",
|
|
651
|
-
"title": "Guidance Scale",
|
|
652
|
-
"default": 0,
|
|
653
|
-
"maximum": 20,
|
|
654
|
-
"minimum": 0,
|
|
655
643
|
"x-order": 4,
|
|
656
|
-
"description": "
|
|
644
|
+
"description": "Format of the output image"
|
|
657
645
|
},
|
|
658
|
-
"
|
|
659
|
-
"
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
"
|
|
665
|
-
"
|
|
646
|
+
"safety_filter_level": {
|
|
647
|
+
"allOf": [
|
|
648
|
+
{
|
|
649
|
+
"$ref": "#/components/schemas/safety_filter_level"
|
|
650
|
+
}
|
|
651
|
+
],
|
|
652
|
+
"default": "block_only_high",
|
|
653
|
+
"x-order": 5,
|
|
654
|
+
"description": "block_low_and_above is strictest, block_medium_and_above blocks some prompts, block_only_high is most permissive but some prompts will still be blocked"
|
|
666
655
|
},
|
|
667
|
-
"
|
|
668
|
-
"type": "
|
|
669
|
-
"title": "
|
|
670
|
-
"default":
|
|
671
|
-
"
|
|
672
|
-
"
|
|
673
|
-
"x-order": 3,
|
|
674
|
-
"description": "Number of inference steps."
|
|
656
|
+
"allow_fallback_model": {
|
|
657
|
+
"type": "boolean",
|
|
658
|
+
"title": "Allow Fallback Model",
|
|
659
|
+
"default": false,
|
|
660
|
+
"x-order": 6,
|
|
661
|
+
"description": "Fallback to another model (currently bytedance/seedream-5) if Nano Banana Pro is at capacity."
|
|
675
662
|
}
|
|
676
663
|
}
|
|
677
664
|
},
|
|
@@ -693,6 +680,16 @@
|
|
|
693
680
|
"title": "Status",
|
|
694
681
|
"description": "An enumeration."
|
|
695
682
|
},
|
|
683
|
+
"resolution": {
|
|
684
|
+
"enum": [
|
|
685
|
+
"1K",
|
|
686
|
+
"2K",
|
|
687
|
+
"4K"
|
|
688
|
+
],
|
|
689
|
+
"type": "string",
|
|
690
|
+
"title": "resolution",
|
|
691
|
+
"description": "An enumeration."
|
|
692
|
+
},
|
|
696
693
|
"WebhookEvent": {
|
|
697
694
|
"enum": [
|
|
698
695
|
"start",
|
|
@@ -704,11 +701,28 @@
|
|
|
704
701
|
"title": "WebhookEvent",
|
|
705
702
|
"description": "An enumeration."
|
|
706
703
|
},
|
|
704
|
+
"aspect_ratio": {
|
|
705
|
+
"enum": [
|
|
706
|
+
"match_input_image",
|
|
707
|
+
"1:1",
|
|
708
|
+
"2:3",
|
|
709
|
+
"3:2",
|
|
710
|
+
"3:4",
|
|
711
|
+
"4:3",
|
|
712
|
+
"4:5",
|
|
713
|
+
"5:4",
|
|
714
|
+
"9:16",
|
|
715
|
+
"16:9",
|
|
716
|
+
"21:9"
|
|
717
|
+
],
|
|
718
|
+
"type": "string",
|
|
719
|
+
"title": "aspect_ratio",
|
|
720
|
+
"description": "An enumeration."
|
|
721
|
+
},
|
|
707
722
|
"output_format": {
|
|
708
723
|
"enum": [
|
|
709
|
-
"png",
|
|
710
724
|
"jpg",
|
|
711
|
-
"
|
|
725
|
+
"png"
|
|
712
726
|
],
|
|
713
727
|
"type": "string",
|
|
714
728
|
"title": "output_format",
|
|
@@ -875,16 +889,26 @@
|
|
|
875
889
|
"title": "Detail"
|
|
876
890
|
}
|
|
877
891
|
}
|
|
892
|
+
},
|
|
893
|
+
"safety_filter_level": {
|
|
894
|
+
"enum": [
|
|
895
|
+
"block_low_and_above",
|
|
896
|
+
"block_medium_and_above",
|
|
897
|
+
"block_only_high"
|
|
898
|
+
],
|
|
899
|
+
"type": "string",
|
|
900
|
+
"title": "safety_filter_level",
|
|
901
|
+
"description": "An enumeration."
|
|
878
902
|
}
|
|
879
903
|
},
|
|
880
|
-
"fetchedAt": "2026-
|
|
904
|
+
"fetchedAt": "2026-02-26T20:32:16.702Z"
|
|
881
905
|
},
|
|
882
906
|
{
|
|
883
|
-
"modelId": "
|
|
884
|
-
"name": "
|
|
907
|
+
"modelId": "prunaai/z-image-turbo",
|
|
908
|
+
"name": "ZImageTurbo",
|
|
885
909
|
"category": "image",
|
|
886
|
-
"description": "
|
|
887
|
-
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/
|
|
910
|
+
"description": "Z-Image Turbo is a super fast text-to-image model of 6B parameters developed by Tongyi-MAI.",
|
|
911
|
+
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/3fb764f9-6196-4cb7-b4f3-4b7b265cd822/z-img-sm.jpg",
|
|
888
912
|
"inputSchema": {
|
|
889
913
|
"type": "object",
|
|
890
914
|
"title": "Input",
|
|
@@ -895,50 +919,40 @@
|
|
|
895
919
|
"seed": {
|
|
896
920
|
"type": "integer",
|
|
897
921
|
"title": "Seed",
|
|
898
|
-
"x-order":
|
|
922
|
+
"x-order": 5,
|
|
923
|
+
"nullable": true,
|
|
899
924
|
"description": "Random seed. Set for reproducible generation"
|
|
900
925
|
},
|
|
926
|
+
"width": {
|
|
927
|
+
"type": "integer",
|
|
928
|
+
"title": "Width",
|
|
929
|
+
"default": 1024,
|
|
930
|
+
"maximum": 2048,
|
|
931
|
+
"minimum": 64,
|
|
932
|
+
"x-order": 2,
|
|
933
|
+
"description": "Width of the generated image"
|
|
934
|
+
},
|
|
935
|
+
"height": {
|
|
936
|
+
"type": "integer",
|
|
937
|
+
"title": "Height",
|
|
938
|
+
"default": 1024,
|
|
939
|
+
"maximum": 2048,
|
|
940
|
+
"minimum": 64,
|
|
941
|
+
"x-order": 1,
|
|
942
|
+
"description": "Height of the generated image"
|
|
943
|
+
},
|
|
901
944
|
"prompt": {
|
|
902
945
|
"type": "string",
|
|
903
946
|
"title": "Prompt",
|
|
904
947
|
"x-order": 0,
|
|
905
|
-
"description": "
|
|
948
|
+
"description": "Text prompt for image generation"
|
|
906
949
|
},
|
|
907
950
|
"go_fast": {
|
|
908
951
|
"type": "boolean",
|
|
909
952
|
"title": "Go Fast",
|
|
910
|
-
"default":
|
|
911
|
-
"x-order":
|
|
912
|
-
"description": "
|
|
913
|
-
},
|
|
914
|
-
"megapixels": {
|
|
915
|
-
"allOf": [
|
|
916
|
-
{
|
|
917
|
-
"$ref": "#/components/schemas/megapixels"
|
|
918
|
-
}
|
|
919
|
-
],
|
|
920
|
-
"default": "1",
|
|
921
|
-
"x-order": 9,
|
|
922
|
-
"description": "Approximate number of megapixels for generated image"
|
|
923
|
-
},
|
|
924
|
-
"num_outputs": {
|
|
925
|
-
"type": "integer",
|
|
926
|
-
"title": "Num Outputs",
|
|
927
|
-
"default": 1,
|
|
928
|
-
"maximum": 4,
|
|
929
|
-
"minimum": 1,
|
|
930
|
-
"x-order": 2,
|
|
931
|
-
"description": "Number of outputs to generate"
|
|
932
|
-
},
|
|
933
|
-
"aspect_ratio": {
|
|
934
|
-
"allOf": [
|
|
935
|
-
{
|
|
936
|
-
"$ref": "#/components/schemas/aspect_ratio"
|
|
937
|
-
}
|
|
938
|
-
],
|
|
939
|
-
"default": "1:1",
|
|
940
|
-
"x-order": 1,
|
|
941
|
-
"description": "Aspect ratio for the generated image"
|
|
953
|
+
"default": false,
|
|
954
|
+
"x-order": 6,
|
|
955
|
+
"description": "Deprecated. Kept for API compatibility with original z-image-turbo."
|
|
942
956
|
},
|
|
943
957
|
"output_format": {
|
|
944
958
|
"allOf": [
|
|
@@ -946,44 +960,43 @@
|
|
|
946
960
|
"$ref": "#/components/schemas/output_format"
|
|
947
961
|
}
|
|
948
962
|
],
|
|
949
|
-
"default": "
|
|
950
|
-
"x-order":
|
|
963
|
+
"default": "jpg",
|
|
964
|
+
"x-order": 7,
|
|
951
965
|
"description": "Format of the output images"
|
|
952
966
|
},
|
|
953
|
-
"
|
|
967
|
+
"guidance_scale": {
|
|
968
|
+
"type": "number",
|
|
969
|
+
"title": "Guidance Scale",
|
|
970
|
+
"default": 0,
|
|
971
|
+
"maximum": 20,
|
|
972
|
+
"minimum": 0,
|
|
973
|
+
"x-order": 4,
|
|
974
|
+
"description": "Guidance scale. Should be 0 for Turbo models"
|
|
975
|
+
},
|
|
976
|
+
"output_quality": {
|
|
954
977
|
"type": "integer",
|
|
955
978
|
"title": "Output Quality",
|
|
956
979
|
"default": 80,
|
|
957
980
|
"maximum": 100,
|
|
958
981
|
"minimum": 0,
|
|
959
|
-
"x-order":
|
|
982
|
+
"x-order": 8,
|
|
960
983
|
"description": "Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs"
|
|
961
984
|
},
|
|
962
985
|
"num_inference_steps": {
|
|
963
986
|
"type": "integer",
|
|
964
987
|
"title": "Num Inference Steps",
|
|
965
|
-
"default":
|
|
966
|
-
"maximum":
|
|
988
|
+
"default": 8,
|
|
989
|
+
"maximum": 50,
|
|
967
990
|
"minimum": 1,
|
|
968
991
|
"x-order": 3,
|
|
969
|
-
"description": "Number of
|
|
970
|
-
},
|
|
971
|
-
"disable_safety_checker": {
|
|
972
|
-
"type": "boolean",
|
|
973
|
-
"title": "Disable Safety Checker",
|
|
974
|
-
"default": false,
|
|
975
|
-
"x-order": 7,
|
|
976
|
-
"description": "Disable safety checker for generated images."
|
|
992
|
+
"description": "Number of inference steps."
|
|
977
993
|
}
|
|
978
994
|
}
|
|
979
995
|
},
|
|
980
996
|
"outputSchema": {
|
|
981
|
-
"type": "
|
|
982
|
-
"
|
|
983
|
-
|
|
984
|
-
"format": "uri"
|
|
985
|
-
},
|
|
986
|
-
"title": "Output"
|
|
997
|
+
"type": "string",
|
|
998
|
+
"title": "Output",
|
|
999
|
+
"format": "uri"
|
|
987
1000
|
},
|
|
988
1001
|
"componentSchemas": {
|
|
989
1002
|
"Status": {
|
|
@@ -998,15 +1011,6 @@
|
|
|
998
1011
|
"title": "Status",
|
|
999
1012
|
"description": "An enumeration."
|
|
1000
1013
|
},
|
|
1001
|
-
"megapixels": {
|
|
1002
|
-
"enum": [
|
|
1003
|
-
"1",
|
|
1004
|
-
"0.25"
|
|
1005
|
-
],
|
|
1006
|
-
"type": "string",
|
|
1007
|
-
"title": "megapixels",
|
|
1008
|
-
"description": "An enumeration."
|
|
1009
|
-
},
|
|
1010
1014
|
"WebhookEvent": {
|
|
1011
1015
|
"enum": [
|
|
1012
1016
|
"start",
|
|
@@ -1018,29 +1022,11 @@
|
|
|
1018
1022
|
"title": "WebhookEvent",
|
|
1019
1023
|
"description": "An enumeration."
|
|
1020
1024
|
},
|
|
1021
|
-
"aspect_ratio": {
|
|
1022
|
-
"enum": [
|
|
1023
|
-
"1:1",
|
|
1024
|
-
"16:9",
|
|
1025
|
-
"21:9",
|
|
1026
|
-
"3:2",
|
|
1027
|
-
"2:3",
|
|
1028
|
-
"4:5",
|
|
1029
|
-
"5:4",
|
|
1030
|
-
"3:4",
|
|
1031
|
-
"4:3",
|
|
1032
|
-
"9:16",
|
|
1033
|
-
"9:21"
|
|
1034
|
-
],
|
|
1035
|
-
"type": "string",
|
|
1036
|
-
"title": "aspect_ratio",
|
|
1037
|
-
"description": "An enumeration."
|
|
1038
|
-
},
|
|
1039
1025
|
"output_format": {
|
|
1040
1026
|
"enum": [
|
|
1041
|
-
"
|
|
1027
|
+
"png",
|
|
1042
1028
|
"jpg",
|
|
1043
|
-
"
|
|
1029
|
+
"webp"
|
|
1044
1030
|
],
|
|
1045
1031
|
"type": "string",
|
|
1046
1032
|
"title": "output_format",
|
|
@@ -1055,6 +1041,10 @@
|
|
|
1055
1041
|
"type"
|
|
1056
1042
|
],
|
|
1057
1043
|
"properties": {
|
|
1044
|
+
"ctx": {
|
|
1045
|
+
"type": "object",
|
|
1046
|
+
"title": "Context"
|
|
1047
|
+
},
|
|
1058
1048
|
"loc": {
|
|
1059
1049
|
"type": "array",
|
|
1060
1050
|
"items": {
|
|
@@ -1076,6 +1066,9 @@
|
|
|
1076
1066
|
"type": {
|
|
1077
1067
|
"type": "string",
|
|
1078
1068
|
"title": "Error Type"
|
|
1069
|
+
},
|
|
1070
|
+
"input": {
|
|
1071
|
+
"title": "Input"
|
|
1079
1072
|
}
|
|
1080
1073
|
}
|
|
1081
1074
|
},
|
|
@@ -1209,14 +1202,14 @@
|
|
|
1209
1202
|
}
|
|
1210
1203
|
}
|
|
1211
1204
|
},
|
|
1212
|
-
"fetchedAt": "2026-
|
|
1205
|
+
"fetchedAt": "2026-02-26T20:32:16.913Z"
|
|
1213
1206
|
},
|
|
1214
1207
|
{
|
|
1215
|
-
"modelId": "black-forest-labs/flux-
|
|
1216
|
-
"name": "
|
|
1208
|
+
"modelId": "black-forest-labs/flux-schnell",
|
|
1209
|
+
"name": "FluxSchnell",
|
|
1217
1210
|
"category": "image",
|
|
1218
|
-
"description": "
|
|
1219
|
-
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/
|
|
1211
|
+
"description": "The fastest image generation model tailored for local development and personal use",
|
|
1212
|
+
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/67c990ba-bb67-4355-822f-2bd8c42b2f0d/flux-schnell.webp",
|
|
1220
1213
|
"inputSchema": {
|
|
1221
1214
|
"type": "object",
|
|
1222
1215
|
"title": "Input",
|
|
@@ -1227,16 +1220,9 @@
|
|
|
1227
1220
|
"seed": {
|
|
1228
1221
|
"type": "integer",
|
|
1229
1222
|
"title": "Seed",
|
|
1230
|
-
"x-order":
|
|
1223
|
+
"x-order": 4,
|
|
1231
1224
|
"description": "Random seed. Set for reproducible generation"
|
|
1232
1225
|
},
|
|
1233
|
-
"image": {
|
|
1234
|
-
"type": "string",
|
|
1235
|
-
"title": "Image",
|
|
1236
|
-
"format": "uri",
|
|
1237
|
-
"x-order": 2,
|
|
1238
|
-
"description": "Input image for image to image mode. The aspect ratio of your output will match this image"
|
|
1239
|
-
},
|
|
1240
1226
|
"prompt": {
|
|
1241
1227
|
"type": "string",
|
|
1242
1228
|
"title": "Prompt",
|
|
@@ -1247,18 +1233,9 @@
|
|
|
1247
1233
|
"type": "boolean",
|
|
1248
1234
|
"title": "Go Fast",
|
|
1249
1235
|
"default": true,
|
|
1250
|
-
"x-order":
|
|
1236
|
+
"x-order": 8,
|
|
1251
1237
|
"description": "Run faster predictions with model optimized for speed (currently fp8 quantized); disable to run in original bf16. Note that outputs will not be deterministic when this is enabled, even if you set a seed."
|
|
1252
1238
|
},
|
|
1253
|
-
"guidance": {
|
|
1254
|
-
"type": "number",
|
|
1255
|
-
"title": "Guidance",
|
|
1256
|
-
"default": 3,
|
|
1257
|
-
"maximum": 10,
|
|
1258
|
-
"minimum": 0,
|
|
1259
|
-
"x-order": 6,
|
|
1260
|
-
"description": "Guidance for generated image"
|
|
1261
|
-
},
|
|
1262
1239
|
"megapixels": {
|
|
1263
1240
|
"allOf": [
|
|
1264
1241
|
{
|
|
@@ -1266,7 +1243,7 @@
|
|
|
1266
1243
|
}
|
|
1267
1244
|
],
|
|
1268
1245
|
"default": "1",
|
|
1269
|
-
"x-order":
|
|
1246
|
+
"x-order": 9,
|
|
1270
1247
|
"description": "Approximate number of megapixels for generated image"
|
|
1271
1248
|
},
|
|
1272
1249
|
"num_outputs": {
|
|
@@ -1275,7 +1252,7 @@
|
|
|
1275
1252
|
"default": 1,
|
|
1276
1253
|
"maximum": 4,
|
|
1277
1254
|
"minimum": 1,
|
|
1278
|
-
"x-order":
|
|
1255
|
+
"x-order": 2,
|
|
1279
1256
|
"description": "Number of outputs to generate"
|
|
1280
1257
|
},
|
|
1281
1258
|
"aspect_ratio": {
|
|
@@ -1295,7 +1272,7 @@
|
|
|
1295
1272
|
}
|
|
1296
1273
|
],
|
|
1297
1274
|
"default": "webp",
|
|
1298
|
-
"x-order":
|
|
1275
|
+
"x-order": 5,
|
|
1299
1276
|
"description": "Format of the output images"
|
|
1300
1277
|
},
|
|
1301
1278
|
"output_quality": {
|
|
@@ -1304,32 +1281,23 @@
|
|
|
1304
1281
|
"default": 80,
|
|
1305
1282
|
"maximum": 100,
|
|
1306
1283
|
"minimum": 0,
|
|
1307
|
-
"x-order":
|
|
1284
|
+
"x-order": 6,
|
|
1308
1285
|
"description": "Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs"
|
|
1309
1286
|
},
|
|
1310
|
-
"prompt_strength": {
|
|
1311
|
-
"type": "number",
|
|
1312
|
-
"title": "Prompt Strength",
|
|
1313
|
-
"default": 0.8,
|
|
1314
|
-
"maximum": 1,
|
|
1315
|
-
"minimum": 0,
|
|
1316
|
-
"x-order": 3,
|
|
1317
|
-
"description": "Prompt strength when using img2img. 1.0 corresponds to full destruction of information in image"
|
|
1318
|
-
},
|
|
1319
1287
|
"num_inference_steps": {
|
|
1320
1288
|
"type": "integer",
|
|
1321
1289
|
"title": "Num Inference Steps",
|
|
1322
|
-
"default":
|
|
1323
|
-
"maximum":
|
|
1290
|
+
"default": 4,
|
|
1291
|
+
"maximum": 4,
|
|
1324
1292
|
"minimum": 1,
|
|
1325
|
-
"x-order":
|
|
1326
|
-
"description": "Number of denoising steps.
|
|
1293
|
+
"x-order": 3,
|
|
1294
|
+
"description": "Number of denoising steps. 4 is recommended, and lower number of steps produce lower quality outputs, faster."
|
|
1327
1295
|
},
|
|
1328
1296
|
"disable_safety_checker": {
|
|
1329
1297
|
"type": "boolean",
|
|
1330
1298
|
"title": "Disable Safety Checker",
|
|
1331
1299
|
"default": false,
|
|
1332
|
-
"x-order":
|
|
1300
|
+
"x-order": 7,
|
|
1333
1301
|
"description": "Disable safety checker for generated images."
|
|
1334
1302
|
}
|
|
1335
1303
|
}
|
|
@@ -1566,14 +1534,14 @@
|
|
|
1566
1534
|
}
|
|
1567
1535
|
}
|
|
1568
1536
|
},
|
|
1569
|
-
"fetchedAt": "2026-
|
|
1537
|
+
"fetchedAt": "2026-02-26T20:32:17.193Z"
|
|
1570
1538
|
},
|
|
1571
1539
|
{
|
|
1572
|
-
"modelId": "black-forest-labs/flux-
|
|
1573
|
-
"name": "
|
|
1540
|
+
"modelId": "black-forest-labs/flux-dev",
|
|
1541
|
+
"name": "FluxDev",
|
|
1574
1542
|
"category": "image",
|
|
1575
|
-
"description": "
|
|
1576
|
-
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/
|
|
1543
|
+
"description": "A 12 billion parameter rectified flow transformer capable of generating images from text descriptions",
|
|
1544
|
+
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/cb4203e5-9ece-42e7-b326-98ff3fa35c3a/Replicate_Prediction_15.webp",
|
|
1577
1545
|
"inputSchema": {
|
|
1578
1546
|
"type": "object",
|
|
1579
1547
|
"title": "Input",
|
|
@@ -1584,26 +1552,56 @@
|
|
|
1584
1552
|
"seed": {
|
|
1585
1553
|
"type": "integer",
|
|
1586
1554
|
"title": "Seed",
|
|
1555
|
+
"x-order": 7,
|
|
1587
1556
|
"description": "Random seed. Set for reproducible generation"
|
|
1588
1557
|
},
|
|
1589
|
-
"
|
|
1590
|
-
"type": "
|
|
1591
|
-
"title": "
|
|
1592
|
-
"
|
|
1593
|
-
"
|
|
1594
|
-
"description": "
|
|
1595
|
-
},
|
|
1596
|
-
"height": {
|
|
1597
|
-
"type": "integer",
|
|
1598
|
-
"title": "Height",
|
|
1599
|
-
"maximum": 1440,
|
|
1600
|
-
"minimum": 256,
|
|
1601
|
-
"description": "Height of the generated image in text-to-image mode. Only used when aspect_ratio=custom. Must be a multiple of 32 (if it's not, it will be rounded to nearest multiple of 32). Note: Ignored in img2img and inpainting modes."
|
|
1558
|
+
"image": {
|
|
1559
|
+
"type": "string",
|
|
1560
|
+
"title": "Image",
|
|
1561
|
+
"format": "uri",
|
|
1562
|
+
"x-order": 2,
|
|
1563
|
+
"description": "Input image for image to image mode. The aspect ratio of your output will match this image"
|
|
1602
1564
|
},
|
|
1603
1565
|
"prompt": {
|
|
1604
1566
|
"type": "string",
|
|
1605
1567
|
"title": "Prompt",
|
|
1606
|
-
"
|
|
1568
|
+
"x-order": 0,
|
|
1569
|
+
"description": "Prompt for generated image"
|
|
1570
|
+
},
|
|
1571
|
+
"go_fast": {
|
|
1572
|
+
"type": "boolean",
|
|
1573
|
+
"title": "Go Fast",
|
|
1574
|
+
"default": true,
|
|
1575
|
+
"x-order": 11,
|
|
1576
|
+
"description": "Run faster predictions with model optimized for speed (currently fp8 quantized); disable to run in original bf16. Note that outputs will not be deterministic when this is enabled, even if you set a seed."
|
|
1577
|
+
},
|
|
1578
|
+
"guidance": {
|
|
1579
|
+
"type": "number",
|
|
1580
|
+
"title": "Guidance",
|
|
1581
|
+
"default": 3,
|
|
1582
|
+
"maximum": 10,
|
|
1583
|
+
"minimum": 0,
|
|
1584
|
+
"x-order": 6,
|
|
1585
|
+
"description": "Guidance for generated image"
|
|
1586
|
+
},
|
|
1587
|
+
"megapixels": {
|
|
1588
|
+
"allOf": [
|
|
1589
|
+
{
|
|
1590
|
+
"$ref": "#/components/schemas/megapixels"
|
|
1591
|
+
}
|
|
1592
|
+
],
|
|
1593
|
+
"default": "1",
|
|
1594
|
+
"x-order": 12,
|
|
1595
|
+
"description": "Approximate number of megapixels for generated image"
|
|
1596
|
+
},
|
|
1597
|
+
"num_outputs": {
|
|
1598
|
+
"type": "integer",
|
|
1599
|
+
"title": "Num Outputs",
|
|
1600
|
+
"default": 1,
|
|
1601
|
+
"maximum": 4,
|
|
1602
|
+
"minimum": 1,
|
|
1603
|
+
"x-order": 4,
|
|
1604
|
+
"description": "Number of outputs to generate"
|
|
1607
1605
|
},
|
|
1608
1606
|
"aspect_ratio": {
|
|
1609
1607
|
"allOf": [
|
|
@@ -1612,15 +1610,9 @@
|
|
|
1612
1610
|
}
|
|
1613
1611
|
],
|
|
1614
1612
|
"default": "1:1",
|
|
1615
|
-
"x-order":
|
|
1613
|
+
"x-order": 1,
|
|
1616
1614
|
"description": "Aspect ratio for the generated image"
|
|
1617
1615
|
},
|
|
1618
|
-
"image_prompt": {
|
|
1619
|
-
"type": "string",
|
|
1620
|
-
"title": "Image Prompt",
|
|
1621
|
-
"format": "uri",
|
|
1622
|
-
"description": "Image to use with Flux Redux. This is used together with the text prompt to guide the generation towards the composition of the image_prompt. Must be jpeg, png, gif, or webp."
|
|
1623
|
-
},
|
|
1624
1616
|
"output_format": {
|
|
1625
1617
|
"allOf": [
|
|
1626
1618
|
{
|
|
@@ -1629,7 +1621,7 @@
|
|
|
1629
1621
|
],
|
|
1630
1622
|
"default": "webp",
|
|
1631
1623
|
"x-order": 8,
|
|
1632
|
-
"description": "Format of the output images
|
|
1624
|
+
"description": "Format of the output images"
|
|
1633
1625
|
},
|
|
1634
1626
|
"output_quality": {
|
|
1635
1627
|
"type": "integer",
|
|
@@ -1637,28 +1629,43 @@
|
|
|
1637
1629
|
"default": 80,
|
|
1638
1630
|
"maximum": 100,
|
|
1639
1631
|
"minimum": 0,
|
|
1632
|
+
"x-order": 9,
|
|
1640
1633
|
"description": "Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs"
|
|
1641
1634
|
},
|
|
1642
|
-
"
|
|
1635
|
+
"prompt_strength": {
|
|
1636
|
+
"type": "number",
|
|
1637
|
+
"title": "Prompt Strength",
|
|
1638
|
+
"default": 0.8,
|
|
1639
|
+
"maximum": 1,
|
|
1640
|
+
"minimum": 0,
|
|
1641
|
+
"x-order": 3,
|
|
1642
|
+
"description": "Prompt strength when using img2img. 1.0 corresponds to full destruction of information in image"
|
|
1643
|
+
},
|
|
1644
|
+
"num_inference_steps": {
|
|
1643
1645
|
"type": "integer",
|
|
1644
|
-
"title": "
|
|
1645
|
-
"default":
|
|
1646
|
-
"maximum":
|
|
1646
|
+
"title": "Num Inference Steps",
|
|
1647
|
+
"default": 28,
|
|
1648
|
+
"maximum": 50,
|
|
1647
1649
|
"minimum": 1,
|
|
1648
|
-
"
|
|
1650
|
+
"x-order": 5,
|
|
1651
|
+
"description": "Number of denoising steps. Recommended range is 28-50, and lower number of steps produce lower quality outputs, faster."
|
|
1649
1652
|
},
|
|
1650
|
-
"
|
|
1653
|
+
"disable_safety_checker": {
|
|
1651
1654
|
"type": "boolean",
|
|
1652
|
-
"title": "
|
|
1655
|
+
"title": "Disable Safety Checker",
|
|
1653
1656
|
"default": false,
|
|
1654
|
-
"
|
|
1657
|
+
"x-order": 10,
|
|
1658
|
+
"description": "Disable safety checker for generated images."
|
|
1655
1659
|
}
|
|
1656
1660
|
}
|
|
1657
1661
|
},
|
|
1658
1662
|
"outputSchema": {
|
|
1659
|
-
"type": "
|
|
1660
|
-
"
|
|
1661
|
-
|
|
1663
|
+
"type": "array",
|
|
1664
|
+
"items": {
|
|
1665
|
+
"type": "string",
|
|
1666
|
+
"format": "uri"
|
|
1667
|
+
},
|
|
1668
|
+
"title": "Output"
|
|
1662
1669
|
},
|
|
1663
1670
|
"componentSchemas": {
|
|
1664
1671
|
"Status": {
|
|
@@ -1673,6 +1680,15 @@
|
|
|
1673
1680
|
"title": "Status",
|
|
1674
1681
|
"description": "An enumeration."
|
|
1675
1682
|
},
|
|
1683
|
+
"megapixels": {
|
|
1684
|
+
"enum": [
|
|
1685
|
+
"1",
|
|
1686
|
+
"0.25"
|
|
1687
|
+
],
|
|
1688
|
+
"type": "string",
|
|
1689
|
+
"title": "megapixels",
|
|
1690
|
+
"description": "An enumeration."
|
|
1691
|
+
},
|
|
1676
1692
|
"WebhookEvent": {
|
|
1677
1693
|
"enum": [
|
|
1678
1694
|
"start",
|
|
@@ -1686,16 +1702,17 @@
|
|
|
1686
1702
|
},
|
|
1687
1703
|
"aspect_ratio": {
|
|
1688
1704
|
"enum": [
|
|
1689
|
-
"custom",
|
|
1690
1705
|
"1:1",
|
|
1691
1706
|
"16:9",
|
|
1707
|
+
"21:9",
|
|
1692
1708
|
"3:2",
|
|
1693
1709
|
"2:3",
|
|
1694
1710
|
"4:5",
|
|
1695
1711
|
"5:4",
|
|
1696
|
-
"9:16",
|
|
1697
1712
|
"3:4",
|
|
1698
|
-
"4:3"
|
|
1713
|
+
"4:3",
|
|
1714
|
+
"9:16",
|
|
1715
|
+
"9:21"
|
|
1699
1716
|
],
|
|
1700
1717
|
"type": "string",
|
|
1701
1718
|
"title": "aspect_ratio",
|
|
@@ -1874,759 +1891,99 @@
|
|
|
1874
1891
|
}
|
|
1875
1892
|
}
|
|
1876
1893
|
},
|
|
1877
|
-
"fetchedAt": "2026-
|
|
1894
|
+
"fetchedAt": "2026-02-26T20:32:17.385Z"
|
|
1878
1895
|
},
|
|
1879
1896
|
{
|
|
1880
|
-
"modelId": "
|
|
1881
|
-
"name": "
|
|
1897
|
+
"modelId": "black-forest-labs/flux-1.1-pro",
|
|
1898
|
+
"name": "Flux11Pro",
|
|
1882
1899
|
"category": "image",
|
|
1883
|
-
"description": "
|
|
1884
|
-
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/
|
|
1885
|
-
"inputSchema": {
|
|
1900
|
+
"description": "Faster, better FLUX Pro. Text-to-image model with excellent image quality, prompt adherence, and output diversity.",
|
|
1901
|
+
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/bd872eff-363a-4e10-8cc1-84057afa9f57/flux-1.1-cover.webp",
|
|
1902
|
+
"inputSchema": {
|
|
1886
1903
|
"type": "object",
|
|
1887
1904
|
"title": "Input",
|
|
1905
|
+
"required": [
|
|
1906
|
+
"prompt"
|
|
1907
|
+
],
|
|
1888
1908
|
"properties": {
|
|
1889
|
-
"mask": {
|
|
1890
|
-
"type": "string",
|
|
1891
|
-
"title": "Mask",
|
|
1892
|
-
"format": "uri",
|
|
1893
|
-
"x-order": 3,
|
|
1894
|
-
"description": "Input mask for inpaint mode. Black areas will be preserved, white areas will be inpainted."
|
|
1895
|
-
},
|
|
1896
1909
|
"seed": {
|
|
1897
1910
|
"type": "integer",
|
|
1898
1911
|
"title": "Seed",
|
|
1899
|
-
"
|
|
1900
|
-
"description": "Random seed. Leave blank to randomize the seed"
|
|
1901
|
-
},
|
|
1902
|
-
"image": {
|
|
1903
|
-
"type": "string",
|
|
1904
|
-
"title": "Image",
|
|
1905
|
-
"format": "uri",
|
|
1906
|
-
"x-order": 2,
|
|
1907
|
-
"description": "Input image for img2img or inpaint mode"
|
|
1912
|
+
"description": "Random seed. Set for reproducible generation"
|
|
1908
1913
|
},
|
|
1909
1914
|
"width": {
|
|
1910
1915
|
"type": "integer",
|
|
1911
1916
|
"title": "Width",
|
|
1912
|
-
"
|
|
1913
|
-
"
|
|
1914
|
-
"description": "Width of
|
|
1917
|
+
"maximum": 1440,
|
|
1918
|
+
"minimum": 256,
|
|
1919
|
+
"description": "Width of the generated image in text-to-image mode. Only used when aspect_ratio=custom. Must be a multiple of 32 (if it's not, it will be rounded to nearest multiple of 32). Note: Ignored in img2img and inpainting modes."
|
|
1915
1920
|
},
|
|
1916
1921
|
"height": {
|
|
1917
1922
|
"type": "integer",
|
|
1918
1923
|
"title": "Height",
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
1921
|
-
"description": "Height of
|
|
1924
|
+
"maximum": 1440,
|
|
1925
|
+
"minimum": 256,
|
|
1926
|
+
"description": "Height of the generated image in text-to-image mode. Only used when aspect_ratio=custom. Must be a multiple of 32 (if it's not, it will be rounded to nearest multiple of 32). Note: Ignored in img2img and inpainting modes."
|
|
1922
1927
|
},
|
|
1923
1928
|
"prompt": {
|
|
1924
1929
|
"type": "string",
|
|
1925
1930
|
"title": "Prompt",
|
|
1926
|
-
"
|
|
1927
|
-
"x-order": 0,
|
|
1928
|
-
"description": "Input prompt"
|
|
1929
|
-
},
|
|
1930
|
-
"refine": {
|
|
1931
|
-
"allOf": [
|
|
1932
|
-
{
|
|
1933
|
-
"$ref": "#/components/schemas/refine"
|
|
1934
|
-
}
|
|
1935
|
-
],
|
|
1936
|
-
"default": "no_refiner",
|
|
1937
|
-
"x-order": 12,
|
|
1938
|
-
"description": "Which refine style to use"
|
|
1931
|
+
"description": "Text prompt for image generation"
|
|
1939
1932
|
},
|
|
1940
|
-
"
|
|
1933
|
+
"aspect_ratio": {
|
|
1941
1934
|
"allOf": [
|
|
1942
1935
|
{
|
|
1943
|
-
"$ref": "#/components/schemas/
|
|
1936
|
+
"$ref": "#/components/schemas/aspect_ratio"
|
|
1944
1937
|
}
|
|
1945
1938
|
],
|
|
1946
|
-
"default": "
|
|
1947
|
-
"x-order": 7,
|
|
1948
|
-
"description": "scheduler"
|
|
1949
|
-
},
|
|
1950
|
-
"lora_scale": {
|
|
1951
|
-
"type": "number",
|
|
1952
|
-
"title": "Lora Scale",
|
|
1953
|
-
"default": 0.6,
|
|
1954
|
-
"maximum": 1,
|
|
1955
|
-
"minimum": 0,
|
|
1956
|
-
"x-order": 16,
|
|
1957
|
-
"description": "LoRA additive scale. Only applicable on trained models."
|
|
1958
|
-
},
|
|
1959
|
-
"num_outputs": {
|
|
1960
|
-
"type": "integer",
|
|
1961
|
-
"title": "Num Outputs",
|
|
1962
|
-
"default": 1,
|
|
1963
|
-
"maximum": 4,
|
|
1964
|
-
"minimum": 1,
|
|
1965
|
-
"x-order": 6,
|
|
1966
|
-
"description": "Number of images to output."
|
|
1967
|
-
},
|
|
1968
|
-
"refine_steps": {
|
|
1969
|
-
"type": "integer",
|
|
1970
|
-
"title": "Refine Steps",
|
|
1971
|
-
"x-order": 14,
|
|
1972
|
-
"description": "For base_image_refiner, the number of steps to refine, defaults to num_inference_steps"
|
|
1973
|
-
},
|
|
1974
|
-
"guidance_scale": {
|
|
1975
|
-
"type": "number",
|
|
1976
|
-
"title": "Guidance Scale",
|
|
1977
|
-
"default": 7.5,
|
|
1978
|
-
"maximum": 50,
|
|
1979
|
-
"minimum": 1,
|
|
1980
|
-
"x-order": 9,
|
|
1981
|
-
"description": "Scale for classifier-free guidance"
|
|
1982
|
-
},
|
|
1983
|
-
"apply_watermark": {
|
|
1984
|
-
"type": "boolean",
|
|
1985
|
-
"title": "Apply Watermark",
|
|
1986
|
-
"default": true,
|
|
1987
|
-
"x-order": 15,
|
|
1988
|
-
"description": "Applies a watermark to enable determining if an image is generated in downstream applications. If you have other provisions for generating or deploying images safely, you can use this to disable watermarking."
|
|
1989
|
-
},
|
|
1990
|
-
"high_noise_frac": {
|
|
1991
|
-
"type": "number",
|
|
1992
|
-
"title": "High Noise Frac",
|
|
1993
|
-
"default": 0.8,
|
|
1994
|
-
"maximum": 1,
|
|
1995
|
-
"minimum": 0,
|
|
1996
|
-
"x-order": 13,
|
|
1997
|
-
"description": "For expert_ensemble_refiner, the fraction of noise to use"
|
|
1998
|
-
},
|
|
1999
|
-
"negative_prompt": {
|
|
2000
|
-
"type": "string",
|
|
2001
|
-
"title": "Negative Prompt",
|
|
2002
|
-
"default": "",
|
|
2003
|
-
"x-order": 1,
|
|
2004
|
-
"description": "Input Negative Prompt"
|
|
2005
|
-
},
|
|
2006
|
-
"prompt_strength": {
|
|
2007
|
-
"type": "number",
|
|
2008
|
-
"title": "Prompt Strength",
|
|
2009
|
-
"default": 0.8,
|
|
2010
|
-
"maximum": 1,
|
|
2011
|
-
"minimum": 0,
|
|
2012
|
-
"x-order": 10,
|
|
2013
|
-
"description": "Prompt strength when using img2img / inpaint. 1.0 corresponds to full destruction of information in image"
|
|
2014
|
-
},
|
|
2015
|
-
"replicate_weights": {
|
|
2016
|
-
"type": "string",
|
|
2017
|
-
"title": "Replicate Weights",
|
|
2018
|
-
"x-order": 17,
|
|
2019
|
-
"description": "Replicate LoRA weights to use. Leave blank to use the default weights."
|
|
2020
|
-
},
|
|
2021
|
-
"num_inference_steps": {
|
|
2022
|
-
"type": "integer",
|
|
2023
|
-
"title": "Num Inference Steps",
|
|
2024
|
-
"default": 50,
|
|
2025
|
-
"maximum": 500,
|
|
2026
|
-
"minimum": 1,
|
|
2027
|
-
"x-order": 8,
|
|
2028
|
-
"description": "Number of denoising steps"
|
|
2029
|
-
},
|
|
2030
|
-
"disable_safety_checker": {
|
|
2031
|
-
"type": "boolean",
|
|
2032
|
-
"title": "Disable Safety Checker",
|
|
2033
|
-
"default": false,
|
|
2034
|
-
"x-order": 18,
|
|
2035
|
-
"description": "Disable safety checker for generated images. This feature is only available through the API. See [https://replicate.com/docs/how-does-replicate-work#safety](https://replicate.com/docs/how-does-replicate-work#safety)"
|
|
2036
|
-
}
|
|
2037
|
-
}
|
|
2038
|
-
},
|
|
2039
|
-
"outputSchema": {
|
|
2040
|
-
"type": "array",
|
|
2041
|
-
"items": {
|
|
2042
|
-
"type": "string",
|
|
2043
|
-
"format": "uri"
|
|
2044
|
-
},
|
|
2045
|
-
"title": "Output"
|
|
2046
|
-
},
|
|
2047
|
-
"componentSchemas": {
|
|
2048
|
-
"Status": {
|
|
2049
|
-
"enum": [
|
|
2050
|
-
"starting",
|
|
2051
|
-
"processing",
|
|
2052
|
-
"succeeded",
|
|
2053
|
-
"canceled",
|
|
2054
|
-
"failed"
|
|
2055
|
-
],
|
|
2056
|
-
"type": "string",
|
|
2057
|
-
"title": "Status",
|
|
2058
|
-
"description": "An enumeration."
|
|
2059
|
-
},
|
|
2060
|
-
"refine": {
|
|
2061
|
-
"enum": [
|
|
2062
|
-
"no_refiner",
|
|
2063
|
-
"expert_ensemble_refiner",
|
|
2064
|
-
"base_image_refiner"
|
|
2065
|
-
],
|
|
2066
|
-
"type": "string",
|
|
2067
|
-
"title": "refine",
|
|
2068
|
-
"description": "An enumeration."
|
|
2069
|
-
},
|
|
2070
|
-
"scheduler": {
|
|
2071
|
-
"enum": [
|
|
2072
|
-
"DDIM",
|
|
2073
|
-
"DPMSolverMultistep",
|
|
2074
|
-
"HeunDiscrete",
|
|
2075
|
-
"KarrasDPM",
|
|
2076
|
-
"K_EULER_ANCESTRAL",
|
|
2077
|
-
"K_EULER",
|
|
2078
|
-
"PNDM"
|
|
2079
|
-
],
|
|
2080
|
-
"type": "string",
|
|
2081
|
-
"title": "scheduler",
|
|
2082
|
-
"description": "An enumeration."
|
|
2083
|
-
},
|
|
2084
|
-
"WebhookEvent": {
|
|
2085
|
-
"enum": [
|
|
2086
|
-
"start",
|
|
2087
|
-
"output",
|
|
2088
|
-
"logs",
|
|
2089
|
-
"completed"
|
|
2090
|
-
],
|
|
2091
|
-
"type": "string",
|
|
2092
|
-
"title": "WebhookEvent",
|
|
2093
|
-
"description": "An enumeration."
|
|
2094
|
-
},
|
|
2095
|
-
"lr_scheduler": {
|
|
2096
|
-
"enum": [
|
|
2097
|
-
"constant",
|
|
2098
|
-
"linear"
|
|
2099
|
-
],
|
|
2100
|
-
"type": "string",
|
|
2101
|
-
"title": "lr_scheduler",
|
|
2102
|
-
"description": "An enumeration."
|
|
2103
|
-
},
|
|
2104
|
-
"TrainingInput": {
|
|
2105
|
-
"type": "object",
|
|
2106
|
-
"title": "TrainingInput",
|
|
2107
|
-
"required": [
|
|
2108
|
-
"input_images"
|
|
2109
|
-
],
|
|
2110
|
-
"properties": {
|
|
2111
|
-
"seed": {
|
|
2112
|
-
"type": "integer",
|
|
2113
|
-
"title": "Seed",
|
|
2114
|
-
"x-order": 1,
|
|
2115
|
-
"description": "Random seed for reproducible training. Leave empty to use a random seed"
|
|
2116
|
-
},
|
|
2117
|
-
"ti_lr": {
|
|
2118
|
-
"type": "number",
|
|
2119
|
-
"title": "Ti Lr",
|
|
2120
|
-
"default": 0.0003,
|
|
2121
|
-
"x-order": 8,
|
|
2122
|
-
"description": "Scaling of learning rate for training textual inversion embeddings. Don't alter unless you know what you're doing."
|
|
2123
|
-
},
|
|
2124
|
-
"is_lora": {
|
|
2125
|
-
"type": "boolean",
|
|
2126
|
-
"title": "Is Lora",
|
|
2127
|
-
"default": true,
|
|
2128
|
-
"x-order": 6,
|
|
2129
|
-
"description": "Whether to use LoRA training. If set to False, will use Full fine tuning"
|
|
2130
|
-
},
|
|
2131
|
-
"lora_lr": {
|
|
2132
|
-
"type": "number",
|
|
2133
|
-
"title": "Lora Lr",
|
|
2134
|
-
"default": 0.0001,
|
|
2135
|
-
"x-order": 9,
|
|
2136
|
-
"description": "Scaling of learning rate for training LoRA embeddings. Don't alter unless you know what you're doing."
|
|
2137
|
-
},
|
|
2138
|
-
"verbose": {
|
|
2139
|
-
"type": "boolean",
|
|
2140
|
-
"title": "Verbose",
|
|
2141
|
-
"default": true,
|
|
2142
|
-
"x-order": 19,
|
|
2143
|
-
"description": "verbose output"
|
|
2144
|
-
},
|
|
2145
|
-
"lora_rank": {
|
|
2146
|
-
"type": "integer",
|
|
2147
|
-
"title": "Lora Rank",
|
|
2148
|
-
"default": 32,
|
|
2149
|
-
"x-order": 10,
|
|
2150
|
-
"description": "Rank of LoRA embeddings. Don't alter unless you know what you're doing."
|
|
2151
|
-
},
|
|
2152
|
-
"resolution": {
|
|
2153
|
-
"type": "integer",
|
|
2154
|
-
"title": "Resolution",
|
|
2155
|
-
"default": 768,
|
|
2156
|
-
"x-order": 2,
|
|
2157
|
-
"description": "Square pixel resolution which your images will be resized to for training"
|
|
2158
|
-
},
|
|
2159
|
-
"input_images": {
|
|
2160
|
-
"type": "string",
|
|
2161
|
-
"title": "Input Images",
|
|
2162
|
-
"format": "uri",
|
|
2163
|
-
"x-order": 0,
|
|
2164
|
-
"description": "A .zip or .tar file containing the image files that will be used for fine-tuning"
|
|
2165
|
-
},
|
|
2166
|
-
"lr_scheduler": {
|
|
2167
|
-
"allOf": [
|
|
2168
|
-
{
|
|
2169
|
-
"$ref": "#/components/schemas/lr_scheduler"
|
|
2170
|
-
}
|
|
2171
|
-
],
|
|
2172
|
-
"default": "constant",
|
|
2173
|
-
"x-order": 11,
|
|
2174
|
-
"description": "Learning rate scheduler to use for training"
|
|
2175
|
-
},
|
|
2176
|
-
"token_string": {
|
|
2177
|
-
"type": "string",
|
|
2178
|
-
"title": "Token String",
|
|
2179
|
-
"default": "TOK",
|
|
2180
|
-
"x-order": 13,
|
|
2181
|
-
"description": "A unique string that will be trained to refer to the concept in the input images. Can be anything, but TOK works well"
|
|
2182
|
-
},
|
|
2183
|
-
"caption_prefix": {
|
|
2184
|
-
"type": "string",
|
|
2185
|
-
"title": "Caption Prefix",
|
|
2186
|
-
"default": "a photo of TOK, ",
|
|
2187
|
-
"x-order": 14,
|
|
2188
|
-
"description": "Text which will be used as prefix during automatic captioning. Must contain the `token_string`. For example, if caption text is 'a photo of TOK', automatic captioning will expand to 'a photo of TOK under a bridge', 'a photo of TOK holding a cup', etc."
|
|
2189
|
-
},
|
|
2190
|
-
"lr_warmup_steps": {
|
|
2191
|
-
"type": "integer",
|
|
2192
|
-
"title": "Lr Warmup Steps",
|
|
2193
|
-
"default": 100,
|
|
2194
|
-
"x-order": 12,
|
|
2195
|
-
"description": "Number of warmup steps for lr schedulers with warmups."
|
|
2196
|
-
},
|
|
2197
|
-
"max_train_steps": {
|
|
2198
|
-
"type": "integer",
|
|
2199
|
-
"title": "Max Train Steps",
|
|
2200
|
-
"default": 1000,
|
|
2201
|
-
"x-order": 5,
|
|
2202
|
-
"description": "Number of individual training steps. Takes precedence over num_train_epochs"
|
|
2203
|
-
},
|
|
2204
|
-
"num_train_epochs": {
|
|
2205
|
-
"type": "integer",
|
|
2206
|
-
"title": "Num Train Epochs",
|
|
2207
|
-
"default": 4000,
|
|
2208
|
-
"x-order": 4,
|
|
2209
|
-
"description": "Number of epochs to loop through your training dataset"
|
|
2210
|
-
},
|
|
2211
|
-
"train_batch_size": {
|
|
2212
|
-
"type": "integer",
|
|
2213
|
-
"title": "Train Batch Size",
|
|
2214
|
-
"default": 4,
|
|
2215
|
-
"x-order": 3,
|
|
2216
|
-
"description": "Batch size (per device) for training"
|
|
2217
|
-
},
|
|
2218
|
-
"unet_learning_rate": {
|
|
2219
|
-
"type": "number",
|
|
2220
|
-
"title": "Unet Learning Rate",
|
|
2221
|
-
"default": 0.000001,
|
|
2222
|
-
"x-order": 7,
|
|
2223
|
-
"description": "Learning rate for the U-Net. We recommend this value to be somewhere between `1e-6` to `1e-5`."
|
|
2224
|
-
},
|
|
2225
|
-
"checkpointing_steps": {
|
|
2226
|
-
"type": "integer",
|
|
2227
|
-
"title": "Checkpointing Steps",
|
|
2228
|
-
"default": 999999,
|
|
2229
|
-
"x-order": 20,
|
|
2230
|
-
"description": "Number of steps between saving checkpoints. Set to very very high number to disable checkpointing, because you don't need one."
|
|
2231
|
-
},
|
|
2232
|
-
"clipseg_temperature": {
|
|
2233
|
-
"type": "number",
|
|
2234
|
-
"title": "Clipseg Temperature",
|
|
2235
|
-
"default": 1,
|
|
2236
|
-
"x-order": 18,
|
|
2237
|
-
"description": "How blurry you want the CLIPSeg mask to be. We recommend this value be something between `0.5` to `1.0`. If you want to have more sharp mask (but thus more errorful), you can decrease this value."
|
|
2238
|
-
},
|
|
2239
|
-
"mask_target_prompts": {
|
|
2240
|
-
"type": "string",
|
|
2241
|
-
"title": "Mask Target Prompts",
|
|
2242
|
-
"x-order": 15,
|
|
2243
|
-
"description": "Prompt that describes part of the image that you will find important. For example, if you are fine-tuning your pet, `photo of a dog` will be a good prompt. Prompt-based masking is used to focus the fine-tuning process on the important/salient parts of the image"
|
|
2244
|
-
},
|
|
2245
|
-
"input_images_filetype": {
|
|
2246
|
-
"allOf": [
|
|
2247
|
-
{
|
|
2248
|
-
"$ref": "#/components/schemas/input_images_filetype"
|
|
2249
|
-
}
|
|
2250
|
-
],
|
|
2251
|
-
"default": "infer",
|
|
2252
|
-
"x-order": 21,
|
|
2253
|
-
"description": "Filetype of the input images. Can be either `zip` or `tar`. By default its `infer`, and it will be inferred from the ext of input file."
|
|
2254
|
-
},
|
|
2255
|
-
"crop_based_on_salience": {
|
|
2256
|
-
"type": "boolean",
|
|
2257
|
-
"title": "Crop Based On Salience",
|
|
2258
|
-
"default": true,
|
|
2259
|
-
"x-order": 16,
|
|
2260
|
-
"description": "If you want to crop the image to `target_size` based on the important parts of the image, set this to True. If you want to crop the image based on face detection, set this to False"
|
|
2261
|
-
},
|
|
2262
|
-
"use_face_detection_instead": {
|
|
2263
|
-
"type": "boolean",
|
|
2264
|
-
"title": "Use Face Detection Instead",
|
|
2265
|
-
"default": false,
|
|
2266
|
-
"x-order": 17,
|
|
2267
|
-
"description": "If you want to use face detection instead of CLIPSeg for masking. For face applications, we recommend using this option."
|
|
2268
|
-
}
|
|
2269
|
-
}
|
|
2270
|
-
},
|
|
2271
|
-
"TrainingOutput": {
|
|
2272
|
-
"type": "object",
|
|
2273
|
-
"title": "TrainingOutput",
|
|
2274
|
-
"required": [
|
|
2275
|
-
"weights"
|
|
2276
|
-
],
|
|
2277
|
-
"properties": {
|
|
2278
|
-
"weights": {
|
|
2279
|
-
"type": "string",
|
|
2280
|
-
"title": "Weights",
|
|
2281
|
-
"format": "uri"
|
|
2282
|
-
}
|
|
2283
|
-
}
|
|
2284
|
-
},
|
|
2285
|
-
"TrainingRequest": {
|
|
2286
|
-
"type": "object",
|
|
2287
|
-
"title": "TrainingRequest",
|
|
2288
|
-
"properties": {
|
|
2289
|
-
"id": {
|
|
2290
|
-
"type": "string",
|
|
2291
|
-
"title": "Id"
|
|
2292
|
-
},
|
|
2293
|
-
"input": {
|
|
2294
|
-
"$ref": "#/components/schemas/TrainingInput"
|
|
2295
|
-
},
|
|
2296
|
-
"webhook": {
|
|
2297
|
-
"type": "string",
|
|
2298
|
-
"title": "Webhook",
|
|
2299
|
-
"format": "uri",
|
|
2300
|
-
"maxLength": 65536,
|
|
2301
|
-
"minLength": 1
|
|
2302
|
-
},
|
|
2303
|
-
"created_at": {
|
|
2304
|
-
"type": "string",
|
|
2305
|
-
"title": "Created At",
|
|
2306
|
-
"format": "date-time"
|
|
2307
|
-
},
|
|
2308
|
-
"output_file_prefix": {
|
|
2309
|
-
"type": "string",
|
|
2310
|
-
"title": "Output File Prefix"
|
|
2311
|
-
},
|
|
2312
|
-
"webhook_events_filter": {
|
|
2313
|
-
"type": "array",
|
|
2314
|
-
"items": {
|
|
2315
|
-
"$ref": "#/components/schemas/WebhookEvent"
|
|
2316
|
-
},
|
|
2317
|
-
"default": [
|
|
2318
|
-
"start",
|
|
2319
|
-
"output",
|
|
2320
|
-
"logs",
|
|
2321
|
-
"completed"
|
|
2322
|
-
]
|
|
2323
|
-
}
|
|
2324
|
-
}
|
|
2325
|
-
},
|
|
2326
|
-
"ValidationError": {
|
|
2327
|
-
"type": "object",
|
|
2328
|
-
"title": "ValidationError",
|
|
2329
|
-
"required": [
|
|
2330
|
-
"loc",
|
|
2331
|
-
"msg",
|
|
2332
|
-
"type"
|
|
2333
|
-
],
|
|
2334
|
-
"properties": {
|
|
2335
|
-
"loc": {
|
|
2336
|
-
"type": "array",
|
|
2337
|
-
"items": {
|
|
2338
|
-
"anyOf": [
|
|
2339
|
-
{
|
|
2340
|
-
"type": "string"
|
|
2341
|
-
},
|
|
2342
|
-
{
|
|
2343
|
-
"type": "integer"
|
|
2344
|
-
}
|
|
2345
|
-
]
|
|
2346
|
-
},
|
|
2347
|
-
"title": "Location"
|
|
2348
|
-
},
|
|
2349
|
-
"msg": {
|
|
2350
|
-
"type": "string",
|
|
2351
|
-
"title": "Message"
|
|
2352
|
-
},
|
|
2353
|
-
"type": {
|
|
2354
|
-
"type": "string",
|
|
2355
|
-
"title": "Error Type"
|
|
2356
|
-
}
|
|
2357
|
-
}
|
|
2358
|
-
},
|
|
2359
|
-
"TrainingResponse": {
|
|
2360
|
-
"type": "object",
|
|
2361
|
-
"title": "TrainingResponse",
|
|
2362
|
-
"properties": {
|
|
2363
|
-
"id": {
|
|
2364
|
-
"type": "string",
|
|
2365
|
-
"title": "Id"
|
|
2366
|
-
},
|
|
2367
|
-
"logs": {
|
|
2368
|
-
"type": "string",
|
|
2369
|
-
"title": "Logs",
|
|
2370
|
-
"default": ""
|
|
2371
|
-
},
|
|
2372
|
-
"error": {
|
|
2373
|
-
"type": "string",
|
|
2374
|
-
"title": "Error"
|
|
2375
|
-
},
|
|
2376
|
-
"input": {
|
|
2377
|
-
"$ref": "#/components/schemas/TrainingInput"
|
|
2378
|
-
},
|
|
2379
|
-
"output": {
|
|
2380
|
-
"$ref": "#/components/schemas/TrainingOutput"
|
|
2381
|
-
},
|
|
2382
|
-
"status": {
|
|
2383
|
-
"$ref": "#/components/schemas/Status"
|
|
2384
|
-
},
|
|
2385
|
-
"metrics": {
|
|
2386
|
-
"type": "object",
|
|
2387
|
-
"title": "Metrics"
|
|
2388
|
-
},
|
|
2389
|
-
"version": {
|
|
2390
|
-
"type": "string",
|
|
2391
|
-
"title": "Version"
|
|
2392
|
-
},
|
|
2393
|
-
"created_at": {
|
|
2394
|
-
"type": "string",
|
|
2395
|
-
"title": "Created At",
|
|
2396
|
-
"format": "date-time"
|
|
2397
|
-
},
|
|
2398
|
-
"started_at": {
|
|
2399
|
-
"type": "string",
|
|
2400
|
-
"title": "Started At",
|
|
2401
|
-
"format": "date-time"
|
|
2402
|
-
},
|
|
2403
|
-
"completed_at": {
|
|
2404
|
-
"type": "string",
|
|
2405
|
-
"title": "Completed At",
|
|
2406
|
-
"format": "date-time"
|
|
2407
|
-
}
|
|
2408
|
-
}
|
|
2409
|
-
},
|
|
2410
|
-
"PredictionRequest": {
|
|
2411
|
-
"type": "object",
|
|
2412
|
-
"title": "PredictionRequest",
|
|
2413
|
-
"properties": {
|
|
2414
|
-
"id": {
|
|
2415
|
-
"type": "string",
|
|
2416
|
-
"title": "Id"
|
|
2417
|
-
},
|
|
2418
|
-
"input": {
|
|
2419
|
-
"$ref": "#/components/schemas/Input"
|
|
2420
|
-
},
|
|
2421
|
-
"webhook": {
|
|
2422
|
-
"type": "string",
|
|
2423
|
-
"title": "Webhook",
|
|
2424
|
-
"format": "uri",
|
|
2425
|
-
"maxLength": 65536,
|
|
2426
|
-
"minLength": 1
|
|
2427
|
-
},
|
|
2428
|
-
"created_at": {
|
|
2429
|
-
"type": "string",
|
|
2430
|
-
"title": "Created At",
|
|
2431
|
-
"format": "date-time"
|
|
2432
|
-
},
|
|
2433
|
-
"output_file_prefix": {
|
|
2434
|
-
"type": "string",
|
|
2435
|
-
"title": "Output File Prefix"
|
|
2436
|
-
},
|
|
2437
|
-
"webhook_events_filter": {
|
|
2438
|
-
"type": "array",
|
|
2439
|
-
"items": {
|
|
2440
|
-
"$ref": "#/components/schemas/WebhookEvent"
|
|
2441
|
-
},
|
|
2442
|
-
"default": [
|
|
2443
|
-
"start",
|
|
2444
|
-
"output",
|
|
2445
|
-
"logs",
|
|
2446
|
-
"completed"
|
|
2447
|
-
]
|
|
2448
|
-
}
|
|
2449
|
-
}
|
|
2450
|
-
},
|
|
2451
|
-
"PredictionResponse": {
|
|
2452
|
-
"type": "object",
|
|
2453
|
-
"title": "PredictionResponse",
|
|
2454
|
-
"properties": {
|
|
2455
|
-
"id": {
|
|
2456
|
-
"type": "string",
|
|
2457
|
-
"title": "Id"
|
|
2458
|
-
},
|
|
2459
|
-
"logs": {
|
|
2460
|
-
"type": "string",
|
|
2461
|
-
"title": "Logs",
|
|
2462
|
-
"default": ""
|
|
2463
|
-
},
|
|
2464
|
-
"error": {
|
|
2465
|
-
"type": "string",
|
|
2466
|
-
"title": "Error"
|
|
2467
|
-
},
|
|
2468
|
-
"input": {
|
|
2469
|
-
"$ref": "#/components/schemas/Input"
|
|
2470
|
-
},
|
|
2471
|
-
"output": {
|
|
2472
|
-
"$ref": "#/components/schemas/Output"
|
|
2473
|
-
},
|
|
2474
|
-
"status": {
|
|
2475
|
-
"$ref": "#/components/schemas/Status"
|
|
2476
|
-
},
|
|
2477
|
-
"metrics": {
|
|
2478
|
-
"type": "object",
|
|
2479
|
-
"title": "Metrics"
|
|
2480
|
-
},
|
|
2481
|
-
"version": {
|
|
2482
|
-
"type": "string",
|
|
2483
|
-
"title": "Version"
|
|
2484
|
-
},
|
|
2485
|
-
"created_at": {
|
|
2486
|
-
"type": "string",
|
|
2487
|
-
"title": "Created At",
|
|
2488
|
-
"format": "date-time"
|
|
2489
|
-
},
|
|
2490
|
-
"started_at": {
|
|
2491
|
-
"type": "string",
|
|
2492
|
-
"title": "Started At",
|
|
2493
|
-
"format": "date-time"
|
|
2494
|
-
},
|
|
2495
|
-
"completed_at": {
|
|
2496
|
-
"type": "string",
|
|
2497
|
-
"title": "Completed At",
|
|
2498
|
-
"format": "date-time"
|
|
2499
|
-
}
|
|
2500
|
-
}
|
|
2501
|
-
},
|
|
2502
|
-
"HTTPValidationError": {
|
|
2503
|
-
"type": "object",
|
|
2504
|
-
"title": "HTTPValidationError",
|
|
2505
|
-
"properties": {
|
|
2506
|
-
"detail": {
|
|
2507
|
-
"type": "array",
|
|
2508
|
-
"items": {
|
|
2509
|
-
"$ref": "#/components/schemas/ValidationError"
|
|
2510
|
-
},
|
|
2511
|
-
"title": "Detail"
|
|
2512
|
-
}
|
|
2513
|
-
}
|
|
2514
|
-
},
|
|
2515
|
-
"input_images_filetype": {
|
|
2516
|
-
"enum": [
|
|
2517
|
-
"zip",
|
|
2518
|
-
"tar",
|
|
2519
|
-
"infer"
|
|
2520
|
-
],
|
|
2521
|
-
"type": "string",
|
|
2522
|
-
"title": "input_images_filetype",
|
|
2523
|
-
"description": "An enumeration."
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
"fetchedAt": "2026-01-29T02:24:13.905Z"
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"modelId": "bytedance/sdxl-lightning-4step",
|
|
2530
|
-
"name": "SDXLLightning",
|
|
2531
|
-
"category": "image",
|
|
2532
|
-
"description": "SDXL-Lightning by ByteDance: a fast text-to-image model that makes high-quality images in 4 steps",
|
|
2533
|
-
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/779f3f58-c3db-4403-a01b-3ffed97a1449/out-0-1.jpg",
|
|
2534
|
-
"inputSchema": {
|
|
2535
|
-
"type": "object",
|
|
2536
|
-
"title": "Input",
|
|
2537
|
-
"properties": {
|
|
2538
|
-
"seed": {
|
|
2539
|
-
"type": "integer",
|
|
2540
|
-
"title": "Seed",
|
|
2541
|
-
"default": 0,
|
|
2542
|
-
"x-order": 8,
|
|
2543
|
-
"description": "Random seed. Leave blank to randomize the seed"
|
|
2544
|
-
},
|
|
2545
|
-
"width": {
|
|
2546
|
-
"type": "integer",
|
|
2547
|
-
"title": "Width",
|
|
2548
|
-
"default": 1024,
|
|
2549
|
-
"maximum": 1280,
|
|
2550
|
-
"minimum": 256,
|
|
1939
|
+
"default": "1:1",
|
|
2551
1940
|
"x-order": 2,
|
|
2552
|
-
"description": "
|
|
2553
|
-
},
|
|
2554
|
-
"height": {
|
|
2555
|
-
"type": "integer",
|
|
2556
|
-
"title": "Height",
|
|
2557
|
-
"default": 1024,
|
|
2558
|
-
"maximum": 1280,
|
|
2559
|
-
"minimum": 256,
|
|
2560
|
-
"x-order": 3,
|
|
2561
|
-
"description": "Height of output image. Recommended 1024 or 1280"
|
|
1941
|
+
"description": "Aspect ratio for the generated image"
|
|
2562
1942
|
},
|
|
2563
|
-
"
|
|
1943
|
+
"image_prompt": {
|
|
2564
1944
|
"type": "string",
|
|
2565
|
-
"title": "Prompt",
|
|
2566
|
-
"
|
|
2567
|
-
"
|
|
2568
|
-
"description": "Input prompt"
|
|
1945
|
+
"title": "Image Prompt",
|
|
1946
|
+
"format": "uri",
|
|
1947
|
+
"description": "Image to use with Flux Redux. This is used together with the text prompt to guide the generation towards the composition of the image_prompt. Must be jpeg, png, gif, or webp."
|
|
2569
1948
|
},
|
|
2570
|
-
"
|
|
1949
|
+
"output_format": {
|
|
2571
1950
|
"allOf": [
|
|
2572
1951
|
{
|
|
2573
|
-
"$ref": "#/components/schemas/
|
|
1952
|
+
"$ref": "#/components/schemas/output_format"
|
|
2574
1953
|
}
|
|
2575
1954
|
],
|
|
2576
|
-
"default": "
|
|
2577
|
-
"x-order":
|
|
2578
|
-
"description": "
|
|
1955
|
+
"default": "webp",
|
|
1956
|
+
"x-order": 8,
|
|
1957
|
+
"description": "Format of the output images."
|
|
2579
1958
|
},
|
|
2580
|
-
"
|
|
1959
|
+
"output_quality": {
|
|
2581
1960
|
"type": "integer",
|
|
2582
|
-
"title": "
|
|
2583
|
-
"default":
|
|
2584
|
-
"maximum":
|
|
2585
|
-
"minimum": 1,
|
|
2586
|
-
"x-order": 4,
|
|
2587
|
-
"description": "Number of images to output."
|
|
2588
|
-
},
|
|
2589
|
-
"guidance_scale": {
|
|
2590
|
-
"type": "number",
|
|
2591
|
-
"title": "Guidance Scale",
|
|
2592
|
-
"default": 0,
|
|
2593
|
-
"maximum": 50,
|
|
1961
|
+
"title": "Output Quality",
|
|
1962
|
+
"default": 80,
|
|
1963
|
+
"maximum": 100,
|
|
2594
1964
|
"minimum": 0,
|
|
2595
|
-
"
|
|
2596
|
-
"description": "Scale for classifier-free guidance"
|
|
2597
|
-
},
|
|
2598
|
-
"negative_prompt": {
|
|
2599
|
-
"type": "string",
|
|
2600
|
-
"title": "Negative Prompt",
|
|
2601
|
-
"default": "worst quality, low quality",
|
|
2602
|
-
"x-order": 1,
|
|
2603
|
-
"description": "Negative Input prompt"
|
|
1965
|
+
"description": "Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs"
|
|
2604
1966
|
},
|
|
2605
|
-
"
|
|
1967
|
+
"safety_tolerance": {
|
|
2606
1968
|
"type": "integer",
|
|
2607
|
-
"title": "
|
|
2608
|
-
"default":
|
|
2609
|
-
"maximum":
|
|
1969
|
+
"title": "Safety Tolerance",
|
|
1970
|
+
"default": 2,
|
|
1971
|
+
"maximum": 6,
|
|
2610
1972
|
"minimum": 1,
|
|
2611
|
-
"
|
|
2612
|
-
"description": "Number of denoising steps. 4 for best results"
|
|
1973
|
+
"description": "Safety tolerance, 1 is most strict and 6 is most permissive"
|
|
2613
1974
|
},
|
|
2614
|
-
"
|
|
1975
|
+
"prompt_upsampling": {
|
|
2615
1976
|
"type": "boolean",
|
|
2616
|
-
"title": "
|
|
1977
|
+
"title": "Prompt Upsampling",
|
|
2617
1978
|
"default": false,
|
|
2618
|
-
"
|
|
2619
|
-
"description": "Disable safety checker for generated images"
|
|
1979
|
+
"description": "Automatically modify the prompt for more creative generation"
|
|
2620
1980
|
}
|
|
2621
1981
|
}
|
|
2622
1982
|
},
|
|
2623
1983
|
"outputSchema": {
|
|
2624
|
-
"type": "
|
|
2625
|
-
"
|
|
2626
|
-
|
|
2627
|
-
"format": "uri"
|
|
2628
|
-
},
|
|
2629
|
-
"title": "Output"
|
|
1984
|
+
"type": "string",
|
|
1985
|
+
"title": "Output",
|
|
1986
|
+
"format": "uri"
|
|
2630
1987
|
},
|
|
2631
1988
|
"componentSchemas": {
|
|
2632
1989
|
"Status": {
|
|
@@ -2635,25 +1992,10 @@
|
|
|
2635
1992
|
"processing",
|
|
2636
1993
|
"succeeded",
|
|
2637
1994
|
"canceled",
|
|
2638
|
-
"failed"
|
|
2639
|
-
],
|
|
2640
|
-
"type": "string",
|
|
2641
|
-
"title": "Status",
|
|
2642
|
-
"description": "An enumeration."
|
|
2643
|
-
},
|
|
2644
|
-
"scheduler": {
|
|
2645
|
-
"enum": [
|
|
2646
|
-
"DDIM",
|
|
2647
|
-
"DPMSolverMultistep",
|
|
2648
|
-
"HeunDiscrete",
|
|
2649
|
-
"KarrasDPM",
|
|
2650
|
-
"K_EULER_ANCESTRAL",
|
|
2651
|
-
"K_EULER",
|
|
2652
|
-
"PNDM",
|
|
2653
|
-
"DPM++2MSDE"
|
|
1995
|
+
"failed"
|
|
2654
1996
|
],
|
|
2655
1997
|
"type": "string",
|
|
2656
|
-
"title": "
|
|
1998
|
+
"title": "Status",
|
|
2657
1999
|
"description": "An enumeration."
|
|
2658
2000
|
},
|
|
2659
2001
|
"WebhookEvent": {
|
|
@@ -2667,6 +2009,33 @@
|
|
|
2667
2009
|
"title": "WebhookEvent",
|
|
2668
2010
|
"description": "An enumeration."
|
|
2669
2011
|
},
|
|
2012
|
+
"aspect_ratio": {
|
|
2013
|
+
"enum": [
|
|
2014
|
+
"custom",
|
|
2015
|
+
"1:1",
|
|
2016
|
+
"16:9",
|
|
2017
|
+
"3:2",
|
|
2018
|
+
"2:3",
|
|
2019
|
+
"4:5",
|
|
2020
|
+
"5:4",
|
|
2021
|
+
"9:16",
|
|
2022
|
+
"3:4",
|
|
2023
|
+
"4:3"
|
|
2024
|
+
],
|
|
2025
|
+
"type": "string",
|
|
2026
|
+
"title": "aspect_ratio",
|
|
2027
|
+
"description": "An enumeration."
|
|
2028
|
+
},
|
|
2029
|
+
"output_format": {
|
|
2030
|
+
"enum": [
|
|
2031
|
+
"webp",
|
|
2032
|
+
"jpg",
|
|
2033
|
+
"png"
|
|
2034
|
+
],
|
|
2035
|
+
"type": "string",
|
|
2036
|
+
"title": "output_format",
|
|
2037
|
+
"description": "An enumeration."
|
|
2038
|
+
},
|
|
2670
2039
|
"ValidationError": {
|
|
2671
2040
|
"type": "object",
|
|
2672
2041
|
"title": "ValidationError",
|
|
@@ -2706,26 +2075,39 @@
|
|
|
2706
2075
|
"properties": {
|
|
2707
2076
|
"id": {
|
|
2708
2077
|
"type": "string",
|
|
2709
|
-
"title": "Id"
|
|
2078
|
+
"title": "Id",
|
|
2079
|
+
"nullable": true
|
|
2710
2080
|
},
|
|
2711
2081
|
"input": {
|
|
2712
|
-
"$ref": "#/components/schemas/Input"
|
|
2082
|
+
"$ref": "#/components/schemas/Input",
|
|
2083
|
+
"nullable": true
|
|
2084
|
+
},
|
|
2085
|
+
"context": {
|
|
2086
|
+
"type": "object",
|
|
2087
|
+
"title": "Context",
|
|
2088
|
+
"nullable": true,
|
|
2089
|
+
"additionalProperties": {
|
|
2090
|
+
"type": "string"
|
|
2091
|
+
}
|
|
2713
2092
|
},
|
|
2714
2093
|
"webhook": {
|
|
2715
2094
|
"type": "string",
|
|
2716
2095
|
"title": "Webhook",
|
|
2717
2096
|
"format": "uri",
|
|
2097
|
+
"nullable": true,
|
|
2718
2098
|
"maxLength": 65536,
|
|
2719
2099
|
"minLength": 1
|
|
2720
2100
|
},
|
|
2721
2101
|
"created_at": {
|
|
2722
2102
|
"type": "string",
|
|
2723
2103
|
"title": "Created At",
|
|
2724
|
-
"format": "date-time"
|
|
2104
|
+
"format": "date-time",
|
|
2105
|
+
"nullable": true
|
|
2725
2106
|
},
|
|
2726
2107
|
"output_file_prefix": {
|
|
2727
2108
|
"type": "string",
|
|
2728
|
-
"title": "Output File Prefix"
|
|
2109
|
+
"title": "Output File Prefix",
|
|
2110
|
+
"nullable": true
|
|
2729
2111
|
},
|
|
2730
2112
|
"webhook_events_filter": {
|
|
2731
2113
|
"type": "array",
|
|
@@ -2737,7 +2119,8 @@
|
|
|
2737
2119
|
"output",
|
|
2738
2120
|
"logs",
|
|
2739
2121
|
"completed"
|
|
2740
|
-
]
|
|
2122
|
+
],
|
|
2123
|
+
"nullable": true
|
|
2741
2124
|
}
|
|
2742
2125
|
}
|
|
2743
2126
|
},
|
|
@@ -2747,7 +2130,8 @@
|
|
|
2747
2130
|
"properties": {
|
|
2748
2131
|
"id": {
|
|
2749
2132
|
"type": "string",
|
|
2750
|
-
"title": "Id"
|
|
2133
|
+
"title": "Id",
|
|
2134
|
+
"nullable": true
|
|
2751
2135
|
},
|
|
2752
2136
|
"logs": {
|
|
2753
2137
|
"type": "string",
|
|
@@ -2756,39 +2140,48 @@
|
|
|
2756
2140
|
},
|
|
2757
2141
|
"error": {
|
|
2758
2142
|
"type": "string",
|
|
2759
|
-
"title": "Error"
|
|
2143
|
+
"title": "Error",
|
|
2144
|
+
"nullable": true
|
|
2760
2145
|
},
|
|
2761
2146
|
"input": {
|
|
2762
|
-
"$ref": "#/components/schemas/Input"
|
|
2147
|
+
"$ref": "#/components/schemas/Input",
|
|
2148
|
+
"nullable": true
|
|
2763
2149
|
},
|
|
2764
2150
|
"output": {
|
|
2765
2151
|
"$ref": "#/components/schemas/Output"
|
|
2766
2152
|
},
|
|
2767
2153
|
"status": {
|
|
2768
|
-
"$ref": "#/components/schemas/Status"
|
|
2154
|
+
"$ref": "#/components/schemas/Status",
|
|
2155
|
+
"nullable": true
|
|
2769
2156
|
},
|
|
2770
2157
|
"metrics": {
|
|
2771
2158
|
"type": "object",
|
|
2772
|
-
"title": "Metrics"
|
|
2159
|
+
"title": "Metrics",
|
|
2160
|
+
"nullable": true,
|
|
2161
|
+
"additionalProperties": true
|
|
2773
2162
|
},
|
|
2774
2163
|
"version": {
|
|
2775
2164
|
"type": "string",
|
|
2776
|
-
"title": "Version"
|
|
2165
|
+
"title": "Version",
|
|
2166
|
+
"nullable": true
|
|
2777
2167
|
},
|
|
2778
2168
|
"created_at": {
|
|
2779
2169
|
"type": "string",
|
|
2780
2170
|
"title": "Created At",
|
|
2781
|
-
"format": "date-time"
|
|
2171
|
+
"format": "date-time",
|
|
2172
|
+
"nullable": true
|
|
2782
2173
|
},
|
|
2783
2174
|
"started_at": {
|
|
2784
2175
|
"type": "string",
|
|
2785
2176
|
"title": "Started At",
|
|
2786
|
-
"format": "date-time"
|
|
2177
|
+
"format": "date-time",
|
|
2178
|
+
"nullable": true
|
|
2787
2179
|
},
|
|
2788
2180
|
"completed_at": {
|
|
2789
2181
|
"type": "string",
|
|
2790
2182
|
"title": "Completed At",
|
|
2791
|
-
"format": "date-time"
|
|
2183
|
+
"format": "date-time",
|
|
2184
|
+
"nullable": true
|
|
2792
2185
|
}
|
|
2793
2186
|
}
|
|
2794
2187
|
},
|
|
@@ -2806,7 +2199,7 @@
|
|
|
2806
2199
|
}
|
|
2807
2200
|
}
|
|
2808
2201
|
},
|
|
2809
|
-
"fetchedAt": "2026-
|
|
2202
|
+
"fetchedAt": "2026-02-26T20:32:17.572Z"
|
|
2810
2203
|
},
|
|
2811
2204
|
{
|
|
2812
2205
|
"modelId": "black-forest-labs/flux-kontext-dev",
|
|
@@ -3118,14 +2511,14 @@
|
|
|
3118
2511
|
}
|
|
3119
2512
|
}
|
|
3120
2513
|
},
|
|
3121
|
-
"fetchedAt": "2026-
|
|
2514
|
+
"fetchedAt": "2026-02-26T20:32:17.759Z"
|
|
3122
2515
|
},
|
|
3123
2516
|
{
|
|
3124
2517
|
"modelId": "google/veo-3.1-fast",
|
|
3125
2518
|
"name": "Veo31Fast",
|
|
3126
2519
|
"category": "video",
|
|
3127
2520
|
"description": "New and improved version of Veo 3 Fast, with higher-fidelity video, context-aware audio and last frame support",
|
|
3128
|
-
"coverImageUrl": "https://tjzk.replicate.delivery/
|
|
2521
|
+
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_featured_image/8a4d195c-cdd7-4544-9ee4-d9f67bb9017d/replicate-prediction-9y7jqn5by.mp4",
|
|
3129
2522
|
"inputSchema": {
|
|
3130
2523
|
"type": "object",
|
|
3131
2524
|
"title": "Input",
|
|
@@ -3428,7 +2821,7 @@
|
|
|
3428
2821
|
}
|
|
3429
2822
|
}
|
|
3430
2823
|
},
|
|
3431
|
-
"fetchedAt": "2026-
|
|
2824
|
+
"fetchedAt": "2026-02-26T20:32:17.949Z"
|
|
3432
2825
|
},
|
|
3433
2826
|
{
|
|
3434
2827
|
"modelId": "google/veo-3.1",
|
|
@@ -3749,7 +3142,7 @@
|
|
|
3749
3142
|
}
|
|
3750
3143
|
}
|
|
3751
3144
|
},
|
|
3752
|
-
"fetchedAt": "2026-
|
|
3145
|
+
"fetchedAt": "2026-02-26T20:32:18.137Z"
|
|
3753
3146
|
},
|
|
3754
3147
|
{
|
|
3755
3148
|
"modelId": "kwaivgi/kling-v2.5-turbo-pro",
|
|
@@ -4033,7 +3426,7 @@
|
|
|
4033
3426
|
}
|
|
4034
3427
|
}
|
|
4035
3428
|
},
|
|
4036
|
-
"fetchedAt": "2026-
|
|
3429
|
+
"fetchedAt": "2026-02-26T20:32:18.326Z"
|
|
4037
3430
|
},
|
|
4038
3431
|
{
|
|
4039
3432
|
"modelId": "kwaivgi/kling-v2.6-motion-control",
|
|
@@ -4309,7 +3702,7 @@
|
|
|
4309
3702
|
"description": "An enumeration."
|
|
4310
3703
|
}
|
|
4311
3704
|
},
|
|
4312
|
-
"fetchedAt": "2026-
|
|
3705
|
+
"fetchedAt": "2026-02-26T20:32:18.509Z"
|
|
4313
3706
|
},
|
|
4314
3707
|
{
|
|
4315
3708
|
"modelId": "minimax/video-01",
|
|
@@ -4541,7 +3934,7 @@
|
|
|
4541
3934
|
}
|
|
4542
3935
|
}
|
|
4543
3936
|
},
|
|
4544
|
-
"fetchedAt": "2026-
|
|
3937
|
+
"fetchedAt": "2026-02-26T20:32:18.815Z"
|
|
4545
3938
|
},
|
|
4546
3939
|
{
|
|
4547
3940
|
"modelId": "luma/ray",
|
|
@@ -4819,7 +4212,7 @@
|
|
|
4819
4212
|
}
|
|
4820
4213
|
}
|
|
4821
4214
|
},
|
|
4822
|
-
"fetchedAt": "2026-
|
|
4215
|
+
"fetchedAt": "2026-02-26T20:32:19.001Z"
|
|
4823
4216
|
},
|
|
4824
4217
|
{
|
|
4825
4218
|
"modelId": "meta/meta-llama-3.1-405b-instruct",
|
|
@@ -5106,7 +4499,7 @@
|
|
|
5106
4499
|
}
|
|
5107
4500
|
}
|
|
5108
4501
|
},
|
|
5109
|
-
"fetchedAt": "2026-
|
|
4502
|
+
"fetchedAt": "2026-02-26T20:32:19.294Z"
|
|
5110
4503
|
},
|
|
5111
4504
|
{
|
|
5112
4505
|
"modelId": "luma/reframe-image",
|
|
@@ -5402,7 +4795,7 @@
|
|
|
5402
4795
|
}
|
|
5403
4796
|
}
|
|
5404
4797
|
},
|
|
5405
|
-
"fetchedAt": "2026-
|
|
4798
|
+
"fetchedAt": "2026-02-26T20:32:19.472Z"
|
|
5406
4799
|
},
|
|
5407
4800
|
{
|
|
5408
4801
|
"modelId": "luma/reframe-video",
|
|
@@ -5679,7 +5072,7 @@
|
|
|
5679
5072
|
}
|
|
5680
5073
|
}
|
|
5681
5074
|
},
|
|
5682
|
-
"fetchedAt": "2026-
|
|
5075
|
+
"fetchedAt": "2026-02-26T20:32:19.814Z"
|
|
5683
5076
|
},
|
|
5684
5077
|
{
|
|
5685
5078
|
"modelId": "sync/lipsync-2",
|
|
@@ -5937,7 +5330,7 @@
|
|
|
5937
5330
|
}
|
|
5938
5331
|
}
|
|
5939
5332
|
},
|
|
5940
|
-
"fetchedAt": "2026-
|
|
5333
|
+
"fetchedAt": "2026-02-26T20:32:20.001Z"
|
|
5941
5334
|
},
|
|
5942
5335
|
{
|
|
5943
5336
|
"modelId": "sync/lipsync-2-pro",
|
|
@@ -6195,219 +5588,7 @@
|
|
|
6195
5588
|
}
|
|
6196
5589
|
}
|
|
6197
5590
|
},
|
|
6198
|
-
"fetchedAt": "2026-
|
|
6199
|
-
},
|
|
6200
|
-
{
|
|
6201
|
-
"modelId": "bytedance/latentsync",
|
|
6202
|
-
"name": "LatentSync",
|
|
6203
|
-
"category": "lipsync",
|
|
6204
|
-
"description": "LatentSync: generate high-quality lip sync animations",
|
|
6205
|
-
"coverImageUrl": "https://tjzk.replicate.delivery/models_models_cover_image/97983814-f48f-4d0f-9a09-88876354fc26/replicate-prediction-r0v9_XP3VwZC.jpg",
|
|
6206
|
-
"inputSchema": {
|
|
6207
|
-
"type": "object",
|
|
6208
|
-
"title": "Input",
|
|
6209
|
-
"properties": {
|
|
6210
|
-
"seed": {
|
|
6211
|
-
"type": "integer",
|
|
6212
|
-
"title": "Seed",
|
|
6213
|
-
"default": 0,
|
|
6214
|
-
"x-order": 3,
|
|
6215
|
-
"description": "Set to 0 for Random seed"
|
|
6216
|
-
},
|
|
6217
|
-
"audio": {
|
|
6218
|
-
"type": "string",
|
|
6219
|
-
"title": "Audio",
|
|
6220
|
-
"format": "uri",
|
|
6221
|
-
"x-order": 1,
|
|
6222
|
-
"description": "Input audio to "
|
|
6223
|
-
},
|
|
6224
|
-
"video": {
|
|
6225
|
-
"type": "string",
|
|
6226
|
-
"title": "Video",
|
|
6227
|
-
"format": "uri",
|
|
6228
|
-
"x-order": 0,
|
|
6229
|
-
"description": "Input video"
|
|
6230
|
-
},
|
|
6231
|
-
"guidance_scale": {
|
|
6232
|
-
"type": "number",
|
|
6233
|
-
"title": "Guidance Scale",
|
|
6234
|
-
"default": 1,
|
|
6235
|
-
"maximum": 10,
|
|
6236
|
-
"minimum": 0,
|
|
6237
|
-
"x-order": 2,
|
|
6238
|
-
"description": "Guidance scale"
|
|
6239
|
-
}
|
|
6240
|
-
}
|
|
6241
|
-
},
|
|
6242
|
-
"outputSchema": {
|
|
6243
|
-
"type": "string",
|
|
6244
|
-
"title": "Output",
|
|
6245
|
-
"format": "uri"
|
|
6246
|
-
},
|
|
6247
|
-
"componentSchemas": {
|
|
6248
|
-
"Status": {
|
|
6249
|
-
"enum": [
|
|
6250
|
-
"starting",
|
|
6251
|
-
"processing",
|
|
6252
|
-
"succeeded",
|
|
6253
|
-
"canceled",
|
|
6254
|
-
"failed"
|
|
6255
|
-
],
|
|
6256
|
-
"type": "string",
|
|
6257
|
-
"title": "Status",
|
|
6258
|
-
"description": "An enumeration."
|
|
6259
|
-
},
|
|
6260
|
-
"WebhookEvent": {
|
|
6261
|
-
"enum": [
|
|
6262
|
-
"start",
|
|
6263
|
-
"output",
|
|
6264
|
-
"logs",
|
|
6265
|
-
"completed"
|
|
6266
|
-
],
|
|
6267
|
-
"type": "string",
|
|
6268
|
-
"title": "WebhookEvent",
|
|
6269
|
-
"description": "An enumeration."
|
|
6270
|
-
},
|
|
6271
|
-
"ValidationError": {
|
|
6272
|
-
"type": "object",
|
|
6273
|
-
"title": "ValidationError",
|
|
6274
|
-
"required": [
|
|
6275
|
-
"loc",
|
|
6276
|
-
"msg",
|
|
6277
|
-
"type"
|
|
6278
|
-
],
|
|
6279
|
-
"properties": {
|
|
6280
|
-
"loc": {
|
|
6281
|
-
"type": "array",
|
|
6282
|
-
"items": {
|
|
6283
|
-
"anyOf": [
|
|
6284
|
-
{
|
|
6285
|
-
"type": "string"
|
|
6286
|
-
},
|
|
6287
|
-
{
|
|
6288
|
-
"type": "integer"
|
|
6289
|
-
}
|
|
6290
|
-
]
|
|
6291
|
-
},
|
|
6292
|
-
"title": "Location"
|
|
6293
|
-
},
|
|
6294
|
-
"msg": {
|
|
6295
|
-
"type": "string",
|
|
6296
|
-
"title": "Message"
|
|
6297
|
-
},
|
|
6298
|
-
"type": {
|
|
6299
|
-
"type": "string",
|
|
6300
|
-
"title": "Error Type"
|
|
6301
|
-
}
|
|
6302
|
-
}
|
|
6303
|
-
},
|
|
6304
|
-
"PredictionRequest": {
|
|
6305
|
-
"type": "object",
|
|
6306
|
-
"title": "PredictionRequest",
|
|
6307
|
-
"properties": {
|
|
6308
|
-
"id": {
|
|
6309
|
-
"type": "string",
|
|
6310
|
-
"title": "Id"
|
|
6311
|
-
},
|
|
6312
|
-
"input": {
|
|
6313
|
-
"$ref": "#/components/schemas/Input"
|
|
6314
|
-
},
|
|
6315
|
-
"webhook": {
|
|
6316
|
-
"type": "string",
|
|
6317
|
-
"title": "Webhook",
|
|
6318
|
-
"format": "uri",
|
|
6319
|
-
"maxLength": 65536,
|
|
6320
|
-
"minLength": 1
|
|
6321
|
-
},
|
|
6322
|
-
"created_at": {
|
|
6323
|
-
"type": "string",
|
|
6324
|
-
"title": "Created At",
|
|
6325
|
-
"format": "date-time"
|
|
6326
|
-
},
|
|
6327
|
-
"output_file_prefix": {
|
|
6328
|
-
"type": "string",
|
|
6329
|
-
"title": "Output File Prefix"
|
|
6330
|
-
},
|
|
6331
|
-
"webhook_events_filter": {
|
|
6332
|
-
"type": "array",
|
|
6333
|
-
"items": {
|
|
6334
|
-
"$ref": "#/components/schemas/WebhookEvent"
|
|
6335
|
-
},
|
|
6336
|
-
"default": [
|
|
6337
|
-
"start",
|
|
6338
|
-
"output",
|
|
6339
|
-
"logs",
|
|
6340
|
-
"completed"
|
|
6341
|
-
]
|
|
6342
|
-
}
|
|
6343
|
-
}
|
|
6344
|
-
},
|
|
6345
|
-
"PredictionResponse": {
|
|
6346
|
-
"type": "object",
|
|
6347
|
-
"title": "PredictionResponse",
|
|
6348
|
-
"properties": {
|
|
6349
|
-
"id": {
|
|
6350
|
-
"type": "string",
|
|
6351
|
-
"title": "Id"
|
|
6352
|
-
},
|
|
6353
|
-
"logs": {
|
|
6354
|
-
"type": "string",
|
|
6355
|
-
"title": "Logs",
|
|
6356
|
-
"default": ""
|
|
6357
|
-
},
|
|
6358
|
-
"error": {
|
|
6359
|
-
"type": "string",
|
|
6360
|
-
"title": "Error"
|
|
6361
|
-
},
|
|
6362
|
-
"input": {
|
|
6363
|
-
"$ref": "#/components/schemas/Input"
|
|
6364
|
-
},
|
|
6365
|
-
"output": {
|
|
6366
|
-
"$ref": "#/components/schemas/Output"
|
|
6367
|
-
},
|
|
6368
|
-
"status": {
|
|
6369
|
-
"$ref": "#/components/schemas/Status"
|
|
6370
|
-
},
|
|
6371
|
-
"metrics": {
|
|
6372
|
-
"type": "object",
|
|
6373
|
-
"title": "Metrics"
|
|
6374
|
-
},
|
|
6375
|
-
"version": {
|
|
6376
|
-
"type": "string",
|
|
6377
|
-
"title": "Version"
|
|
6378
|
-
},
|
|
6379
|
-
"created_at": {
|
|
6380
|
-
"type": "string",
|
|
6381
|
-
"title": "Created At",
|
|
6382
|
-
"format": "date-time"
|
|
6383
|
-
},
|
|
6384
|
-
"started_at": {
|
|
6385
|
-
"type": "string",
|
|
6386
|
-
"title": "Started At",
|
|
6387
|
-
"format": "date-time"
|
|
6388
|
-
},
|
|
6389
|
-
"completed_at": {
|
|
6390
|
-
"type": "string",
|
|
6391
|
-
"title": "Completed At",
|
|
6392
|
-
"format": "date-time"
|
|
6393
|
-
}
|
|
6394
|
-
}
|
|
6395
|
-
},
|
|
6396
|
-
"HTTPValidationError": {
|
|
6397
|
-
"type": "object",
|
|
6398
|
-
"title": "HTTPValidationError",
|
|
6399
|
-
"properties": {
|
|
6400
|
-
"detail": {
|
|
6401
|
-
"type": "array",
|
|
6402
|
-
"items": {
|
|
6403
|
-
"$ref": "#/components/schemas/ValidationError"
|
|
6404
|
-
},
|
|
6405
|
-
"title": "Detail"
|
|
6406
|
-
}
|
|
6407
|
-
}
|
|
6408
|
-
}
|
|
6409
|
-
},
|
|
6410
|
-
"fetchedAt": "2026-01-29T02:24:16.405Z"
|
|
5591
|
+
"fetchedAt": "2026-02-26T20:32:20.186Z"
|
|
6411
5592
|
},
|
|
6412
5593
|
{
|
|
6413
5594
|
"modelId": "pixverse/lipsync",
|
|
@@ -6631,6 +5812,6 @@
|
|
|
6631
5812
|
}
|
|
6632
5813
|
}
|
|
6633
5814
|
},
|
|
6634
|
-
"fetchedAt": "2026-
|
|
5815
|
+
"fetchedAt": "2026-02-26T20:32:20.368Z"
|
|
6635
5816
|
}
|
|
6636
5817
|
]
|