@n8n-as-code/skills 1.10.0 → 1.10.1-next.7
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/dist/assets/n8n-docs-complete.json +11186 -10439
- package/dist/assets/n8n-knowledge-index.json +5096 -3897
- package/dist/assets/n8n-nodes-index.json +2826 -94
- package/dist/assets/n8n-nodes-technical.json +3023 -113
- package/dist/assets/workflows-index.json +4735 -23
- package/dist/services/workflow-validator.d.ts +9 -2
- package/dist/services/workflow-validator.d.ts.map +1 -1
- package/dist/services/workflow-validator.js +171 -39
- package/dist/services/workflow-validator.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-04-
|
|
3
|
-
"n8nVersion": "n8n@2.
|
|
2
|
+
"generatedAt": "2026-04-30T18:35:18.326Z",
|
|
3
|
+
"n8nVersion": "n8n@2.18.5",
|
|
4
4
|
"sourceData": {
|
|
5
5
|
"nodesIndexFile": "packages/skills/src/assets/n8n-nodes-index.json",
|
|
6
6
|
"docsMetadataFile": "packages/skills/src/assets/n8n-docs-cache/metadata.json",
|
|
7
|
-
"totalNodes":
|
|
8
|
-
"nodesWithDocumentation":
|
|
9
|
-
"nodesEnriched":
|
|
7
|
+
"totalNodes": 818,
|
|
8
|
+
"nodesWithDocumentation": 513,
|
|
9
|
+
"nodesEnriched": 818
|
|
10
10
|
},
|
|
11
11
|
"scanDirectories": [
|
|
12
12
|
"/home/runner/work/n8n-as-code/n8n-as-code/.n8n-cache/packages/nodes-base/dist/nodes",
|
|
@@ -132935,7 +132935,7 @@
|
|
|
132935
132935
|
"name": "startDate",
|
|
132936
132936
|
"type": "dateTime",
|
|
132937
132937
|
"required": true,
|
|
132938
|
-
"default": "2026-04-
|
|
132938
|
+
"default": "2026-04-22T00:00:00.000+00:00",
|
|
132939
132939
|
"displayOptions": {
|
|
132940
132940
|
"show": {
|
|
132941
132941
|
"resource": [
|
|
@@ -132958,7 +132958,7 @@
|
|
|
132958
132958
|
"name": "endDate",
|
|
132959
132959
|
"type": "dateTime",
|
|
132960
132960
|
"required": true,
|
|
132961
|
-
"default": "2026-04-
|
|
132961
|
+
"default": "2026-04-29T00:00:00.000+00:00",
|
|
132962
132962
|
"displayOptions": {
|
|
132963
132963
|
"show": {
|
|
132964
132964
|
"resource": [
|
|
@@ -134305,7 +134305,7 @@
|
|
|
134305
134305
|
"name": "startDate",
|
|
134306
134306
|
"type": "dateTime",
|
|
134307
134307
|
"required": true,
|
|
134308
|
-
"default": "2026-04-
|
|
134308
|
+
"default": "2026-04-22T00:00:00.000+00:00",
|
|
134309
134309
|
"displayOptions": {
|
|
134310
134310
|
"show": {
|
|
134311
134311
|
"resource": [
|
|
@@ -134328,7 +134328,7 @@
|
|
|
134328
134328
|
"name": "endDate",
|
|
134329
134329
|
"type": "dateTime",
|
|
134330
134330
|
"required": true,
|
|
134331
|
-
"default": "2026-04-
|
|
134331
|
+
"default": "2026-04-29T00:00:00.000+00:00",
|
|
134332
134332
|
"displayOptions": {
|
|
134333
134333
|
"show": {
|
|
134334
134334
|
"resource": [
|
|
@@ -181455,7 +181455,7 @@
|
|
|
181455
181455
|
"value": "apiKey"
|
|
181456
181456
|
},
|
|
181457
181457
|
{
|
|
181458
|
-
"name": "
|
|
181458
|
+
"name": "Service Key",
|
|
181459
181459
|
"value": "appToken"
|
|
181460
181460
|
},
|
|
181461
181461
|
{
|
|
@@ -190427,6 +190427,56 @@
|
|
|
190427
190427
|
},
|
|
190428
190428
|
"default": "",
|
|
190429
190429
|
"required": true
|
|
190430
|
+
},
|
|
190431
|
+
{
|
|
190432
|
+
"displayName": "Property Name or ID",
|
|
190433
|
+
"name": "property",
|
|
190434
|
+
"type": "options",
|
|
190435
|
+
"description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>",
|
|
190436
|
+
"typeOptions": {
|
|
190437
|
+
"loadOptionsDependsOn": [
|
|
190438
|
+
"ticket.propertyChange"
|
|
190439
|
+
],
|
|
190440
|
+
"loadOptionsMethod": "getTicketProperties"
|
|
190441
|
+
},
|
|
190442
|
+
"displayOptions": {
|
|
190443
|
+
"show": {
|
|
190444
|
+
"name": [
|
|
190445
|
+
"ticket.propertyChange"
|
|
190446
|
+
]
|
|
190447
|
+
}
|
|
190448
|
+
},
|
|
190449
|
+
"default": "",
|
|
190450
|
+
"required": true
|
|
190451
|
+
},
|
|
190452
|
+
{
|
|
190453
|
+
"displayName": "Property Name or ID",
|
|
190454
|
+
"name": "property",
|
|
190455
|
+
"type": "options",
|
|
190456
|
+
"description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>",
|
|
190457
|
+
"options": [
|
|
190458
|
+
{
|
|
190459
|
+
"name": "Assigned To",
|
|
190460
|
+
"value": "assignedTo"
|
|
190461
|
+
},
|
|
190462
|
+
{
|
|
190463
|
+
"name": "Is Archived",
|
|
190464
|
+
"value": "isArchived"
|
|
190465
|
+
},
|
|
190466
|
+
{
|
|
190467
|
+
"name": "Status",
|
|
190468
|
+
"value": "status"
|
|
190469
|
+
}
|
|
190470
|
+
],
|
|
190471
|
+
"displayOptions": {
|
|
190472
|
+
"show": {
|
|
190473
|
+
"name": [
|
|
190474
|
+
"conversation.propertyChange"
|
|
190475
|
+
]
|
|
190476
|
+
}
|
|
190477
|
+
},
|
|
190478
|
+
"default": "",
|
|
190479
|
+
"required": true
|
|
190430
190480
|
}
|
|
190431
190481
|
]
|
|
190432
190482
|
}
|
|
@@ -240944,7 +240994,7 @@
|
|
|
240944
240994
|
"displayName": "Start",
|
|
240945
240995
|
"name": "startDateTime",
|
|
240946
240996
|
"type": "dateTime",
|
|
240947
|
-
"default": "2026-04-
|
|
240997
|
+
"default": "2026-04-30T18:35:12.615+00:00",
|
|
240948
240998
|
"required": true,
|
|
240949
240999
|
"displayOptions": {
|
|
240950
241000
|
"show": {
|
|
@@ -240962,7 +241012,7 @@
|
|
|
240962
241012
|
"name": "endDateTime",
|
|
240963
241013
|
"type": "dateTime",
|
|
240964
241014
|
"required": true,
|
|
240965
|
-
"default": "2026-04-
|
|
241015
|
+
"default": "2026-04-30T19:05:12.615+00:00",
|
|
240966
241016
|
"displayOptions": {
|
|
240967
241017
|
"show": {
|
|
240968
241018
|
"resource": [
|
|
@@ -375011,6 +375061,11 @@
|
|
|
375011
375061
|
"value": "any_event",
|
|
375012
375062
|
"description": "Triggers on any event"
|
|
375013
375063
|
},
|
|
375064
|
+
{
|
|
375065
|
+
"name": "App Home Opened",
|
|
375066
|
+
"value": "app_home_opened",
|
|
375067
|
+
"description": "When a user opens your app's Home tab"
|
|
375068
|
+
},
|
|
375014
375069
|
{
|
|
375015
375070
|
"name": "Bot / App Mention",
|
|
375016
375071
|
"value": "app_mention",
|
|
@@ -487383,12 +487438,20 @@
|
|
|
487383
487438
|
"usage",
|
|
487384
487439
|
"with",
|
|
487385
487440
|
"chain",
|
|
487386
|
-
"transform"
|
|
487441
|
+
"transform",
|
|
487442
|
+
"node",
|
|
487443
|
+
"operations",
|
|
487444
|
+
"generate",
|
|
487445
|
+
"response",
|
|
487446
|
+
"templates",
|
|
487447
|
+
"examples",
|
|
487448
|
+
"related",
|
|
487449
|
+
"resources"
|
|
487387
487450
|
],
|
|
487388
487451
|
"operations": [],
|
|
487389
487452
|
"useCases": [],
|
|
487390
|
-
"keywordScore":
|
|
487391
|
-
"hasDocumentation":
|
|
487453
|
+
"keywordScore": 35,
|
|
487454
|
+
"hasDocumentation": true,
|
|
487392
487455
|
"markdownUrl": null,
|
|
487393
487456
|
"markdownFile": null
|
|
487394
487457
|
}
|
|
@@ -488986,12 +489049,19 @@
|
|
|
488986
489049
|
"minimax-m2",
|
|
488987
489050
|
"minimax-m2.1",
|
|
488988
489051
|
"minimax-m2.5",
|
|
488989
|
-
"minimax-m2.7"
|
|
489052
|
+
"minimax-m2.7",
|
|
489053
|
+
"node",
|
|
489054
|
+
"parameters",
|
|
489055
|
+
"options",
|
|
489056
|
+
"templates",
|
|
489057
|
+
"examples",
|
|
489058
|
+
"related",
|
|
489059
|
+
"resources"
|
|
488990
489060
|
],
|
|
488991
489061
|
"operations": [],
|
|
488992
489062
|
"useCases": [],
|
|
488993
|
-
"keywordScore":
|
|
488994
|
-
"hasDocumentation":
|
|
489063
|
+
"keywordScore": 28,
|
|
489064
|
+
"hasDocumentation": true,
|
|
488995
489065
|
"markdownUrl": null,
|
|
488996
489066
|
"markdownFile": null
|
|
488997
489067
|
}
|
|
@@ -507742,12 +507812,18 @@
|
|
|
507742
507812
|
"single",
|
|
507743
507813
|
"multi",
|
|
507744
507814
|
"wan2.6-i2v-flash",
|
|
507745
|
-
"wan2.6-i2v"
|
|
507815
|
+
"wan2.6-i2v",
|
|
507816
|
+
"node",
|
|
507817
|
+
"resources",
|
|
507818
|
+
"operations",
|
|
507819
|
+
"templates",
|
|
507820
|
+
"examples",
|
|
507821
|
+
"related"
|
|
507746
507822
|
],
|
|
507747
507823
|
"operations": [],
|
|
507748
507824
|
"useCases": [],
|
|
507749
|
-
"keywordScore":
|
|
507750
|
-
"hasDocumentation":
|
|
507825
|
+
"keywordScore": 94,
|
|
507826
|
+
"hasDocumentation": true,
|
|
507751
507827
|
"markdownUrl": null,
|
|
507752
507828
|
"markdownFile": null
|
|
507753
507829
|
}
|
|
@@ -511880,38 +511956,32 @@
|
|
|
511880
511956
|
"connectors",
|
|
511881
511957
|
"options",
|
|
511882
511958
|
"enable",
|
|
511959
|
+
"work",
|
|
511883
511960
|
"tools",
|
|
511961
|
+
"a365",
|
|
511884
511962
|
"getting",
|
|
511885
511963
|
"started",
|
|
511886
|
-
"known",
|
|
511887
|
-
"limitations",
|
|
511888
|
-
"conversation",
|
|
511889
|
-
"context",
|
|
511890
|
-
"metadata",
|
|
511891
511964
|
"related",
|
|
511892
511965
|
"resources"
|
|
511893
511966
|
],
|
|
511894
511967
|
"operations": [],
|
|
511895
511968
|
"useCases": [],
|
|
511896
|
-
"keywordScore":
|
|
511969
|
+
"keywordScore": 18,
|
|
511897
511970
|
"hasDocumentation": true,
|
|
511898
511971
|
"markdownUrl": null,
|
|
511899
511972
|
"markdownFile": null
|
|
511900
511973
|
}
|
|
511901
511974
|
},
|
|
511902
|
-
"
|
|
511903
|
-
"name": "
|
|
511904
|
-
"type": "@n8n/n8n-nodes-langchain.
|
|
511905
|
-
"displayName": "
|
|
511906
|
-
"description": "Interact with
|
|
511975
|
+
"minimax": {
|
|
511976
|
+
"name": "minimax",
|
|
511977
|
+
"type": "@n8n/n8n-nodes-langchain.minimax",
|
|
511978
|
+
"displayName": "MiniMax",
|
|
511979
|
+
"description": "Interact with MiniMax AI models",
|
|
511907
511980
|
"version": 1,
|
|
511908
511981
|
"group": [
|
|
511909
511982
|
"transform"
|
|
511910
511983
|
],
|
|
511911
|
-
"icon":
|
|
511912
|
-
"light": "file:moonshot.svg",
|
|
511913
|
-
"dark": "file:moonshot.dark.svg"
|
|
511914
|
-
},
|
|
511984
|
+
"icon": "file:minimax.svg",
|
|
511915
511985
|
"usableAsTool": true,
|
|
511916
511986
|
"schema": {
|
|
511917
511987
|
"properties": [
|
|
@@ -511921,6 +511991,10 @@
|
|
|
511921
511991
|
"type": "options",
|
|
511922
511992
|
"noDataExpression": true,
|
|
511923
511993
|
"options": [
|
|
511994
|
+
{
|
|
511995
|
+
"name": "Audio",
|
|
511996
|
+
"value": "audio"
|
|
511997
|
+
},
|
|
511924
511998
|
{
|
|
511925
511999
|
"name": "Image",
|
|
511926
512000
|
"value": "image"
|
|
@@ -511928,6 +512002,10 @@
|
|
|
511928
512002
|
{
|
|
511929
512003
|
"name": "Text",
|
|
511930
512004
|
"value": "text"
|
|
512005
|
+
},
|
|
512006
|
+
{
|
|
512007
|
+
"name": "Video",
|
|
512008
|
+
"value": "video"
|
|
511931
512009
|
}
|
|
511932
512010
|
],
|
|
511933
512011
|
"default": "text"
|
|
@@ -511937,53 +512015,358 @@
|
|
|
511937
512015
|
"name": "operation",
|
|
511938
512016
|
"type": "options",
|
|
511939
512017
|
"noDataExpression": true,
|
|
512018
|
+
"displayOptions": {
|
|
512019
|
+
"show": {
|
|
512020
|
+
"resource": [
|
|
512021
|
+
"audio"
|
|
512022
|
+
]
|
|
512023
|
+
}
|
|
512024
|
+
},
|
|
511940
512025
|
"options": [
|
|
511941
512026
|
{
|
|
511942
|
-
"name": "
|
|
511943
|
-
"value": "
|
|
511944
|
-
"action": "
|
|
511945
|
-
"description": "
|
|
512027
|
+
"name": "Text to Speech",
|
|
512028
|
+
"value": "textToSpeech",
|
|
512029
|
+
"action": "Convert text to speech",
|
|
512030
|
+
"description": "Generate speech audio from text input"
|
|
511946
512031
|
}
|
|
511947
512032
|
],
|
|
511948
|
-
"default": "
|
|
512033
|
+
"default": "textToSpeech"
|
|
512034
|
+
},
|
|
512035
|
+
{
|
|
512036
|
+
"displayName": "Model",
|
|
512037
|
+
"name": "modelId",
|
|
512038
|
+
"type": "options",
|
|
512039
|
+
"options": [
|
|
512040
|
+
{
|
|
512041
|
+
"name": "Speech 02 HD",
|
|
512042
|
+
"value": "speech-02-hd",
|
|
512043
|
+
"description": "Superior rhythm and stability with outstanding quality"
|
|
512044
|
+
},
|
|
512045
|
+
{
|
|
512046
|
+
"name": "Speech 02 Turbo",
|
|
512047
|
+
"value": "speech-02-turbo",
|
|
512048
|
+
"description": "Enhanced multilingual capabilities and performance"
|
|
512049
|
+
},
|
|
512050
|
+
{
|
|
512051
|
+
"name": "Speech 2.6 HD",
|
|
512052
|
+
"value": "speech-2.6-hd",
|
|
512053
|
+
"description": "HD model with outstanding prosody and cloning similarity"
|
|
512054
|
+
},
|
|
512055
|
+
{
|
|
512056
|
+
"name": "Speech 2.6 Turbo",
|
|
512057
|
+
"value": "speech-2.6-turbo",
|
|
512058
|
+
"description": "Turbo model with support for 40 languages"
|
|
512059
|
+
},
|
|
512060
|
+
{
|
|
512061
|
+
"name": "Speech 2.8 HD",
|
|
512062
|
+
"value": "speech-2.8-hd",
|
|
512063
|
+
"description": "Latest HD model with ultra-realistic quality and sound tags"
|
|
512064
|
+
},
|
|
512065
|
+
{
|
|
512066
|
+
"name": "Speech 2.8 Turbo",
|
|
512067
|
+
"value": "speech-2.8-turbo",
|
|
512068
|
+
"description": "Latest Turbo model with seamless speed and natural flow"
|
|
512069
|
+
}
|
|
512070
|
+
],
|
|
512071
|
+
"default": "speech-2.8-hd",
|
|
512072
|
+
"description": "The speech synthesis model to use",
|
|
511949
512073
|
"displayOptions": {
|
|
511950
512074
|
"show": {
|
|
511951
512075
|
"resource": [
|
|
511952
|
-
"
|
|
512076
|
+
"audio"
|
|
512077
|
+
],
|
|
512078
|
+
"operation": [
|
|
512079
|
+
"textToSpeech"
|
|
511953
512080
|
]
|
|
511954
512081
|
}
|
|
511955
512082
|
}
|
|
511956
512083
|
},
|
|
511957
512084
|
{
|
|
511958
|
-
"displayName": "
|
|
511959
|
-
"name": "
|
|
511960
|
-
"type": "
|
|
511961
|
-
"
|
|
511962
|
-
"
|
|
511963
|
-
"value": ""
|
|
512085
|
+
"displayName": "Text",
|
|
512086
|
+
"name": "text",
|
|
512087
|
+
"type": "string",
|
|
512088
|
+
"typeOptions": {
|
|
512089
|
+
"rows": 4
|
|
511964
512090
|
},
|
|
512091
|
+
"default": "",
|
|
511965
512092
|
"required": true,
|
|
511966
|
-
"
|
|
512093
|
+
"description": "The text to convert to speech (max 10,000 characters)",
|
|
512094
|
+
"placeholder": "e.g. Hello, welcome to our service!",
|
|
512095
|
+
"displayOptions": {
|
|
512096
|
+
"show": {
|
|
512097
|
+
"resource": [
|
|
512098
|
+
"audio"
|
|
512099
|
+
],
|
|
512100
|
+
"operation": [
|
|
512101
|
+
"textToSpeech"
|
|
512102
|
+
]
|
|
512103
|
+
}
|
|
512104
|
+
}
|
|
512105
|
+
},
|
|
512106
|
+
{
|
|
512107
|
+
"displayName": "Voice ID",
|
|
512108
|
+
"name": "voiceId",
|
|
512109
|
+
"type": "string",
|
|
512110
|
+
"default": "English_Graceful_Lady",
|
|
512111
|
+
"required": true,
|
|
512112
|
+
"description": "Voice ID to use for speech synthesis. Browse available voices in the <a href=\"https://platform.minimax.io/docs/faq/system-voice-id\">MiniMax documentation</a>.",
|
|
512113
|
+
"placeholder": "e.g. English_Graceful_Lady",
|
|
512114
|
+
"displayOptions": {
|
|
512115
|
+
"show": {
|
|
512116
|
+
"resource": [
|
|
512117
|
+
"audio"
|
|
512118
|
+
],
|
|
512119
|
+
"operation": [
|
|
512120
|
+
"textToSpeech"
|
|
512121
|
+
]
|
|
512122
|
+
}
|
|
512123
|
+
}
|
|
512124
|
+
},
|
|
512125
|
+
{
|
|
512126
|
+
"displayName": "Download Audio",
|
|
512127
|
+
"name": "downloadAudio",
|
|
512128
|
+
"type": "boolean",
|
|
512129
|
+
"default": true,
|
|
512130
|
+
"description": "Whether to download the generated audio as binary data. When disabled, only the audio URL is returned.",
|
|
512131
|
+
"displayOptions": {
|
|
512132
|
+
"show": {
|
|
512133
|
+
"resource": [
|
|
512134
|
+
"audio"
|
|
512135
|
+
],
|
|
512136
|
+
"operation": [
|
|
512137
|
+
"textToSpeech"
|
|
512138
|
+
]
|
|
512139
|
+
}
|
|
512140
|
+
}
|
|
512141
|
+
},
|
|
512142
|
+
{
|
|
512143
|
+
"displayName": "Options",
|
|
512144
|
+
"name": "options",
|
|
512145
|
+
"placeholder": "Add Option",
|
|
512146
|
+
"type": "collection",
|
|
512147
|
+
"default": {},
|
|
512148
|
+
"options": [
|
|
511967
512149
|
{
|
|
511968
|
-
"displayName": "
|
|
511969
|
-
"name": "
|
|
511970
|
-
"type": "
|
|
512150
|
+
"displayName": "Audio Format",
|
|
512151
|
+
"name": "audioFormat",
|
|
512152
|
+
"type": "options",
|
|
512153
|
+
"options": [
|
|
512154
|
+
{
|
|
512155
|
+
"name": "MP3",
|
|
512156
|
+
"value": "mp3"
|
|
512157
|
+
},
|
|
512158
|
+
{
|
|
512159
|
+
"name": "PCM",
|
|
512160
|
+
"value": "pcm"
|
|
512161
|
+
},
|
|
512162
|
+
{
|
|
512163
|
+
"name": "FLAC",
|
|
512164
|
+
"value": "flac"
|
|
512165
|
+
},
|
|
512166
|
+
{
|
|
512167
|
+
"name": "WAV",
|
|
512168
|
+
"value": "wav"
|
|
512169
|
+
}
|
|
512170
|
+
],
|
|
512171
|
+
"default": "mp3",
|
|
512172
|
+
"description": "Output audio format. WAV is only supported in non-streaming mode."
|
|
512173
|
+
},
|
|
512174
|
+
{
|
|
512175
|
+
"displayName": "Emotion",
|
|
512176
|
+
"name": "emotion",
|
|
512177
|
+
"type": "options",
|
|
512178
|
+
"options": [
|
|
512179
|
+
{
|
|
512180
|
+
"name": "Angry",
|
|
512181
|
+
"value": "angry"
|
|
512182
|
+
},
|
|
512183
|
+
{
|
|
512184
|
+
"name": "Calm",
|
|
512185
|
+
"value": "calm"
|
|
512186
|
+
},
|
|
512187
|
+
{
|
|
512188
|
+
"name": "Disgusted",
|
|
512189
|
+
"value": "disgusted"
|
|
512190
|
+
},
|
|
512191
|
+
{
|
|
512192
|
+
"name": "Fearful",
|
|
512193
|
+
"value": "fearful"
|
|
512194
|
+
},
|
|
512195
|
+
{
|
|
512196
|
+
"name": "Happy",
|
|
512197
|
+
"value": "happy"
|
|
512198
|
+
},
|
|
512199
|
+
{
|
|
512200
|
+
"name": "Sad",
|
|
512201
|
+
"value": "sad"
|
|
512202
|
+
},
|
|
512203
|
+
{
|
|
512204
|
+
"name": "Surprised",
|
|
512205
|
+
"value": "surprised"
|
|
512206
|
+
}
|
|
512207
|
+
],
|
|
512208
|
+
"default": "calm",
|
|
512209
|
+
"description": "Emotion for synthesized speech. By default the model auto-selects the most natural emotion."
|
|
512210
|
+
},
|
|
512211
|
+
{
|
|
512212
|
+
"displayName": "Language Boost",
|
|
512213
|
+
"name": "languageBoost",
|
|
512214
|
+
"type": "options",
|
|
512215
|
+
"options": [
|
|
512216
|
+
{
|
|
512217
|
+
"name": "Arabic",
|
|
512218
|
+
"value": "Arabic"
|
|
512219
|
+
},
|
|
512220
|
+
{
|
|
512221
|
+
"name": "Auto Detect",
|
|
512222
|
+
"value": "auto"
|
|
512223
|
+
},
|
|
512224
|
+
{
|
|
512225
|
+
"name": "Chinese",
|
|
512226
|
+
"value": "Chinese"
|
|
512227
|
+
},
|
|
512228
|
+
{
|
|
512229
|
+
"name": "English",
|
|
512230
|
+
"value": "English"
|
|
512231
|
+
},
|
|
512232
|
+
{
|
|
512233
|
+
"name": "French",
|
|
512234
|
+
"value": "French"
|
|
512235
|
+
},
|
|
512236
|
+
{
|
|
512237
|
+
"name": "German",
|
|
512238
|
+
"value": "German"
|
|
512239
|
+
},
|
|
512240
|
+
{
|
|
512241
|
+
"name": "Indonesian",
|
|
512242
|
+
"value": "Indonesian"
|
|
512243
|
+
},
|
|
512244
|
+
{
|
|
512245
|
+
"name": "Italian",
|
|
512246
|
+
"value": "Italian"
|
|
512247
|
+
},
|
|
512248
|
+
{
|
|
512249
|
+
"name": "Japanese",
|
|
512250
|
+
"value": "Japanese"
|
|
512251
|
+
},
|
|
512252
|
+
{
|
|
512253
|
+
"name": "Korean",
|
|
512254
|
+
"value": "Korean"
|
|
512255
|
+
},
|
|
512256
|
+
{
|
|
512257
|
+
"name": "Portuguese",
|
|
512258
|
+
"value": "Portuguese"
|
|
512259
|
+
},
|
|
512260
|
+
{
|
|
512261
|
+
"name": "Russian",
|
|
512262
|
+
"value": "Russian"
|
|
512263
|
+
},
|
|
512264
|
+
{
|
|
512265
|
+
"name": "Spanish",
|
|
512266
|
+
"value": "Spanish"
|
|
512267
|
+
},
|
|
512268
|
+
{
|
|
512269
|
+
"name": "Thai",
|
|
512270
|
+
"value": "Thai"
|
|
512271
|
+
},
|
|
512272
|
+
{
|
|
512273
|
+
"name": "Turkish",
|
|
512274
|
+
"value": "Turkish"
|
|
512275
|
+
},
|
|
512276
|
+
{
|
|
512277
|
+
"name": "Vietnamese",
|
|
512278
|
+
"value": "Vietnamese"
|
|
512279
|
+
}
|
|
512280
|
+
],
|
|
512281
|
+
"default": "auto",
|
|
512282
|
+
"description": "Enhance recognition for a specific language"
|
|
512283
|
+
},
|
|
512284
|
+
{
|
|
512285
|
+
"displayName": "Pitch",
|
|
512286
|
+
"name": "pitch",
|
|
512287
|
+
"type": "number",
|
|
511971
512288
|
"typeOptions": {
|
|
511972
|
-
"
|
|
511973
|
-
"
|
|
511974
|
-
}
|
|
512289
|
+
"minValue": -12,
|
|
512290
|
+
"maxValue": 12
|
|
512291
|
+
},
|
|
512292
|
+
"default": 0,
|
|
512293
|
+
"description": "Speech pitch adjustment (-12 to 12, 0 = original pitch)"
|
|
511975
512294
|
},
|
|
511976
512295
|
{
|
|
511977
|
-
"displayName": "
|
|
511978
|
-
"name": "
|
|
511979
|
-
"type": "
|
|
511980
|
-
"
|
|
512296
|
+
"displayName": "Speed",
|
|
512297
|
+
"name": "speed",
|
|
512298
|
+
"type": "number",
|
|
512299
|
+
"typeOptions": {
|
|
512300
|
+
"minValue": 0.5,
|
|
512301
|
+
"maxValue": 2,
|
|
512302
|
+
"numberPrecision": 1
|
|
512303
|
+
},
|
|
512304
|
+
"default": 1,
|
|
512305
|
+
"description": "Speech speed (0.5-2, higher = faster)"
|
|
512306
|
+
},
|
|
512307
|
+
{
|
|
512308
|
+
"displayName": "Volume",
|
|
512309
|
+
"name": "volume",
|
|
512310
|
+
"type": "number",
|
|
512311
|
+
"typeOptions": {
|
|
512312
|
+
"minValue": 0.1,
|
|
512313
|
+
"maxValue": 10,
|
|
512314
|
+
"numberPrecision": 1
|
|
512315
|
+
},
|
|
512316
|
+
"default": 1,
|
|
512317
|
+
"description": "Speech volume (0.1-10, higher = louder)"
|
|
511981
512318
|
}
|
|
511982
512319
|
],
|
|
511983
512320
|
"displayOptions": {
|
|
511984
512321
|
"show": {
|
|
512322
|
+
"resource": [
|
|
512323
|
+
"audio"
|
|
512324
|
+
],
|
|
511985
512325
|
"operation": [
|
|
511986
|
-
"
|
|
512326
|
+
"textToSpeech"
|
|
512327
|
+
]
|
|
512328
|
+
}
|
|
512329
|
+
}
|
|
512330
|
+
},
|
|
512331
|
+
{
|
|
512332
|
+
"displayName": "Operation",
|
|
512333
|
+
"name": "operation",
|
|
512334
|
+
"type": "options",
|
|
512335
|
+
"noDataExpression": true,
|
|
512336
|
+
"displayOptions": {
|
|
512337
|
+
"show": {
|
|
512338
|
+
"resource": [
|
|
512339
|
+
"image"
|
|
512340
|
+
]
|
|
512341
|
+
}
|
|
512342
|
+
},
|
|
512343
|
+
"options": [
|
|
512344
|
+
{
|
|
512345
|
+
"name": "Generate an Image",
|
|
512346
|
+
"value": "generate",
|
|
512347
|
+
"action": "Generate an image",
|
|
512348
|
+
"description": "Create an image from a text prompt"
|
|
512349
|
+
}
|
|
512350
|
+
],
|
|
512351
|
+
"default": "generate"
|
|
512352
|
+
},
|
|
512353
|
+
{
|
|
512354
|
+
"displayName": "Model",
|
|
512355
|
+
"name": "modelId",
|
|
512356
|
+
"type": "options",
|
|
512357
|
+
"options": [
|
|
512358
|
+
{
|
|
512359
|
+
"name": "Image-01",
|
|
512360
|
+
"value": "image-01",
|
|
512361
|
+
"description": "High-quality image generation with fine-grained details"
|
|
512362
|
+
}
|
|
512363
|
+
],
|
|
512364
|
+
"default": "image-01",
|
|
512365
|
+
"description": "The model to use for image generation",
|
|
512366
|
+
"displayOptions": {
|
|
512367
|
+
"show": {
|
|
512368
|
+
"operation": [
|
|
512369
|
+
"generate"
|
|
511987
512370
|
],
|
|
511988
512371
|
"resource": [
|
|
511989
512372
|
"image"
|
|
@@ -511992,18 +512375,20 @@
|
|
|
511992
512375
|
}
|
|
511993
512376
|
},
|
|
511994
512377
|
{
|
|
511995
|
-
"displayName": "
|
|
511996
|
-
"name": "
|
|
512378
|
+
"displayName": "Prompt",
|
|
512379
|
+
"name": "prompt",
|
|
511997
512380
|
"type": "string",
|
|
511998
|
-
"placeholder": "e.g. What's in this image?",
|
|
511999
|
-
"default": "What's in this image?",
|
|
512000
512381
|
"typeOptions": {
|
|
512001
|
-
"rows":
|
|
512382
|
+
"rows": 4
|
|
512002
512383
|
},
|
|
512384
|
+
"default": "",
|
|
512385
|
+
"required": true,
|
|
512386
|
+
"description": "Text description of the image to generate (max 1500 characters)",
|
|
512387
|
+
"placeholder": "e.g. A serene mountain landscape at sunset with reflections in a lake",
|
|
512003
512388
|
"displayOptions": {
|
|
512004
512389
|
"show": {
|
|
512005
512390
|
"operation": [
|
|
512006
|
-
"
|
|
512391
|
+
"generate"
|
|
512007
512392
|
],
|
|
512008
512393
|
"resource": [
|
|
512009
512394
|
"image"
|
|
@@ -512012,20 +512397,70 @@
|
|
|
512012
512397
|
}
|
|
512013
512398
|
},
|
|
512014
512399
|
{
|
|
512015
|
-
"displayName": "
|
|
512016
|
-
"name": "
|
|
512017
|
-
"type": "
|
|
512018
|
-
"
|
|
512019
|
-
|
|
512020
|
-
|
|
512021
|
-
|
|
512400
|
+
"displayName": "Aspect Ratio",
|
|
512401
|
+
"name": "aspectRatio",
|
|
512402
|
+
"type": "options",
|
|
512403
|
+
"options": [
|
|
512404
|
+
{
|
|
512405
|
+
"name": "1:1 (1024x1024)",
|
|
512406
|
+
"value": "1:1"
|
|
512407
|
+
},
|
|
512408
|
+
{
|
|
512409
|
+
"name": "16:9 (1280x720)",
|
|
512410
|
+
"value": "16:9"
|
|
512411
|
+
},
|
|
512412
|
+
{
|
|
512413
|
+
"name": "2:3 (832x1248)",
|
|
512414
|
+
"value": "2:3"
|
|
512415
|
+
},
|
|
512416
|
+
{
|
|
512417
|
+
"name": "21:9 (1344x576)",
|
|
512418
|
+
"value": "21:9"
|
|
512419
|
+
},
|
|
512420
|
+
{
|
|
512421
|
+
"name": "3:2 (1248x832)",
|
|
512422
|
+
"value": "3:2"
|
|
512423
|
+
},
|
|
512424
|
+
{
|
|
512425
|
+
"name": "3:4 (864x1152)",
|
|
512426
|
+
"value": "3:4"
|
|
512427
|
+
},
|
|
512428
|
+
{
|
|
512429
|
+
"name": "4:3 (1152x864)",
|
|
512430
|
+
"value": "4:3"
|
|
512431
|
+
},
|
|
512432
|
+
{
|
|
512433
|
+
"name": "9:16 (720x1280)",
|
|
512434
|
+
"value": "9:16"
|
|
512435
|
+
}
|
|
512436
|
+
],
|
|
512437
|
+
"default": "1:1",
|
|
512438
|
+
"description": "Aspect ratio of the generated image",
|
|
512439
|
+
"displayOptions": {
|
|
512440
|
+
"show": {
|
|
512441
|
+
"operation": [
|
|
512442
|
+
"generate"
|
|
512443
|
+
],
|
|
512444
|
+
"resource": [
|
|
512445
|
+
"image"
|
|
512446
|
+
]
|
|
512447
|
+
}
|
|
512448
|
+
}
|
|
512449
|
+
},
|
|
512450
|
+
{
|
|
512451
|
+
"displayName": "Number of Images",
|
|
512452
|
+
"name": "numberOfImages",
|
|
512453
|
+
"type": "number",
|
|
512022
512454
|
"typeOptions": {
|
|
512023
|
-
"
|
|
512455
|
+
"minValue": 1,
|
|
512456
|
+
"maxValue": 9
|
|
512024
512457
|
},
|
|
512458
|
+
"default": 1,
|
|
512459
|
+
"description": "Number of images to generate per request (1-9)",
|
|
512025
512460
|
"displayOptions": {
|
|
512026
512461
|
"show": {
|
|
512027
512462
|
"operation": [
|
|
512028
|
-
"
|
|
512463
|
+
"generate"
|
|
512029
512464
|
],
|
|
512030
512465
|
"resource": [
|
|
512031
512466
|
"image"
|
|
@@ -512034,15 +512469,15 @@
|
|
|
512034
512469
|
}
|
|
512035
512470
|
},
|
|
512036
512471
|
{
|
|
512037
|
-
"displayName": "
|
|
512038
|
-
"name": "
|
|
512472
|
+
"displayName": "Download Image",
|
|
512473
|
+
"name": "downloadImage",
|
|
512039
512474
|
"type": "boolean",
|
|
512040
512475
|
"default": true,
|
|
512041
|
-
"description": "Whether to
|
|
512476
|
+
"description": "Whether to download the generated image as binary data. When disabled, only the image URL is returned.",
|
|
512042
512477
|
"displayOptions": {
|
|
512043
512478
|
"show": {
|
|
512044
512479
|
"operation": [
|
|
512045
|
-
"
|
|
512480
|
+
"generate"
|
|
512046
512481
|
],
|
|
512047
512482
|
"resource": [
|
|
512048
512483
|
"image"
|
|
@@ -512058,20 +512493,24 @@
|
|
|
512058
512493
|
"default": {},
|
|
512059
512494
|
"options": [
|
|
512060
512495
|
{
|
|
512061
|
-
"displayName": "
|
|
512062
|
-
"
|
|
512063
|
-
"
|
|
512496
|
+
"displayName": "Prompt Optimizer",
|
|
512497
|
+
"name": "promptOptimizer",
|
|
512498
|
+
"type": "boolean",
|
|
512499
|
+
"default": false,
|
|
512500
|
+
"description": "Whether to automatically optimize the prompt for better results"
|
|
512501
|
+
},
|
|
512502
|
+
{
|
|
512503
|
+
"displayName": "Seed",
|
|
512504
|
+
"name": "seed",
|
|
512064
512505
|
"type": "number",
|
|
512065
|
-
"default":
|
|
512066
|
-
"
|
|
512067
|
-
"minValue": 1
|
|
512068
|
-
}
|
|
512506
|
+
"default": 0,
|
|
512507
|
+
"description": "Random seed for reproducible outputs. Using the same seed and parameters produces the same image."
|
|
512069
512508
|
}
|
|
512070
512509
|
],
|
|
512071
512510
|
"displayOptions": {
|
|
512072
512511
|
"show": {
|
|
512073
512512
|
"operation": [
|
|
512074
|
-
"
|
|
512513
|
+
"generate"
|
|
512075
512514
|
],
|
|
512076
512515
|
"resource": [
|
|
512077
512516
|
"image"
|
|
@@ -512089,7 +512528,7 @@
|
|
|
512089
512528
|
"name": "Message a Model",
|
|
512090
512529
|
"value": "message",
|
|
512091
512530
|
"action": "Message a model",
|
|
512092
|
-
"description": "Send a message and get a response from a
|
|
512531
|
+
"description": "Send a message and get a response from a MiniMax model"
|
|
512093
512532
|
}
|
|
512094
512533
|
],
|
|
512095
512534
|
"default": "message",
|
|
@@ -512104,27 +512543,1063 @@
|
|
|
512104
512543
|
{
|
|
512105
512544
|
"displayName": "Model",
|
|
512106
512545
|
"name": "modelId",
|
|
512107
|
-
"type": "
|
|
512108
|
-
"
|
|
512109
|
-
"mode": "list",
|
|
512110
|
-
"value": ""
|
|
512111
|
-
},
|
|
512112
|
-
"required": true,
|
|
512113
|
-
"modes": [
|
|
512546
|
+
"type": "options",
|
|
512547
|
+
"options": [
|
|
512114
512548
|
{
|
|
512115
|
-
"
|
|
512116
|
-
"
|
|
512117
|
-
"type": "list",
|
|
512118
|
-
"typeOptions": {
|
|
512119
|
-
"searchListMethod": "modelSearch",
|
|
512120
|
-
"searchable": true
|
|
512121
|
-
}
|
|
512549
|
+
"name": "MiniMax-M2",
|
|
512550
|
+
"value": "MiniMax-M2"
|
|
512122
512551
|
},
|
|
512123
512552
|
{
|
|
512124
|
-
"
|
|
512125
|
-
"
|
|
512126
|
-
|
|
512127
|
-
|
|
512553
|
+
"name": "MiniMax-M2.1",
|
|
512554
|
+
"value": "MiniMax-M2.1"
|
|
512555
|
+
},
|
|
512556
|
+
{
|
|
512557
|
+
"name": "MiniMax-M2.1-Highspeed",
|
|
512558
|
+
"value": "MiniMax-M2.1-highspeed"
|
|
512559
|
+
},
|
|
512560
|
+
{
|
|
512561
|
+
"name": "MiniMax-M2.5",
|
|
512562
|
+
"value": "MiniMax-M2.5"
|
|
512563
|
+
},
|
|
512564
|
+
{
|
|
512565
|
+
"name": "MiniMax-M2.5-Highspeed",
|
|
512566
|
+
"value": "MiniMax-M2.5-highspeed"
|
|
512567
|
+
},
|
|
512568
|
+
{
|
|
512569
|
+
"name": "MiniMax-M2.7",
|
|
512570
|
+
"value": "MiniMax-M2.7"
|
|
512571
|
+
},
|
|
512572
|
+
{
|
|
512573
|
+
"name": "MiniMax-M2.7-Highspeed",
|
|
512574
|
+
"value": "MiniMax-M2.7-highspeed"
|
|
512575
|
+
}
|
|
512576
|
+
],
|
|
512577
|
+
"default": "MiniMax-M2.7",
|
|
512578
|
+
"description": "The model to use for generating the response",
|
|
512579
|
+
"displayOptions": {
|
|
512580
|
+
"show": {
|
|
512581
|
+
"operation": [
|
|
512582
|
+
"message"
|
|
512583
|
+
],
|
|
512584
|
+
"resource": [
|
|
512585
|
+
"text"
|
|
512586
|
+
]
|
|
512587
|
+
}
|
|
512588
|
+
}
|
|
512589
|
+
},
|
|
512590
|
+
{
|
|
512591
|
+
"displayName": "Messages",
|
|
512592
|
+
"name": "messages",
|
|
512593
|
+
"type": "fixedCollection",
|
|
512594
|
+
"typeOptions": {
|
|
512595
|
+
"sortable": true,
|
|
512596
|
+
"multipleValues": true
|
|
512597
|
+
},
|
|
512598
|
+
"placeholder": "Add Message",
|
|
512599
|
+
"default": {
|
|
512600
|
+
"values": [
|
|
512601
|
+
{
|
|
512602
|
+
"content": "",
|
|
512603
|
+
"role": "user"
|
|
512604
|
+
}
|
|
512605
|
+
]
|
|
512606
|
+
},
|
|
512607
|
+
"options": [
|
|
512608
|
+
{
|
|
512609
|
+
"displayName": "Values",
|
|
512610
|
+
"name": "values",
|
|
512611
|
+
"values": [
|
|
512612
|
+
{
|
|
512613
|
+
"displayName": "Prompt",
|
|
512614
|
+
"name": "content",
|
|
512615
|
+
"type": "string",
|
|
512616
|
+
"description": "The content of the message to be sent",
|
|
512617
|
+
"default": "",
|
|
512618
|
+
"placeholder": "e.g. Hello, how can you help me?",
|
|
512619
|
+
"typeOptions": {
|
|
512620
|
+
"rows": 2
|
|
512621
|
+
}
|
|
512622
|
+
},
|
|
512623
|
+
{
|
|
512624
|
+
"displayName": "Role",
|
|
512625
|
+
"name": "role",
|
|
512626
|
+
"type": "options",
|
|
512627
|
+
"description": "Role in shaping the model's response, it tells the model how it should behave and interact with the user",
|
|
512628
|
+
"options": [
|
|
512629
|
+
{
|
|
512630
|
+
"name": "User",
|
|
512631
|
+
"value": "user",
|
|
512632
|
+
"description": "Send a message as a user and get a response from the model"
|
|
512633
|
+
},
|
|
512634
|
+
{
|
|
512635
|
+
"name": "Assistant",
|
|
512636
|
+
"value": "assistant",
|
|
512637
|
+
"description": "Tell the model to adopt a specific tone or personality"
|
|
512638
|
+
}
|
|
512639
|
+
],
|
|
512640
|
+
"default": "user"
|
|
512641
|
+
}
|
|
512642
|
+
]
|
|
512643
|
+
}
|
|
512644
|
+
],
|
|
512645
|
+
"displayOptions": {
|
|
512646
|
+
"show": {
|
|
512647
|
+
"operation": [
|
|
512648
|
+
"message"
|
|
512649
|
+
],
|
|
512650
|
+
"resource": [
|
|
512651
|
+
"text"
|
|
512652
|
+
]
|
|
512653
|
+
}
|
|
512654
|
+
}
|
|
512655
|
+
},
|
|
512656
|
+
{
|
|
512657
|
+
"displayName": "Simplify Output",
|
|
512658
|
+
"name": "simplify",
|
|
512659
|
+
"type": "boolean",
|
|
512660
|
+
"default": true,
|
|
512661
|
+
"description": "Whether to return a simplified version of the response instead of the raw data",
|
|
512662
|
+
"displayOptions": {
|
|
512663
|
+
"show": {
|
|
512664
|
+
"operation": [
|
|
512665
|
+
"message"
|
|
512666
|
+
],
|
|
512667
|
+
"resource": [
|
|
512668
|
+
"text"
|
|
512669
|
+
]
|
|
512670
|
+
}
|
|
512671
|
+
}
|
|
512672
|
+
},
|
|
512673
|
+
{
|
|
512674
|
+
"displayName": "Options",
|
|
512675
|
+
"name": "options",
|
|
512676
|
+
"placeholder": "Add Option",
|
|
512677
|
+
"type": "collection",
|
|
512678
|
+
"default": {},
|
|
512679
|
+
"options": [
|
|
512680
|
+
{
|
|
512681
|
+
"displayName": "Hide Thinking",
|
|
512682
|
+
"name": "hideThinking",
|
|
512683
|
+
"type": "boolean",
|
|
512684
|
+
"default": true,
|
|
512685
|
+
"description": "Whether to strip chain-of-thought reasoning from the response, returning only the final answer"
|
|
512686
|
+
},
|
|
512687
|
+
{
|
|
512688
|
+
"displayName": "Maximum Number of Tokens",
|
|
512689
|
+
"name": "maxTokens",
|
|
512690
|
+
"default": 1024,
|
|
512691
|
+
"description": "The maximum number of tokens to generate in the completion",
|
|
512692
|
+
"type": "number",
|
|
512693
|
+
"typeOptions": {
|
|
512694
|
+
"minValue": 1,
|
|
512695
|
+
"numberPrecision": 0
|
|
512696
|
+
}
|
|
512697
|
+
},
|
|
512698
|
+
{
|
|
512699
|
+
"displayName": "Max Tool Calls Iterations",
|
|
512700
|
+
"name": "maxToolsIterations",
|
|
512701
|
+
"type": "number",
|
|
512702
|
+
"default": 15,
|
|
512703
|
+
"description": "The maximum number of tool iteration cycles the LLM will run before stopping. A single iteration can contain multiple tool calls. Set to 0 for no limit.",
|
|
512704
|
+
"typeOptions": {
|
|
512705
|
+
"minValue": 0,
|
|
512706
|
+
"numberPrecision": 0
|
|
512707
|
+
}
|
|
512708
|
+
},
|
|
512709
|
+
{
|
|
512710
|
+
"displayName": "Output Randomness (Temperature)",
|
|
512711
|
+
"name": "temperature",
|
|
512712
|
+
"default": 0.7,
|
|
512713
|
+
"description": "Controls the randomness of the output. Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.",
|
|
512714
|
+
"type": "number",
|
|
512715
|
+
"typeOptions": {
|
|
512716
|
+
"minValue": 0,
|
|
512717
|
+
"maxValue": 1,
|
|
512718
|
+
"numberPrecision": 1
|
|
512719
|
+
}
|
|
512720
|
+
},
|
|
512721
|
+
{
|
|
512722
|
+
"displayName": "Output Randomness (Top P)",
|
|
512723
|
+
"name": "topP",
|
|
512724
|
+
"default": 0.95,
|
|
512725
|
+
"description": "The maximum cumulative probability of tokens to consider when sampling",
|
|
512726
|
+
"type": "number",
|
|
512727
|
+
"typeOptions": {
|
|
512728
|
+
"minValue": 0,
|
|
512729
|
+
"maxValue": 1,
|
|
512730
|
+
"numberPrecision": 2
|
|
512731
|
+
}
|
|
512732
|
+
},
|
|
512733
|
+
{
|
|
512734
|
+
"displayName": "System Message",
|
|
512735
|
+
"name": "system",
|
|
512736
|
+
"type": "string",
|
|
512737
|
+
"default": "",
|
|
512738
|
+
"placeholder": "e.g. You are a helpful assistant"
|
|
512739
|
+
}
|
|
512740
|
+
],
|
|
512741
|
+
"displayOptions": {
|
|
512742
|
+
"show": {
|
|
512743
|
+
"operation": [
|
|
512744
|
+
"message"
|
|
512745
|
+
],
|
|
512746
|
+
"resource": [
|
|
512747
|
+
"text"
|
|
512748
|
+
]
|
|
512749
|
+
}
|
|
512750
|
+
}
|
|
512751
|
+
},
|
|
512752
|
+
{
|
|
512753
|
+
"displayName": "Operation",
|
|
512754
|
+
"name": "operation",
|
|
512755
|
+
"type": "options",
|
|
512756
|
+
"noDataExpression": true,
|
|
512757
|
+
"displayOptions": {
|
|
512758
|
+
"show": {
|
|
512759
|
+
"resource": [
|
|
512760
|
+
"video"
|
|
512761
|
+
]
|
|
512762
|
+
}
|
|
512763
|
+
},
|
|
512764
|
+
"options": [
|
|
512765
|
+
{
|
|
512766
|
+
"name": "Generate Video From Text",
|
|
512767
|
+
"value": "textToVideo",
|
|
512768
|
+
"action": "Generate video from text prompt",
|
|
512769
|
+
"description": "Generate a video from a text prompt"
|
|
512770
|
+
},
|
|
512771
|
+
{
|
|
512772
|
+
"name": "Generate Video From Image",
|
|
512773
|
+
"value": "imageToVideo",
|
|
512774
|
+
"action": "Generate video from image",
|
|
512775
|
+
"description": "Generate a video from an image, with optional last frame and subject reference"
|
|
512776
|
+
}
|
|
512777
|
+
],
|
|
512778
|
+
"default": "textToVideo"
|
|
512779
|
+
},
|
|
512780
|
+
{
|
|
512781
|
+
"displayName": "Model",
|
|
512782
|
+
"name": "modelId",
|
|
512783
|
+
"type": "options",
|
|
512784
|
+
"options": [
|
|
512785
|
+
{
|
|
512786
|
+
"name": "MiniMax-Hailuo-2.3",
|
|
512787
|
+
"value": "MiniMax-Hailuo-2.3",
|
|
512788
|
+
"description": "Latest video generation model with enhanced realism"
|
|
512789
|
+
},
|
|
512790
|
+
{
|
|
512791
|
+
"name": "MiniMax-Hailuo-02",
|
|
512792
|
+
"value": "MiniMax-Hailuo-02",
|
|
512793
|
+
"description": "Video model supporting higher resolution and longer duration"
|
|
512794
|
+
},
|
|
512795
|
+
{
|
|
512796
|
+
"name": "T2V-01-Director",
|
|
512797
|
+
"value": "T2V-01-Director",
|
|
512798
|
+
"description": "Text-to-video model with camera control commands"
|
|
512799
|
+
},
|
|
512800
|
+
{
|
|
512801
|
+
"name": "T2V-01",
|
|
512802
|
+
"value": "T2V-01",
|
|
512803
|
+
"description": "Standard text-to-video model"
|
|
512804
|
+
}
|
|
512805
|
+
],
|
|
512806
|
+
"default": "MiniMax-Hailuo-2.3",
|
|
512807
|
+
"description": "The model to use for video generation",
|
|
512808
|
+
"displayOptions": {
|
|
512809
|
+
"show": {
|
|
512810
|
+
"resource": [
|
|
512811
|
+
"video"
|
|
512812
|
+
],
|
|
512813
|
+
"operation": [
|
|
512814
|
+
"textToVideo"
|
|
512815
|
+
]
|
|
512816
|
+
}
|
|
512817
|
+
}
|
|
512818
|
+
},
|
|
512819
|
+
{
|
|
512820
|
+
"displayName": "Prompt",
|
|
512821
|
+
"name": "prompt",
|
|
512822
|
+
"type": "string",
|
|
512823
|
+
"typeOptions": {
|
|
512824
|
+
"rows": 4
|
|
512825
|
+
},
|
|
512826
|
+
"default": "",
|
|
512827
|
+
"required": true,
|
|
512828
|
+
"description": "Text description of the video (max 2000 characters). Camera movements can be controlled using [command] syntax, e.g. [Push in], [Pan left].",
|
|
512829
|
+
"placeholder": "e.g. A cat playing with a ball of yarn [Static shot]",
|
|
512830
|
+
"displayOptions": {
|
|
512831
|
+
"show": {
|
|
512832
|
+
"resource": [
|
|
512833
|
+
"video"
|
|
512834
|
+
],
|
|
512835
|
+
"operation": [
|
|
512836
|
+
"textToVideo"
|
|
512837
|
+
]
|
|
512838
|
+
}
|
|
512839
|
+
}
|
|
512840
|
+
},
|
|
512841
|
+
{
|
|
512842
|
+
"displayName": "Duration (Seconds)",
|
|
512843
|
+
"name": "duration",
|
|
512844
|
+
"type": "options",
|
|
512845
|
+
"options": [
|
|
512846
|
+
{
|
|
512847
|
+
"name": "6 Seconds",
|
|
512848
|
+
"value": 6
|
|
512849
|
+
},
|
|
512850
|
+
{
|
|
512851
|
+
"name": "10 Seconds",
|
|
512852
|
+
"value": 10
|
|
512853
|
+
}
|
|
512854
|
+
],
|
|
512855
|
+
"default": 6,
|
|
512856
|
+
"description": "Duration of the generated video",
|
|
512857
|
+
"displayOptions": {
|
|
512858
|
+
"show": {
|
|
512859
|
+
"resource": [
|
|
512860
|
+
"video"
|
|
512861
|
+
],
|
|
512862
|
+
"operation": [
|
|
512863
|
+
"textToVideo"
|
|
512864
|
+
]
|
|
512865
|
+
}
|
|
512866
|
+
}
|
|
512867
|
+
},
|
|
512868
|
+
{
|
|
512869
|
+
"displayName": "Resolution",
|
|
512870
|
+
"name": "resolution",
|
|
512871
|
+
"type": "options",
|
|
512872
|
+
"options": [
|
|
512873
|
+
{
|
|
512874
|
+
"name": "720P",
|
|
512875
|
+
"value": "720P"
|
|
512876
|
+
},
|
|
512877
|
+
{
|
|
512878
|
+
"name": "768P",
|
|
512879
|
+
"value": "768P"
|
|
512880
|
+
},
|
|
512881
|
+
{
|
|
512882
|
+
"name": "1080P",
|
|
512883
|
+
"value": "1080P"
|
|
512884
|
+
}
|
|
512885
|
+
],
|
|
512886
|
+
"default": "768P",
|
|
512887
|
+
"description": "Resolution of the generated video. Available options depend on the model.",
|
|
512888
|
+
"displayOptions": {
|
|
512889
|
+
"show": {
|
|
512890
|
+
"resource": [
|
|
512891
|
+
"video"
|
|
512892
|
+
],
|
|
512893
|
+
"operation": [
|
|
512894
|
+
"textToVideo"
|
|
512895
|
+
]
|
|
512896
|
+
}
|
|
512897
|
+
}
|
|
512898
|
+
},
|
|
512899
|
+
{
|
|
512900
|
+
"displayName": "Download Video",
|
|
512901
|
+
"name": "downloadVideo",
|
|
512902
|
+
"type": "boolean",
|
|
512903
|
+
"default": true,
|
|
512904
|
+
"description": "Whether to download the generated video as binary data. When disabled, only the video URL is returned.",
|
|
512905
|
+
"displayOptions": {
|
|
512906
|
+
"show": {
|
|
512907
|
+
"resource": [
|
|
512908
|
+
"video"
|
|
512909
|
+
],
|
|
512910
|
+
"operation": [
|
|
512911
|
+
"textToVideo"
|
|
512912
|
+
]
|
|
512913
|
+
}
|
|
512914
|
+
}
|
|
512915
|
+
},
|
|
512916
|
+
{
|
|
512917
|
+
"displayName": "Options",
|
|
512918
|
+
"name": "options",
|
|
512919
|
+
"placeholder": "Add Option",
|
|
512920
|
+
"type": "collection",
|
|
512921
|
+
"default": {},
|
|
512922
|
+
"options": [
|
|
512923
|
+
{
|
|
512924
|
+
"displayName": "Prompt Optimizer",
|
|
512925
|
+
"name": "promptOptimizer",
|
|
512926
|
+
"type": "boolean",
|
|
512927
|
+
"default": true,
|
|
512928
|
+
"description": "Whether to automatically optimize the prompt for better results"
|
|
512929
|
+
}
|
|
512930
|
+
],
|
|
512931
|
+
"displayOptions": {
|
|
512932
|
+
"show": {
|
|
512933
|
+
"resource": [
|
|
512934
|
+
"video"
|
|
512935
|
+
],
|
|
512936
|
+
"operation": [
|
|
512937
|
+
"textToVideo"
|
|
512938
|
+
]
|
|
512939
|
+
}
|
|
512940
|
+
}
|
|
512941
|
+
},
|
|
512942
|
+
{
|
|
512943
|
+
"displayName": "Model",
|
|
512944
|
+
"name": "modelId",
|
|
512945
|
+
"type": "options",
|
|
512946
|
+
"options": [
|
|
512947
|
+
{
|
|
512948
|
+
"name": "I2V-01",
|
|
512949
|
+
"value": "I2V-01",
|
|
512950
|
+
"description": "Standard image-to-video model"
|
|
512951
|
+
},
|
|
512952
|
+
{
|
|
512953
|
+
"name": "I2V-01-Director",
|
|
512954
|
+
"value": "I2V-01-Director",
|
|
512955
|
+
"description": "Image-to-video with camera control commands"
|
|
512956
|
+
},
|
|
512957
|
+
{
|
|
512958
|
+
"name": "I2V-01-Live",
|
|
512959
|
+
"value": "I2V-01-live",
|
|
512960
|
+
"description": "Image-to-video live model"
|
|
512961
|
+
},
|
|
512962
|
+
{
|
|
512963
|
+
"name": "MiniMax-Hailuo-02",
|
|
512964
|
+
"value": "MiniMax-Hailuo-02",
|
|
512965
|
+
"description": "Model supporting higher resolution and longer duration"
|
|
512966
|
+
},
|
|
512967
|
+
{
|
|
512968
|
+
"name": "MiniMax-Hailuo-2.3",
|
|
512969
|
+
"value": "MiniMax-Hailuo-2.3",
|
|
512970
|
+
"description": "Latest model with enhanced realism"
|
|
512971
|
+
},
|
|
512972
|
+
{
|
|
512973
|
+
"name": "MiniMax-Hailuo-2.3-Fast",
|
|
512974
|
+
"value": "MiniMax-Hailuo-2.3-Fast",
|
|
512975
|
+
"description": "Faster image-to-video model for value and efficiency"
|
|
512976
|
+
}
|
|
512977
|
+
],
|
|
512978
|
+
"default": "MiniMax-Hailuo-2.3",
|
|
512979
|
+
"description": "The model to use for video generation",
|
|
512980
|
+
"displayOptions": {
|
|
512981
|
+
"show": {
|
|
512982
|
+
"resource": [
|
|
512983
|
+
"video"
|
|
512984
|
+
],
|
|
512985
|
+
"operation": [
|
|
512986
|
+
"imageToVideo"
|
|
512987
|
+
]
|
|
512988
|
+
}
|
|
512989
|
+
}
|
|
512990
|
+
},
|
|
512991
|
+
{
|
|
512992
|
+
"displayName": "Image Input Type",
|
|
512993
|
+
"name": "imageInputType",
|
|
512994
|
+
"type": "options",
|
|
512995
|
+
"options": [
|
|
512996
|
+
{
|
|
512997
|
+
"name": "URL",
|
|
512998
|
+
"value": "url"
|
|
512999
|
+
},
|
|
513000
|
+
{
|
|
513001
|
+
"name": "Binary File",
|
|
513002
|
+
"value": "binary"
|
|
513003
|
+
}
|
|
513004
|
+
],
|
|
513005
|
+
"default": "url",
|
|
513006
|
+
"description": "How to provide the first frame image",
|
|
513007
|
+
"displayOptions": {
|
|
513008
|
+
"show": {
|
|
513009
|
+
"resource": [
|
|
513010
|
+
"video"
|
|
513011
|
+
],
|
|
513012
|
+
"operation": [
|
|
513013
|
+
"imageToVideo"
|
|
513014
|
+
]
|
|
513015
|
+
}
|
|
513016
|
+
}
|
|
513017
|
+
},
|
|
513018
|
+
{
|
|
513019
|
+
"displayName": "Image URL",
|
|
513020
|
+
"name": "imageUrl",
|
|
513021
|
+
"type": "string",
|
|
513022
|
+
"default": "",
|
|
513023
|
+
"required": true,
|
|
513024
|
+
"placeholder": "https://example.com/image.jpg",
|
|
513025
|
+
"description": "Public URL of the image to use as first frame (JPG, JPEG, PNG, WebP, <20MB)",
|
|
513026
|
+
"displayOptions": {
|
|
513027
|
+
"show": {
|
|
513028
|
+
"imageInputType": [
|
|
513029
|
+
"url"
|
|
513030
|
+
],
|
|
513031
|
+
"resource": [
|
|
513032
|
+
"video"
|
|
513033
|
+
],
|
|
513034
|
+
"operation": [
|
|
513035
|
+
"imageToVideo"
|
|
513036
|
+
]
|
|
513037
|
+
}
|
|
513038
|
+
}
|
|
513039
|
+
},
|
|
513040
|
+
{
|
|
513041
|
+
"displayName": "Input Data Field Name",
|
|
513042
|
+
"name": "binaryPropertyName",
|
|
513043
|
+
"type": "string",
|
|
513044
|
+
"default": "data",
|
|
513045
|
+
"required": true,
|
|
513046
|
+
"placeholder": "e.g. data",
|
|
513047
|
+
"hint": "The name of the input field containing the binary image data",
|
|
513048
|
+
"typeOptions": {
|
|
513049
|
+
"binaryDataProperty": true
|
|
513050
|
+
},
|
|
513051
|
+
"displayOptions": {
|
|
513052
|
+
"show": {
|
|
513053
|
+
"imageInputType": [
|
|
513054
|
+
"binary"
|
|
513055
|
+
],
|
|
513056
|
+
"resource": [
|
|
513057
|
+
"video"
|
|
513058
|
+
],
|
|
513059
|
+
"operation": [
|
|
513060
|
+
"imageToVideo"
|
|
513061
|
+
]
|
|
513062
|
+
}
|
|
513063
|
+
}
|
|
513064
|
+
},
|
|
513065
|
+
{
|
|
513066
|
+
"displayName": "Prompt",
|
|
513067
|
+
"name": "prompt",
|
|
513068
|
+
"type": "string",
|
|
513069
|
+
"typeOptions": {
|
|
513070
|
+
"rows": 4
|
|
513071
|
+
},
|
|
513072
|
+
"default": "",
|
|
513073
|
+
"description": "Optional text description of the video (max 2000 characters). Camera movements can be controlled using [command] syntax.",
|
|
513074
|
+
"placeholder": "e.g. The subject smiles and waves at the camera [Zoom in]",
|
|
513075
|
+
"displayOptions": {
|
|
513076
|
+
"show": {
|
|
513077
|
+
"resource": [
|
|
513078
|
+
"video"
|
|
513079
|
+
],
|
|
513080
|
+
"operation": [
|
|
513081
|
+
"imageToVideo"
|
|
513082
|
+
]
|
|
513083
|
+
}
|
|
513084
|
+
}
|
|
513085
|
+
},
|
|
513086
|
+
{
|
|
513087
|
+
"displayName": "Duration (Seconds)",
|
|
513088
|
+
"name": "duration",
|
|
513089
|
+
"type": "options",
|
|
513090
|
+
"options": [
|
|
513091
|
+
{
|
|
513092
|
+
"name": "6 Seconds",
|
|
513093
|
+
"value": 6
|
|
513094
|
+
},
|
|
513095
|
+
{
|
|
513096
|
+
"name": "10 Seconds",
|
|
513097
|
+
"value": 10
|
|
513098
|
+
}
|
|
513099
|
+
],
|
|
513100
|
+
"default": 6,
|
|
513101
|
+
"description": "Duration of the generated video",
|
|
513102
|
+
"displayOptions": {
|
|
513103
|
+
"show": {
|
|
513104
|
+
"resource": [
|
|
513105
|
+
"video"
|
|
513106
|
+
],
|
|
513107
|
+
"operation": [
|
|
513108
|
+
"imageToVideo"
|
|
513109
|
+
]
|
|
513110
|
+
}
|
|
513111
|
+
}
|
|
513112
|
+
},
|
|
513113
|
+
{
|
|
513114
|
+
"displayName": "Resolution",
|
|
513115
|
+
"name": "resolution",
|
|
513116
|
+
"type": "options",
|
|
513117
|
+
"options": [
|
|
513118
|
+
{
|
|
513119
|
+
"name": "512P",
|
|
513120
|
+
"value": "512P"
|
|
513121
|
+
},
|
|
513122
|
+
{
|
|
513123
|
+
"name": "720P",
|
|
513124
|
+
"value": "720P"
|
|
513125
|
+
},
|
|
513126
|
+
{
|
|
513127
|
+
"name": "768P",
|
|
513128
|
+
"value": "768P"
|
|
513129
|
+
},
|
|
513130
|
+
{
|
|
513131
|
+
"name": "1080P",
|
|
513132
|
+
"value": "1080P"
|
|
513133
|
+
}
|
|
513134
|
+
],
|
|
513135
|
+
"default": "768P",
|
|
513136
|
+
"description": "Resolution of the generated video. Available options depend on the model.",
|
|
513137
|
+
"displayOptions": {
|
|
513138
|
+
"show": {
|
|
513139
|
+
"resource": [
|
|
513140
|
+
"video"
|
|
513141
|
+
],
|
|
513142
|
+
"operation": [
|
|
513143
|
+
"imageToVideo"
|
|
513144
|
+
]
|
|
513145
|
+
}
|
|
513146
|
+
}
|
|
513147
|
+
},
|
|
513148
|
+
{
|
|
513149
|
+
"displayName": "Download Video",
|
|
513150
|
+
"name": "downloadVideo",
|
|
513151
|
+
"type": "boolean",
|
|
513152
|
+
"default": true,
|
|
513153
|
+
"description": "Whether to download the generated video as binary data. When disabled, only the video URL is returned.",
|
|
513154
|
+
"displayOptions": {
|
|
513155
|
+
"show": {
|
|
513156
|
+
"resource": [
|
|
513157
|
+
"video"
|
|
513158
|
+
],
|
|
513159
|
+
"operation": [
|
|
513160
|
+
"imageToVideo"
|
|
513161
|
+
]
|
|
513162
|
+
}
|
|
513163
|
+
}
|
|
513164
|
+
},
|
|
513165
|
+
{
|
|
513166
|
+
"displayName": "Options",
|
|
513167
|
+
"name": "options",
|
|
513168
|
+
"placeholder": "Add Option",
|
|
513169
|
+
"type": "collection",
|
|
513170
|
+
"default": {},
|
|
513171
|
+
"options": [
|
|
513172
|
+
{
|
|
513173
|
+
"displayName": "Prompt Optimizer",
|
|
513174
|
+
"name": "promptOptimizer",
|
|
513175
|
+
"type": "boolean",
|
|
513176
|
+
"default": true,
|
|
513177
|
+
"description": "Whether to automatically optimize the prompt"
|
|
513178
|
+
},
|
|
513179
|
+
{
|
|
513180
|
+
"displayName": "Last Frame Image Input Type",
|
|
513181
|
+
"name": "lastFrameInputType",
|
|
513182
|
+
"type": "options",
|
|
513183
|
+
"options": [
|
|
513184
|
+
{
|
|
513185
|
+
"name": "None",
|
|
513186
|
+
"value": "none"
|
|
513187
|
+
},
|
|
513188
|
+
{
|
|
513189
|
+
"name": "URL",
|
|
513190
|
+
"value": "url"
|
|
513191
|
+
},
|
|
513192
|
+
{
|
|
513193
|
+
"name": "Binary File",
|
|
513194
|
+
"value": "binary"
|
|
513195
|
+
}
|
|
513196
|
+
],
|
|
513197
|
+
"default": "none",
|
|
513198
|
+
"description": "Provide a last frame image to generate a first-and-last-frame video. Only supported by MiniMax-Hailuo-2.3 and MiniMax-Hailuo-02."
|
|
513199
|
+
},
|
|
513200
|
+
{
|
|
513201
|
+
"displayName": "Last Frame Image URL",
|
|
513202
|
+
"name": "lastFrameImageUrl",
|
|
513203
|
+
"type": "string",
|
|
513204
|
+
"default": "",
|
|
513205
|
+
"placeholder": "https://example.com/last-frame.jpg",
|
|
513206
|
+
"displayOptions": {
|
|
513207
|
+
"show": {
|
|
513208
|
+
"lastFrameInputType": [
|
|
513209
|
+
"url"
|
|
513210
|
+
]
|
|
513211
|
+
}
|
|
513212
|
+
}
|
|
513213
|
+
},
|
|
513214
|
+
{
|
|
513215
|
+
"displayName": "Last Frame Data Field Name",
|
|
513216
|
+
"name": "lastFrameBinaryPropertyName",
|
|
513217
|
+
"type": "string",
|
|
513218
|
+
"default": "lastFrame",
|
|
513219
|
+
"placeholder": "e.g. lastFrame",
|
|
513220
|
+
"typeOptions": {
|
|
513221
|
+
"binaryDataProperty": true
|
|
513222
|
+
},
|
|
513223
|
+
"displayOptions": {
|
|
513224
|
+
"show": {
|
|
513225
|
+
"lastFrameInputType": [
|
|
513226
|
+
"binary"
|
|
513227
|
+
]
|
|
513228
|
+
}
|
|
513229
|
+
}
|
|
513230
|
+
},
|
|
513231
|
+
{
|
|
513232
|
+
"displayName": "Subject Reference Input Type",
|
|
513233
|
+
"name": "subjectReferenceInputType",
|
|
513234
|
+
"type": "options",
|
|
513235
|
+
"options": [
|
|
513236
|
+
{
|
|
513237
|
+
"name": "None",
|
|
513238
|
+
"value": "none"
|
|
513239
|
+
},
|
|
513240
|
+
{
|
|
513241
|
+
"name": "URL",
|
|
513242
|
+
"value": "url"
|
|
513243
|
+
},
|
|
513244
|
+
{
|
|
513245
|
+
"name": "Binary File",
|
|
513246
|
+
"value": "binary"
|
|
513247
|
+
}
|
|
513248
|
+
],
|
|
513249
|
+
"default": "none",
|
|
513250
|
+
"description": "Provide a face photo for facial consistency in the generated video. Only supported by MiniMax-Hailuo-2.3."
|
|
513251
|
+
},
|
|
513252
|
+
{
|
|
513253
|
+
"displayName": "Subject Reference Image URL",
|
|
513254
|
+
"name": "subjectReferenceImageUrl",
|
|
513255
|
+
"type": "string",
|
|
513256
|
+
"default": "",
|
|
513257
|
+
"placeholder": "https://example.com/face.jpg",
|
|
513258
|
+
"displayOptions": {
|
|
513259
|
+
"show": {
|
|
513260
|
+
"subjectReferenceInputType": [
|
|
513261
|
+
"url"
|
|
513262
|
+
]
|
|
513263
|
+
}
|
|
513264
|
+
}
|
|
513265
|
+
},
|
|
513266
|
+
{
|
|
513267
|
+
"displayName": "Subject Reference Data Field Name",
|
|
513268
|
+
"name": "subjectReferenceBinaryPropertyName",
|
|
513269
|
+
"type": "string",
|
|
513270
|
+
"default": "subjectReference",
|
|
513271
|
+
"placeholder": "e.g. subjectReference",
|
|
513272
|
+
"typeOptions": {
|
|
513273
|
+
"binaryDataProperty": true
|
|
513274
|
+
},
|
|
513275
|
+
"displayOptions": {
|
|
513276
|
+
"show": {
|
|
513277
|
+
"subjectReferenceInputType": [
|
|
513278
|
+
"binary"
|
|
513279
|
+
]
|
|
513280
|
+
}
|
|
513281
|
+
}
|
|
513282
|
+
}
|
|
513283
|
+
],
|
|
513284
|
+
"displayOptions": {
|
|
513285
|
+
"show": {
|
|
513286
|
+
"resource": [
|
|
513287
|
+
"video"
|
|
513288
|
+
],
|
|
513289
|
+
"operation": [
|
|
513290
|
+
"imageToVideo"
|
|
513291
|
+
]
|
|
513292
|
+
}
|
|
513293
|
+
}
|
|
513294
|
+
}
|
|
513295
|
+
],
|
|
513296
|
+
"sourcePath": "/.n8n-cache/packages/@n8n/nodes-langchain/dist/nodes/vendors/MiniMax/MiniMax.node.js"
|
|
513297
|
+
},
|
|
513298
|
+
"metadata": {
|
|
513299
|
+
"keywords": [
|
|
513300
|
+
"minimax",
|
|
513301
|
+
"interact",
|
|
513302
|
+
"with",
|
|
513303
|
+
"models",
|
|
513304
|
+
"transform",
|
|
513305
|
+
"audio",
|
|
513306
|
+
"audios",
|
|
513307
|
+
"image",
|
|
513308
|
+
"images",
|
|
513309
|
+
"text",
|
|
513310
|
+
"texts",
|
|
513311
|
+
"video",
|
|
513312
|
+
"videos",
|
|
513313
|
+
"textToSpeech",
|
|
513314
|
+
"convert",
|
|
513315
|
+
"speech",
|
|
513316
|
+
"speech-02-hd",
|
|
513317
|
+
"speech-02-turbo",
|
|
513318
|
+
"speech-2.6-hd",
|
|
513319
|
+
"speech-2.6-turbo",
|
|
513320
|
+
"speech-2.8-hd",
|
|
513321
|
+
"speech-2.8-turbo",
|
|
513322
|
+
"voice",
|
|
513323
|
+
"generate",
|
|
513324
|
+
"generating",
|
|
513325
|
+
"generation",
|
|
513326
|
+
"image-01",
|
|
513327
|
+
"prompt",
|
|
513328
|
+
"1:1",
|
|
513329
|
+
"16:9",
|
|
513330
|
+
"2:3",
|
|
513331
|
+
"21:9",
|
|
513332
|
+
"3:2",
|
|
513333
|
+
"3:4",
|
|
513334
|
+
"4:3",
|
|
513335
|
+
"9:16",
|
|
513336
|
+
"message",
|
|
513337
|
+
"model",
|
|
513338
|
+
"minimax-m2",
|
|
513339
|
+
"minimax-m2.1",
|
|
513340
|
+
"minimax-m2.5",
|
|
513341
|
+
"minimax-m2.7",
|
|
513342
|
+
"textToVideo",
|
|
513343
|
+
"from",
|
|
513344
|
+
"imageToVideo",
|
|
513345
|
+
"minimax-hailuo-2.3",
|
|
513346
|
+
"minimax-hailuo-02",
|
|
513347
|
+
"t2v-01-director",
|
|
513348
|
+
"t2v-01",
|
|
513349
|
+
"720p",
|
|
513350
|
+
"768p",
|
|
513351
|
+
"1080p",
|
|
513352
|
+
"i2v-01",
|
|
513353
|
+
"i2v-01-director",
|
|
513354
|
+
"i2v-01-live",
|
|
513355
|
+
"url",
|
|
513356
|
+
"binary",
|
|
513357
|
+
"input",
|
|
513358
|
+
"data",
|
|
513359
|
+
"512p",
|
|
513360
|
+
"chat",
|
|
513361
|
+
"node",
|
|
513362
|
+
"parameters",
|
|
513363
|
+
"options",
|
|
513364
|
+
"templates",
|
|
513365
|
+
"examples",
|
|
513366
|
+
"related",
|
|
513367
|
+
"resources"
|
|
513368
|
+
],
|
|
513369
|
+
"operations": [],
|
|
513370
|
+
"useCases": [],
|
|
513371
|
+
"keywordScore": 113,
|
|
513372
|
+
"hasDocumentation": true,
|
|
513373
|
+
"markdownUrl": null,
|
|
513374
|
+
"markdownFile": null
|
|
513375
|
+
}
|
|
513376
|
+
},
|
|
513377
|
+
"moonshot": {
|
|
513378
|
+
"name": "moonshot",
|
|
513379
|
+
"type": "@n8n/n8n-nodes-langchain.moonshot",
|
|
513380
|
+
"displayName": "Moonshot Kimi",
|
|
513381
|
+
"description": "Interact with Moonshot Kimi AI models",
|
|
513382
|
+
"version": 1,
|
|
513383
|
+
"group": [
|
|
513384
|
+
"transform"
|
|
513385
|
+
],
|
|
513386
|
+
"icon": {
|
|
513387
|
+
"light": "file:moonshot.svg",
|
|
513388
|
+
"dark": "file:moonshot.dark.svg"
|
|
513389
|
+
},
|
|
513390
|
+
"usableAsTool": true,
|
|
513391
|
+
"schema": {
|
|
513392
|
+
"properties": [
|
|
513393
|
+
{
|
|
513394
|
+
"displayName": "Resource",
|
|
513395
|
+
"name": "resource",
|
|
513396
|
+
"type": "options",
|
|
513397
|
+
"noDataExpression": true,
|
|
513398
|
+
"options": [
|
|
513399
|
+
{
|
|
513400
|
+
"name": "Image",
|
|
513401
|
+
"value": "image"
|
|
513402
|
+
},
|
|
513403
|
+
{
|
|
513404
|
+
"name": "Text",
|
|
513405
|
+
"value": "text"
|
|
513406
|
+
}
|
|
513407
|
+
],
|
|
513408
|
+
"default": "text"
|
|
513409
|
+
},
|
|
513410
|
+
{
|
|
513411
|
+
"displayName": "Operation",
|
|
513412
|
+
"name": "operation",
|
|
513413
|
+
"type": "options",
|
|
513414
|
+
"noDataExpression": true,
|
|
513415
|
+
"options": [
|
|
513416
|
+
{
|
|
513417
|
+
"name": "Analyze Image",
|
|
513418
|
+
"value": "analyze",
|
|
513419
|
+
"action": "Analyze image",
|
|
513420
|
+
"description": "Analyze an image and answer questions about it"
|
|
513421
|
+
}
|
|
513422
|
+
],
|
|
513423
|
+
"default": "analyze",
|
|
513424
|
+
"displayOptions": {
|
|
513425
|
+
"show": {
|
|
513426
|
+
"resource": [
|
|
513427
|
+
"image"
|
|
513428
|
+
]
|
|
513429
|
+
}
|
|
513430
|
+
}
|
|
513431
|
+
},
|
|
513432
|
+
{
|
|
513433
|
+
"displayName": "Model",
|
|
513434
|
+
"name": "modelId",
|
|
513435
|
+
"type": "resourceLocator",
|
|
513436
|
+
"default": {
|
|
513437
|
+
"mode": "list",
|
|
513438
|
+
"value": ""
|
|
513439
|
+
},
|
|
513440
|
+
"required": true,
|
|
513441
|
+
"modes": [
|
|
513442
|
+
{
|
|
513443
|
+
"displayName": "From List",
|
|
513444
|
+
"name": "list",
|
|
513445
|
+
"type": "list",
|
|
513446
|
+
"typeOptions": {
|
|
513447
|
+
"searchListMethod": "modelSearch",
|
|
513448
|
+
"searchable": true
|
|
513449
|
+
}
|
|
513450
|
+
},
|
|
513451
|
+
{
|
|
513452
|
+
"displayName": "ID",
|
|
513453
|
+
"name": "id",
|
|
513454
|
+
"type": "string",
|
|
513455
|
+
"placeholder": "e.g. kimi-k2.5"
|
|
513456
|
+
}
|
|
513457
|
+
],
|
|
513458
|
+
"displayOptions": {
|
|
513459
|
+
"show": {
|
|
513460
|
+
"operation": [
|
|
513461
|
+
"analyze"
|
|
513462
|
+
],
|
|
513463
|
+
"resource": [
|
|
513464
|
+
"image"
|
|
513465
|
+
]
|
|
513466
|
+
}
|
|
513467
|
+
}
|
|
513468
|
+
},
|
|
513469
|
+
{
|
|
513470
|
+
"displayName": "Text Input",
|
|
513471
|
+
"name": "text",
|
|
513472
|
+
"type": "string",
|
|
513473
|
+
"placeholder": "e.g. What's in this image?",
|
|
513474
|
+
"default": "What's in this image?",
|
|
513475
|
+
"typeOptions": {
|
|
513476
|
+
"rows": 2
|
|
513477
|
+
},
|
|
513478
|
+
"displayOptions": {
|
|
513479
|
+
"show": {
|
|
513480
|
+
"operation": [
|
|
513481
|
+
"analyze"
|
|
513482
|
+
],
|
|
513483
|
+
"resource": [
|
|
513484
|
+
"image"
|
|
513485
|
+
]
|
|
513486
|
+
}
|
|
513487
|
+
}
|
|
513488
|
+
},
|
|
513489
|
+
{
|
|
513490
|
+
"displayName": "Input Data Field Name(s)",
|
|
513491
|
+
"name": "binaryPropertyName",
|
|
513492
|
+
"type": "string",
|
|
513493
|
+
"default": "data",
|
|
513494
|
+
"placeholder": "e.g. data",
|
|
513495
|
+
"hint": "The name of the input field containing the binary file data to be processed",
|
|
513496
|
+
"description": "Name of the binary field(s) which contains the image(s), separate multiple field names with commas",
|
|
513497
|
+
"typeOptions": {
|
|
513498
|
+
"binaryDataProperty": true
|
|
513499
|
+
},
|
|
513500
|
+
"displayOptions": {
|
|
513501
|
+
"show": {
|
|
513502
|
+
"operation": [
|
|
513503
|
+
"analyze"
|
|
513504
|
+
],
|
|
513505
|
+
"resource": [
|
|
513506
|
+
"image"
|
|
513507
|
+
]
|
|
513508
|
+
}
|
|
513509
|
+
}
|
|
513510
|
+
},
|
|
513511
|
+
{
|
|
513512
|
+
"displayName": "Simplify Output",
|
|
513513
|
+
"name": "simplify",
|
|
513514
|
+
"type": "boolean",
|
|
513515
|
+
"default": true,
|
|
513516
|
+
"description": "Whether to return a simplified version of the response instead of the raw data",
|
|
513517
|
+
"displayOptions": {
|
|
513518
|
+
"show": {
|
|
513519
|
+
"operation": [
|
|
513520
|
+
"analyze"
|
|
513521
|
+
],
|
|
513522
|
+
"resource": [
|
|
513523
|
+
"image"
|
|
513524
|
+
]
|
|
513525
|
+
}
|
|
513526
|
+
}
|
|
513527
|
+
},
|
|
513528
|
+
{
|
|
513529
|
+
"displayName": "Options",
|
|
513530
|
+
"name": "options",
|
|
513531
|
+
"placeholder": "Add Option",
|
|
513532
|
+
"type": "collection",
|
|
513533
|
+
"default": {},
|
|
513534
|
+
"options": [
|
|
513535
|
+
{
|
|
513536
|
+
"displayName": "Maximum Number of Tokens",
|
|
513537
|
+
"description": "Fewer tokens will result in shorter, less detailed image description",
|
|
513538
|
+
"name": "maxTokens",
|
|
513539
|
+
"type": "number",
|
|
513540
|
+
"default": 1024,
|
|
513541
|
+
"typeOptions": {
|
|
513542
|
+
"minValue": 1
|
|
513543
|
+
}
|
|
513544
|
+
}
|
|
513545
|
+
],
|
|
513546
|
+
"displayOptions": {
|
|
513547
|
+
"show": {
|
|
513548
|
+
"operation": [
|
|
513549
|
+
"analyze"
|
|
513550
|
+
],
|
|
513551
|
+
"resource": [
|
|
513552
|
+
"image"
|
|
513553
|
+
]
|
|
513554
|
+
}
|
|
513555
|
+
}
|
|
513556
|
+
},
|
|
513557
|
+
{
|
|
513558
|
+
"displayName": "Operation",
|
|
513559
|
+
"name": "operation",
|
|
513560
|
+
"type": "options",
|
|
513561
|
+
"noDataExpression": true,
|
|
513562
|
+
"options": [
|
|
513563
|
+
{
|
|
513564
|
+
"name": "Message a Model",
|
|
513565
|
+
"value": "message",
|
|
513566
|
+
"action": "Message a model",
|
|
513567
|
+
"description": "Send a message and get a response from a Moonshot Kimi model"
|
|
513568
|
+
}
|
|
513569
|
+
],
|
|
513570
|
+
"default": "message",
|
|
513571
|
+
"displayOptions": {
|
|
513572
|
+
"show": {
|
|
513573
|
+
"resource": [
|
|
513574
|
+
"text"
|
|
513575
|
+
]
|
|
513576
|
+
}
|
|
513577
|
+
}
|
|
513578
|
+
},
|
|
513579
|
+
{
|
|
513580
|
+
"displayName": "Model",
|
|
513581
|
+
"name": "modelId",
|
|
513582
|
+
"type": "resourceLocator",
|
|
513583
|
+
"default": {
|
|
513584
|
+
"mode": "list",
|
|
513585
|
+
"value": ""
|
|
513586
|
+
},
|
|
513587
|
+
"required": true,
|
|
513588
|
+
"modes": [
|
|
513589
|
+
{
|
|
513590
|
+
"displayName": "From List",
|
|
513591
|
+
"name": "list",
|
|
513592
|
+
"type": "list",
|
|
513593
|
+
"typeOptions": {
|
|
513594
|
+
"searchListMethod": "modelSearch",
|
|
513595
|
+
"searchable": true
|
|
513596
|
+
}
|
|
513597
|
+
},
|
|
513598
|
+
{
|
|
513599
|
+
"displayName": "ID",
|
|
513600
|
+
"name": "id",
|
|
513601
|
+
"type": "string",
|
|
513602
|
+
"placeholder": "e.g. kimi-k2.5"
|
|
512128
513603
|
}
|
|
512129
513604
|
],
|
|
512130
513605
|
"displayOptions": {
|
|
@@ -620055,7 +621530,7 @@
|
|
|
620055
621530
|
"name": "startDate",
|
|
620056
621531
|
"type": "dateTime",
|
|
620057
621532
|
"required": true,
|
|
620058
|
-
"default": "2026-04-
|
|
621533
|
+
"default": "2026-04-22T00:00:00.000+00:00",
|
|
620059
621534
|
"displayOptions": {
|
|
620060
621535
|
"show": {
|
|
620061
621536
|
"resource": [
|
|
@@ -620078,7 +621553,7 @@
|
|
|
620078
621553
|
"name": "endDate",
|
|
620079
621554
|
"type": "dateTime",
|
|
620080
621555
|
"required": true,
|
|
620081
|
-
"default": "2026-04-
|
|
621556
|
+
"default": "2026-04-29T00:00:00.000+00:00",
|
|
620082
621557
|
"displayOptions": {
|
|
620083
621558
|
"show": {
|
|
620084
621559
|
"resource": [
|
|
@@ -621425,7 +622900,7 @@
|
|
|
621425
622900
|
"name": "startDate",
|
|
621426
622901
|
"type": "dateTime",
|
|
621427
622902
|
"required": true,
|
|
621428
|
-
"default": "2026-04-
|
|
622903
|
+
"default": "2026-04-22T00:00:00.000+00:00",
|
|
621429
622904
|
"displayOptions": {
|
|
621430
622905
|
"show": {
|
|
621431
622906
|
"resource": [
|
|
@@ -621448,7 +622923,7 @@
|
|
|
621448
622923
|
"name": "endDate",
|
|
621449
622924
|
"type": "dateTime",
|
|
621450
622925
|
"required": true,
|
|
621451
|
-
"default": "2026-04-
|
|
622926
|
+
"default": "2026-04-29T00:00:00.000+00:00",
|
|
621452
622927
|
"displayOptions": {
|
|
621453
622928
|
"show": {
|
|
621454
622929
|
"resource": [
|
|
@@ -667394,7 +668869,7 @@
|
|
|
667394
668869
|
"value": "apiKey"
|
|
667395
668870
|
},
|
|
667396
668871
|
{
|
|
667397
|
-
"name": "
|
|
668872
|
+
"name": "Service Key",
|
|
667398
668873
|
"value": "appToken"
|
|
667399
668874
|
},
|
|
667400
668875
|
{
|
|
@@ -720279,7 +721754,7 @@
|
|
|
720279
721754
|
"displayName": "Start",
|
|
720280
721755
|
"name": "startDateTime",
|
|
720281
721756
|
"type": "dateTime",
|
|
720282
|
-
"default": "2026-04-
|
|
721757
|
+
"default": "2026-04-30T18:35:12.615+00:00",
|
|
720283
721758
|
"required": true,
|
|
720284
721759
|
"displayOptions": {
|
|
720285
721760
|
"show": {
|
|
@@ -720297,7 +721772,7 @@
|
|
|
720297
721772
|
"name": "endDateTime",
|
|
720298
721773
|
"type": "dateTime",
|
|
720299
721774
|
"required": true,
|
|
720300
|
-
"default": "2026-04-
|
|
721775
|
+
"default": "2026-04-30T19:05:12.615+00:00",
|
|
720301
721776
|
"displayOptions": {
|
|
720302
721777
|
"show": {
|
|
720303
721778
|
"resource": [
|
|
@@ -944719,6 +946194,1441 @@
|
|
|
944719
946194
|
"markdownFile": null
|
|
944720
946195
|
}
|
|
944721
946196
|
},
|
|
946197
|
+
"minimaxTool": {
|
|
946198
|
+
"name": "minimaxTool",
|
|
946199
|
+
"type": "@n8n/n8n-nodes-langchain.minimaxTool",
|
|
946200
|
+
"displayName": "MiniMax Tool",
|
|
946201
|
+
"description": "Interact with MiniMax AI models",
|
|
946202
|
+
"version": 1,
|
|
946203
|
+
"group": [
|
|
946204
|
+
"transform"
|
|
946205
|
+
],
|
|
946206
|
+
"icon": "file:minimax.svg",
|
|
946207
|
+
"usableAsTool": false,
|
|
946208
|
+
"schema": {
|
|
946209
|
+
"properties": [
|
|
946210
|
+
{
|
|
946211
|
+
"displayName": "Resource",
|
|
946212
|
+
"name": "resource",
|
|
946213
|
+
"type": "options",
|
|
946214
|
+
"noDataExpression": true,
|
|
946215
|
+
"options": [
|
|
946216
|
+
{
|
|
946217
|
+
"name": "Audio",
|
|
946218
|
+
"value": "audio"
|
|
946219
|
+
},
|
|
946220
|
+
{
|
|
946221
|
+
"name": "Image",
|
|
946222
|
+
"value": "image"
|
|
946223
|
+
},
|
|
946224
|
+
{
|
|
946225
|
+
"name": "Text",
|
|
946226
|
+
"value": "text"
|
|
946227
|
+
},
|
|
946228
|
+
{
|
|
946229
|
+
"name": "Video",
|
|
946230
|
+
"value": "video"
|
|
946231
|
+
}
|
|
946232
|
+
],
|
|
946233
|
+
"default": "text"
|
|
946234
|
+
},
|
|
946235
|
+
{
|
|
946236
|
+
"displayName": "Operation",
|
|
946237
|
+
"name": "operation",
|
|
946238
|
+
"type": "options",
|
|
946239
|
+
"noDataExpression": true,
|
|
946240
|
+
"displayOptions": {
|
|
946241
|
+
"show": {
|
|
946242
|
+
"resource": [
|
|
946243
|
+
"audio"
|
|
946244
|
+
]
|
|
946245
|
+
}
|
|
946246
|
+
},
|
|
946247
|
+
"options": [
|
|
946248
|
+
{
|
|
946249
|
+
"name": "Text to Speech",
|
|
946250
|
+
"value": "textToSpeech",
|
|
946251
|
+
"action": "Convert text to speech",
|
|
946252
|
+
"description": "Generate speech audio from text input"
|
|
946253
|
+
}
|
|
946254
|
+
],
|
|
946255
|
+
"default": "textToSpeech"
|
|
946256
|
+
},
|
|
946257
|
+
{
|
|
946258
|
+
"displayName": "Model",
|
|
946259
|
+
"name": "modelId",
|
|
946260
|
+
"type": "options",
|
|
946261
|
+
"options": [
|
|
946262
|
+
{
|
|
946263
|
+
"name": "Speech 02 HD",
|
|
946264
|
+
"value": "speech-02-hd",
|
|
946265
|
+
"description": "Superior rhythm and stability with outstanding quality"
|
|
946266
|
+
},
|
|
946267
|
+
{
|
|
946268
|
+
"name": "Speech 02 Turbo",
|
|
946269
|
+
"value": "speech-02-turbo",
|
|
946270
|
+
"description": "Enhanced multilingual capabilities and performance"
|
|
946271
|
+
},
|
|
946272
|
+
{
|
|
946273
|
+
"name": "Speech 2.6 HD",
|
|
946274
|
+
"value": "speech-2.6-hd",
|
|
946275
|
+
"description": "HD model with outstanding prosody and cloning similarity"
|
|
946276
|
+
},
|
|
946277
|
+
{
|
|
946278
|
+
"name": "Speech 2.6 Turbo",
|
|
946279
|
+
"value": "speech-2.6-turbo",
|
|
946280
|
+
"description": "Turbo model with support for 40 languages"
|
|
946281
|
+
},
|
|
946282
|
+
{
|
|
946283
|
+
"name": "Speech 2.8 HD",
|
|
946284
|
+
"value": "speech-2.8-hd",
|
|
946285
|
+
"description": "Latest HD model with ultra-realistic quality and sound tags"
|
|
946286
|
+
},
|
|
946287
|
+
{
|
|
946288
|
+
"name": "Speech 2.8 Turbo",
|
|
946289
|
+
"value": "speech-2.8-turbo",
|
|
946290
|
+
"description": "Latest Turbo model with seamless speed and natural flow"
|
|
946291
|
+
}
|
|
946292
|
+
],
|
|
946293
|
+
"default": "speech-2.8-hd",
|
|
946294
|
+
"description": "The speech synthesis model to use",
|
|
946295
|
+
"displayOptions": {
|
|
946296
|
+
"show": {
|
|
946297
|
+
"resource": [
|
|
946298
|
+
"audio"
|
|
946299
|
+
],
|
|
946300
|
+
"operation": [
|
|
946301
|
+
"textToSpeech"
|
|
946302
|
+
]
|
|
946303
|
+
}
|
|
946304
|
+
}
|
|
946305
|
+
},
|
|
946306
|
+
{
|
|
946307
|
+
"displayName": "Text",
|
|
946308
|
+
"name": "text",
|
|
946309
|
+
"type": "string",
|
|
946310
|
+
"typeOptions": {
|
|
946311
|
+
"rows": 4
|
|
946312
|
+
},
|
|
946313
|
+
"default": "",
|
|
946314
|
+
"required": true,
|
|
946315
|
+
"description": "The text to convert to speech (max 10,000 characters)",
|
|
946316
|
+
"placeholder": "e.g. Hello, welcome to our service!",
|
|
946317
|
+
"displayOptions": {
|
|
946318
|
+
"show": {
|
|
946319
|
+
"resource": [
|
|
946320
|
+
"audio"
|
|
946321
|
+
],
|
|
946322
|
+
"operation": [
|
|
946323
|
+
"textToSpeech"
|
|
946324
|
+
]
|
|
946325
|
+
}
|
|
946326
|
+
}
|
|
946327
|
+
},
|
|
946328
|
+
{
|
|
946329
|
+
"displayName": "Voice ID",
|
|
946330
|
+
"name": "voiceId",
|
|
946331
|
+
"type": "string",
|
|
946332
|
+
"default": "English_Graceful_Lady",
|
|
946333
|
+
"required": true,
|
|
946334
|
+
"description": "Voice ID to use for speech synthesis. Browse available voices in the <a href=\"https://platform.minimax.io/docs/faq/system-voice-id\">MiniMax documentation</a>.",
|
|
946335
|
+
"placeholder": "e.g. English_Graceful_Lady",
|
|
946336
|
+
"displayOptions": {
|
|
946337
|
+
"show": {
|
|
946338
|
+
"resource": [
|
|
946339
|
+
"audio"
|
|
946340
|
+
],
|
|
946341
|
+
"operation": [
|
|
946342
|
+
"textToSpeech"
|
|
946343
|
+
]
|
|
946344
|
+
}
|
|
946345
|
+
}
|
|
946346
|
+
},
|
|
946347
|
+
{
|
|
946348
|
+
"displayName": "Download Audio",
|
|
946349
|
+
"name": "downloadAudio",
|
|
946350
|
+
"type": "boolean",
|
|
946351
|
+
"default": true,
|
|
946352
|
+
"description": "Whether to download the generated audio as binary data. When disabled, only the audio URL is returned.",
|
|
946353
|
+
"displayOptions": {
|
|
946354
|
+
"show": {
|
|
946355
|
+
"resource": [
|
|
946356
|
+
"audio"
|
|
946357
|
+
],
|
|
946358
|
+
"operation": [
|
|
946359
|
+
"textToSpeech"
|
|
946360
|
+
]
|
|
946361
|
+
}
|
|
946362
|
+
}
|
|
946363
|
+
},
|
|
946364
|
+
{
|
|
946365
|
+
"displayName": "Options",
|
|
946366
|
+
"name": "options",
|
|
946367
|
+
"placeholder": "Add Option",
|
|
946368
|
+
"type": "collection",
|
|
946369
|
+
"default": {},
|
|
946370
|
+
"options": [
|
|
946371
|
+
{
|
|
946372
|
+
"displayName": "Audio Format",
|
|
946373
|
+
"name": "audioFormat",
|
|
946374
|
+
"type": "options",
|
|
946375
|
+
"options": [
|
|
946376
|
+
{
|
|
946377
|
+
"name": "MP3",
|
|
946378
|
+
"value": "mp3"
|
|
946379
|
+
},
|
|
946380
|
+
{
|
|
946381
|
+
"name": "PCM",
|
|
946382
|
+
"value": "pcm"
|
|
946383
|
+
},
|
|
946384
|
+
{
|
|
946385
|
+
"name": "FLAC",
|
|
946386
|
+
"value": "flac"
|
|
946387
|
+
},
|
|
946388
|
+
{
|
|
946389
|
+
"name": "WAV",
|
|
946390
|
+
"value": "wav"
|
|
946391
|
+
}
|
|
946392
|
+
],
|
|
946393
|
+
"default": "mp3",
|
|
946394
|
+
"description": "Output audio format. WAV is only supported in non-streaming mode."
|
|
946395
|
+
},
|
|
946396
|
+
{
|
|
946397
|
+
"displayName": "Emotion",
|
|
946398
|
+
"name": "emotion",
|
|
946399
|
+
"type": "options",
|
|
946400
|
+
"options": [
|
|
946401
|
+
{
|
|
946402
|
+
"name": "Angry",
|
|
946403
|
+
"value": "angry"
|
|
946404
|
+
},
|
|
946405
|
+
{
|
|
946406
|
+
"name": "Calm",
|
|
946407
|
+
"value": "calm"
|
|
946408
|
+
},
|
|
946409
|
+
{
|
|
946410
|
+
"name": "Disgusted",
|
|
946411
|
+
"value": "disgusted"
|
|
946412
|
+
},
|
|
946413
|
+
{
|
|
946414
|
+
"name": "Fearful",
|
|
946415
|
+
"value": "fearful"
|
|
946416
|
+
},
|
|
946417
|
+
{
|
|
946418
|
+
"name": "Happy",
|
|
946419
|
+
"value": "happy"
|
|
946420
|
+
},
|
|
946421
|
+
{
|
|
946422
|
+
"name": "Sad",
|
|
946423
|
+
"value": "sad"
|
|
946424
|
+
},
|
|
946425
|
+
{
|
|
946426
|
+
"name": "Surprised",
|
|
946427
|
+
"value": "surprised"
|
|
946428
|
+
}
|
|
946429
|
+
],
|
|
946430
|
+
"default": "calm",
|
|
946431
|
+
"description": "Emotion for synthesized speech. By default the model auto-selects the most natural emotion."
|
|
946432
|
+
},
|
|
946433
|
+
{
|
|
946434
|
+
"displayName": "Language Boost",
|
|
946435
|
+
"name": "languageBoost",
|
|
946436
|
+
"type": "options",
|
|
946437
|
+
"options": [
|
|
946438
|
+
{
|
|
946439
|
+
"name": "Arabic",
|
|
946440
|
+
"value": "Arabic"
|
|
946441
|
+
},
|
|
946442
|
+
{
|
|
946443
|
+
"name": "Auto Detect",
|
|
946444
|
+
"value": "auto"
|
|
946445
|
+
},
|
|
946446
|
+
{
|
|
946447
|
+
"name": "Chinese",
|
|
946448
|
+
"value": "Chinese"
|
|
946449
|
+
},
|
|
946450
|
+
{
|
|
946451
|
+
"name": "English",
|
|
946452
|
+
"value": "English"
|
|
946453
|
+
},
|
|
946454
|
+
{
|
|
946455
|
+
"name": "French",
|
|
946456
|
+
"value": "French"
|
|
946457
|
+
},
|
|
946458
|
+
{
|
|
946459
|
+
"name": "German",
|
|
946460
|
+
"value": "German"
|
|
946461
|
+
},
|
|
946462
|
+
{
|
|
946463
|
+
"name": "Indonesian",
|
|
946464
|
+
"value": "Indonesian"
|
|
946465
|
+
},
|
|
946466
|
+
{
|
|
946467
|
+
"name": "Italian",
|
|
946468
|
+
"value": "Italian"
|
|
946469
|
+
},
|
|
946470
|
+
{
|
|
946471
|
+
"name": "Japanese",
|
|
946472
|
+
"value": "Japanese"
|
|
946473
|
+
},
|
|
946474
|
+
{
|
|
946475
|
+
"name": "Korean",
|
|
946476
|
+
"value": "Korean"
|
|
946477
|
+
},
|
|
946478
|
+
{
|
|
946479
|
+
"name": "Portuguese",
|
|
946480
|
+
"value": "Portuguese"
|
|
946481
|
+
},
|
|
946482
|
+
{
|
|
946483
|
+
"name": "Russian",
|
|
946484
|
+
"value": "Russian"
|
|
946485
|
+
},
|
|
946486
|
+
{
|
|
946487
|
+
"name": "Spanish",
|
|
946488
|
+
"value": "Spanish"
|
|
946489
|
+
},
|
|
946490
|
+
{
|
|
946491
|
+
"name": "Thai",
|
|
946492
|
+
"value": "Thai"
|
|
946493
|
+
},
|
|
946494
|
+
{
|
|
946495
|
+
"name": "Turkish",
|
|
946496
|
+
"value": "Turkish"
|
|
946497
|
+
},
|
|
946498
|
+
{
|
|
946499
|
+
"name": "Vietnamese",
|
|
946500
|
+
"value": "Vietnamese"
|
|
946501
|
+
}
|
|
946502
|
+
],
|
|
946503
|
+
"default": "auto",
|
|
946504
|
+
"description": "Enhance recognition for a specific language"
|
|
946505
|
+
},
|
|
946506
|
+
{
|
|
946507
|
+
"displayName": "Pitch",
|
|
946508
|
+
"name": "pitch",
|
|
946509
|
+
"type": "number",
|
|
946510
|
+
"typeOptions": {
|
|
946511
|
+
"minValue": -12,
|
|
946512
|
+
"maxValue": 12
|
|
946513
|
+
},
|
|
946514
|
+
"default": 0,
|
|
946515
|
+
"description": "Speech pitch adjustment (-12 to 12, 0 = original pitch)"
|
|
946516
|
+
},
|
|
946517
|
+
{
|
|
946518
|
+
"displayName": "Speed",
|
|
946519
|
+
"name": "speed",
|
|
946520
|
+
"type": "number",
|
|
946521
|
+
"typeOptions": {
|
|
946522
|
+
"minValue": 0.5,
|
|
946523
|
+
"maxValue": 2,
|
|
946524
|
+
"numberPrecision": 1
|
|
946525
|
+
},
|
|
946526
|
+
"default": 1,
|
|
946527
|
+
"description": "Speech speed (0.5-2, higher = faster)"
|
|
946528
|
+
},
|
|
946529
|
+
{
|
|
946530
|
+
"displayName": "Volume",
|
|
946531
|
+
"name": "volume",
|
|
946532
|
+
"type": "number",
|
|
946533
|
+
"typeOptions": {
|
|
946534
|
+
"minValue": 0.1,
|
|
946535
|
+
"maxValue": 10,
|
|
946536
|
+
"numberPrecision": 1
|
|
946537
|
+
},
|
|
946538
|
+
"default": 1,
|
|
946539
|
+
"description": "Speech volume (0.1-10, higher = louder)"
|
|
946540
|
+
}
|
|
946541
|
+
],
|
|
946542
|
+
"displayOptions": {
|
|
946543
|
+
"show": {
|
|
946544
|
+
"resource": [
|
|
946545
|
+
"audio"
|
|
946546
|
+
],
|
|
946547
|
+
"operation": [
|
|
946548
|
+
"textToSpeech"
|
|
946549
|
+
]
|
|
946550
|
+
}
|
|
946551
|
+
}
|
|
946552
|
+
},
|
|
946553
|
+
{
|
|
946554
|
+
"displayName": "Operation",
|
|
946555
|
+
"name": "operation",
|
|
946556
|
+
"type": "options",
|
|
946557
|
+
"noDataExpression": true,
|
|
946558
|
+
"displayOptions": {
|
|
946559
|
+
"show": {
|
|
946560
|
+
"resource": [
|
|
946561
|
+
"image"
|
|
946562
|
+
]
|
|
946563
|
+
}
|
|
946564
|
+
},
|
|
946565
|
+
"options": [
|
|
946566
|
+
{
|
|
946567
|
+
"name": "Generate an Image",
|
|
946568
|
+
"value": "generate",
|
|
946569
|
+
"action": "Generate an image",
|
|
946570
|
+
"description": "Create an image from a text prompt"
|
|
946571
|
+
}
|
|
946572
|
+
],
|
|
946573
|
+
"default": "generate"
|
|
946574
|
+
},
|
|
946575
|
+
{
|
|
946576
|
+
"displayName": "Model",
|
|
946577
|
+
"name": "modelId",
|
|
946578
|
+
"type": "options",
|
|
946579
|
+
"options": [
|
|
946580
|
+
{
|
|
946581
|
+
"name": "Image-01",
|
|
946582
|
+
"value": "image-01",
|
|
946583
|
+
"description": "High-quality image generation with fine-grained details"
|
|
946584
|
+
}
|
|
946585
|
+
],
|
|
946586
|
+
"default": "image-01",
|
|
946587
|
+
"description": "The model to use for image generation",
|
|
946588
|
+
"displayOptions": {
|
|
946589
|
+
"show": {
|
|
946590
|
+
"operation": [
|
|
946591
|
+
"generate"
|
|
946592
|
+
],
|
|
946593
|
+
"resource": [
|
|
946594
|
+
"image"
|
|
946595
|
+
]
|
|
946596
|
+
}
|
|
946597
|
+
}
|
|
946598
|
+
},
|
|
946599
|
+
{
|
|
946600
|
+
"displayName": "Prompt",
|
|
946601
|
+
"name": "prompt",
|
|
946602
|
+
"type": "string",
|
|
946603
|
+
"typeOptions": {
|
|
946604
|
+
"rows": 4
|
|
946605
|
+
},
|
|
946606
|
+
"default": "",
|
|
946607
|
+
"required": true,
|
|
946608
|
+
"description": "Text description of the image to generate (max 1500 characters)",
|
|
946609
|
+
"placeholder": "e.g. A serene mountain landscape at sunset with reflections in a lake",
|
|
946610
|
+
"displayOptions": {
|
|
946611
|
+
"show": {
|
|
946612
|
+
"operation": [
|
|
946613
|
+
"generate"
|
|
946614
|
+
],
|
|
946615
|
+
"resource": [
|
|
946616
|
+
"image"
|
|
946617
|
+
]
|
|
946618
|
+
}
|
|
946619
|
+
}
|
|
946620
|
+
},
|
|
946621
|
+
{
|
|
946622
|
+
"displayName": "Aspect Ratio",
|
|
946623
|
+
"name": "aspectRatio",
|
|
946624
|
+
"type": "options",
|
|
946625
|
+
"options": [
|
|
946626
|
+
{
|
|
946627
|
+
"name": "1:1 (1024x1024)",
|
|
946628
|
+
"value": "1:1"
|
|
946629
|
+
},
|
|
946630
|
+
{
|
|
946631
|
+
"name": "16:9 (1280x720)",
|
|
946632
|
+
"value": "16:9"
|
|
946633
|
+
},
|
|
946634
|
+
{
|
|
946635
|
+
"name": "2:3 (832x1248)",
|
|
946636
|
+
"value": "2:3"
|
|
946637
|
+
},
|
|
946638
|
+
{
|
|
946639
|
+
"name": "21:9 (1344x576)",
|
|
946640
|
+
"value": "21:9"
|
|
946641
|
+
},
|
|
946642
|
+
{
|
|
946643
|
+
"name": "3:2 (1248x832)",
|
|
946644
|
+
"value": "3:2"
|
|
946645
|
+
},
|
|
946646
|
+
{
|
|
946647
|
+
"name": "3:4 (864x1152)",
|
|
946648
|
+
"value": "3:4"
|
|
946649
|
+
},
|
|
946650
|
+
{
|
|
946651
|
+
"name": "4:3 (1152x864)",
|
|
946652
|
+
"value": "4:3"
|
|
946653
|
+
},
|
|
946654
|
+
{
|
|
946655
|
+
"name": "9:16 (720x1280)",
|
|
946656
|
+
"value": "9:16"
|
|
946657
|
+
}
|
|
946658
|
+
],
|
|
946659
|
+
"default": "1:1",
|
|
946660
|
+
"description": "Aspect ratio of the generated image",
|
|
946661
|
+
"displayOptions": {
|
|
946662
|
+
"show": {
|
|
946663
|
+
"operation": [
|
|
946664
|
+
"generate"
|
|
946665
|
+
],
|
|
946666
|
+
"resource": [
|
|
946667
|
+
"image"
|
|
946668
|
+
]
|
|
946669
|
+
}
|
|
946670
|
+
}
|
|
946671
|
+
},
|
|
946672
|
+
{
|
|
946673
|
+
"displayName": "Number of Images",
|
|
946674
|
+
"name": "numberOfImages",
|
|
946675
|
+
"type": "number",
|
|
946676
|
+
"typeOptions": {
|
|
946677
|
+
"minValue": 1,
|
|
946678
|
+
"maxValue": 9
|
|
946679
|
+
},
|
|
946680
|
+
"default": 1,
|
|
946681
|
+
"description": "Number of images to generate per request (1-9)",
|
|
946682
|
+
"displayOptions": {
|
|
946683
|
+
"show": {
|
|
946684
|
+
"operation": [
|
|
946685
|
+
"generate"
|
|
946686
|
+
],
|
|
946687
|
+
"resource": [
|
|
946688
|
+
"image"
|
|
946689
|
+
]
|
|
946690
|
+
}
|
|
946691
|
+
}
|
|
946692
|
+
},
|
|
946693
|
+
{
|
|
946694
|
+
"displayName": "Download Image",
|
|
946695
|
+
"name": "downloadImage",
|
|
946696
|
+
"type": "boolean",
|
|
946697
|
+
"default": true,
|
|
946698
|
+
"description": "Whether to download the generated image as binary data. When disabled, only the image URL is returned.",
|
|
946699
|
+
"displayOptions": {
|
|
946700
|
+
"show": {
|
|
946701
|
+
"operation": [
|
|
946702
|
+
"generate"
|
|
946703
|
+
],
|
|
946704
|
+
"resource": [
|
|
946705
|
+
"image"
|
|
946706
|
+
]
|
|
946707
|
+
}
|
|
946708
|
+
}
|
|
946709
|
+
},
|
|
946710
|
+
{
|
|
946711
|
+
"displayName": "Options",
|
|
946712
|
+
"name": "options",
|
|
946713
|
+
"placeholder": "Add Option",
|
|
946714
|
+
"type": "collection",
|
|
946715
|
+
"default": {},
|
|
946716
|
+
"options": [
|
|
946717
|
+
{
|
|
946718
|
+
"displayName": "Prompt Optimizer",
|
|
946719
|
+
"name": "promptOptimizer",
|
|
946720
|
+
"type": "boolean",
|
|
946721
|
+
"default": false,
|
|
946722
|
+
"description": "Whether to automatically optimize the prompt for better results"
|
|
946723
|
+
},
|
|
946724
|
+
{
|
|
946725
|
+
"displayName": "Seed",
|
|
946726
|
+
"name": "seed",
|
|
946727
|
+
"type": "number",
|
|
946728
|
+
"default": 0,
|
|
946729
|
+
"description": "Random seed for reproducible outputs. Using the same seed and parameters produces the same image."
|
|
946730
|
+
}
|
|
946731
|
+
],
|
|
946732
|
+
"displayOptions": {
|
|
946733
|
+
"show": {
|
|
946734
|
+
"operation": [
|
|
946735
|
+
"generate"
|
|
946736
|
+
],
|
|
946737
|
+
"resource": [
|
|
946738
|
+
"image"
|
|
946739
|
+
]
|
|
946740
|
+
}
|
|
946741
|
+
}
|
|
946742
|
+
},
|
|
946743
|
+
{
|
|
946744
|
+
"displayName": "Operation",
|
|
946745
|
+
"name": "operation",
|
|
946746
|
+
"type": "options",
|
|
946747
|
+
"noDataExpression": true,
|
|
946748
|
+
"options": [
|
|
946749
|
+
{
|
|
946750
|
+
"name": "Message a Model",
|
|
946751
|
+
"value": "message",
|
|
946752
|
+
"action": "Message a model",
|
|
946753
|
+
"description": "Send a message and get a response from a MiniMax model"
|
|
946754
|
+
}
|
|
946755
|
+
],
|
|
946756
|
+
"default": "message",
|
|
946757
|
+
"displayOptions": {
|
|
946758
|
+
"show": {
|
|
946759
|
+
"resource": [
|
|
946760
|
+
"text"
|
|
946761
|
+
]
|
|
946762
|
+
}
|
|
946763
|
+
}
|
|
946764
|
+
},
|
|
946765
|
+
{
|
|
946766
|
+
"displayName": "Model",
|
|
946767
|
+
"name": "modelId",
|
|
946768
|
+
"type": "options",
|
|
946769
|
+
"options": [
|
|
946770
|
+
{
|
|
946771
|
+
"name": "MiniMax-M2",
|
|
946772
|
+
"value": "MiniMax-M2"
|
|
946773
|
+
},
|
|
946774
|
+
{
|
|
946775
|
+
"name": "MiniMax-M2.1",
|
|
946776
|
+
"value": "MiniMax-M2.1"
|
|
946777
|
+
},
|
|
946778
|
+
{
|
|
946779
|
+
"name": "MiniMax-M2.1-Highspeed",
|
|
946780
|
+
"value": "MiniMax-M2.1-highspeed"
|
|
946781
|
+
},
|
|
946782
|
+
{
|
|
946783
|
+
"name": "MiniMax-M2.5",
|
|
946784
|
+
"value": "MiniMax-M2.5"
|
|
946785
|
+
},
|
|
946786
|
+
{
|
|
946787
|
+
"name": "MiniMax-M2.5-Highspeed",
|
|
946788
|
+
"value": "MiniMax-M2.5-highspeed"
|
|
946789
|
+
},
|
|
946790
|
+
{
|
|
946791
|
+
"name": "MiniMax-M2.7",
|
|
946792
|
+
"value": "MiniMax-M2.7"
|
|
946793
|
+
},
|
|
946794
|
+
{
|
|
946795
|
+
"name": "MiniMax-M2.7-Highspeed",
|
|
946796
|
+
"value": "MiniMax-M2.7-highspeed"
|
|
946797
|
+
}
|
|
946798
|
+
],
|
|
946799
|
+
"default": "MiniMax-M2.7",
|
|
946800
|
+
"description": "The model to use for generating the response",
|
|
946801
|
+
"displayOptions": {
|
|
946802
|
+
"show": {
|
|
946803
|
+
"operation": [
|
|
946804
|
+
"message"
|
|
946805
|
+
],
|
|
946806
|
+
"resource": [
|
|
946807
|
+
"text"
|
|
946808
|
+
]
|
|
946809
|
+
}
|
|
946810
|
+
}
|
|
946811
|
+
},
|
|
946812
|
+
{
|
|
946813
|
+
"displayName": "Messages",
|
|
946814
|
+
"name": "messages",
|
|
946815
|
+
"type": "fixedCollection",
|
|
946816
|
+
"typeOptions": {
|
|
946817
|
+
"sortable": true,
|
|
946818
|
+
"multipleValues": true
|
|
946819
|
+
},
|
|
946820
|
+
"placeholder": "Add Message",
|
|
946821
|
+
"default": {
|
|
946822
|
+
"values": [
|
|
946823
|
+
{
|
|
946824
|
+
"content": "",
|
|
946825
|
+
"role": "user"
|
|
946826
|
+
}
|
|
946827
|
+
]
|
|
946828
|
+
},
|
|
946829
|
+
"options": [
|
|
946830
|
+
{
|
|
946831
|
+
"displayName": "Values",
|
|
946832
|
+
"name": "values",
|
|
946833
|
+
"values": [
|
|
946834
|
+
{
|
|
946835
|
+
"displayName": "Prompt",
|
|
946836
|
+
"name": "content",
|
|
946837
|
+
"type": "string",
|
|
946838
|
+
"description": "The content of the message to be sent",
|
|
946839
|
+
"default": "",
|
|
946840
|
+
"placeholder": "e.g. Hello, how can you help me?",
|
|
946841
|
+
"typeOptions": {
|
|
946842
|
+
"rows": 2
|
|
946843
|
+
}
|
|
946844
|
+
},
|
|
946845
|
+
{
|
|
946846
|
+
"displayName": "Role",
|
|
946847
|
+
"name": "role",
|
|
946848
|
+
"type": "options",
|
|
946849
|
+
"description": "Role in shaping the model's response, it tells the model how it should behave and interact with the user",
|
|
946850
|
+
"options": [
|
|
946851
|
+
{
|
|
946852
|
+
"name": "User",
|
|
946853
|
+
"value": "user",
|
|
946854
|
+
"description": "Send a message as a user and get a response from the model"
|
|
946855
|
+
},
|
|
946856
|
+
{
|
|
946857
|
+
"name": "Assistant",
|
|
946858
|
+
"value": "assistant",
|
|
946859
|
+
"description": "Tell the model to adopt a specific tone or personality"
|
|
946860
|
+
}
|
|
946861
|
+
],
|
|
946862
|
+
"default": "user"
|
|
946863
|
+
}
|
|
946864
|
+
]
|
|
946865
|
+
}
|
|
946866
|
+
],
|
|
946867
|
+
"displayOptions": {
|
|
946868
|
+
"show": {
|
|
946869
|
+
"operation": [
|
|
946870
|
+
"message"
|
|
946871
|
+
],
|
|
946872
|
+
"resource": [
|
|
946873
|
+
"text"
|
|
946874
|
+
]
|
|
946875
|
+
}
|
|
946876
|
+
}
|
|
946877
|
+
},
|
|
946878
|
+
{
|
|
946879
|
+
"displayName": "Simplify Output",
|
|
946880
|
+
"name": "simplify",
|
|
946881
|
+
"type": "boolean",
|
|
946882
|
+
"default": true,
|
|
946883
|
+
"description": "Whether to return a simplified version of the response instead of the raw data",
|
|
946884
|
+
"displayOptions": {
|
|
946885
|
+
"show": {
|
|
946886
|
+
"operation": [
|
|
946887
|
+
"message"
|
|
946888
|
+
],
|
|
946889
|
+
"resource": [
|
|
946890
|
+
"text"
|
|
946891
|
+
]
|
|
946892
|
+
}
|
|
946893
|
+
}
|
|
946894
|
+
},
|
|
946895
|
+
{
|
|
946896
|
+
"displayName": "Options",
|
|
946897
|
+
"name": "options",
|
|
946898
|
+
"placeholder": "Add Option",
|
|
946899
|
+
"type": "collection",
|
|
946900
|
+
"default": {},
|
|
946901
|
+
"options": [
|
|
946902
|
+
{
|
|
946903
|
+
"displayName": "Hide Thinking",
|
|
946904
|
+
"name": "hideThinking",
|
|
946905
|
+
"type": "boolean",
|
|
946906
|
+
"default": true,
|
|
946907
|
+
"description": "Whether to strip chain-of-thought reasoning from the response, returning only the final answer"
|
|
946908
|
+
},
|
|
946909
|
+
{
|
|
946910
|
+
"displayName": "Maximum Number of Tokens",
|
|
946911
|
+
"name": "maxTokens",
|
|
946912
|
+
"default": 1024,
|
|
946913
|
+
"description": "The maximum number of tokens to generate in the completion",
|
|
946914
|
+
"type": "number",
|
|
946915
|
+
"typeOptions": {
|
|
946916
|
+
"minValue": 1,
|
|
946917
|
+
"numberPrecision": 0
|
|
946918
|
+
}
|
|
946919
|
+
},
|
|
946920
|
+
{
|
|
946921
|
+
"displayName": "Max Tool Calls Iterations",
|
|
946922
|
+
"name": "maxToolsIterations",
|
|
946923
|
+
"type": "number",
|
|
946924
|
+
"default": 15,
|
|
946925
|
+
"description": "The maximum number of tool iteration cycles the LLM will run before stopping. A single iteration can contain multiple tool calls. Set to 0 for no limit.",
|
|
946926
|
+
"typeOptions": {
|
|
946927
|
+
"minValue": 0,
|
|
946928
|
+
"numberPrecision": 0
|
|
946929
|
+
}
|
|
946930
|
+
},
|
|
946931
|
+
{
|
|
946932
|
+
"displayName": "Output Randomness (Temperature)",
|
|
946933
|
+
"name": "temperature",
|
|
946934
|
+
"default": 0.7,
|
|
946935
|
+
"description": "Controls the randomness of the output. Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.",
|
|
946936
|
+
"type": "number",
|
|
946937
|
+
"typeOptions": {
|
|
946938
|
+
"minValue": 0,
|
|
946939
|
+
"maxValue": 1,
|
|
946940
|
+
"numberPrecision": 1
|
|
946941
|
+
}
|
|
946942
|
+
},
|
|
946943
|
+
{
|
|
946944
|
+
"displayName": "Output Randomness (Top P)",
|
|
946945
|
+
"name": "topP",
|
|
946946
|
+
"default": 0.95,
|
|
946947
|
+
"description": "The maximum cumulative probability of tokens to consider when sampling",
|
|
946948
|
+
"type": "number",
|
|
946949
|
+
"typeOptions": {
|
|
946950
|
+
"minValue": 0,
|
|
946951
|
+
"maxValue": 1,
|
|
946952
|
+
"numberPrecision": 2
|
|
946953
|
+
}
|
|
946954
|
+
},
|
|
946955
|
+
{
|
|
946956
|
+
"displayName": "System Message",
|
|
946957
|
+
"name": "system",
|
|
946958
|
+
"type": "string",
|
|
946959
|
+
"default": "",
|
|
946960
|
+
"placeholder": "e.g. You are a helpful assistant"
|
|
946961
|
+
}
|
|
946962
|
+
],
|
|
946963
|
+
"displayOptions": {
|
|
946964
|
+
"show": {
|
|
946965
|
+
"operation": [
|
|
946966
|
+
"message"
|
|
946967
|
+
],
|
|
946968
|
+
"resource": [
|
|
946969
|
+
"text"
|
|
946970
|
+
]
|
|
946971
|
+
}
|
|
946972
|
+
}
|
|
946973
|
+
},
|
|
946974
|
+
{
|
|
946975
|
+
"displayName": "Operation",
|
|
946976
|
+
"name": "operation",
|
|
946977
|
+
"type": "options",
|
|
946978
|
+
"noDataExpression": true,
|
|
946979
|
+
"displayOptions": {
|
|
946980
|
+
"show": {
|
|
946981
|
+
"resource": [
|
|
946982
|
+
"video"
|
|
946983
|
+
]
|
|
946984
|
+
}
|
|
946985
|
+
},
|
|
946986
|
+
"options": [
|
|
946987
|
+
{
|
|
946988
|
+
"name": "Generate Video From Text",
|
|
946989
|
+
"value": "textToVideo",
|
|
946990
|
+
"action": "Generate video from text prompt",
|
|
946991
|
+
"description": "Generate a video from a text prompt"
|
|
946992
|
+
},
|
|
946993
|
+
{
|
|
946994
|
+
"name": "Generate Video From Image",
|
|
946995
|
+
"value": "imageToVideo",
|
|
946996
|
+
"action": "Generate video from image",
|
|
946997
|
+
"description": "Generate a video from an image, with optional last frame and subject reference"
|
|
946998
|
+
}
|
|
946999
|
+
],
|
|
947000
|
+
"default": "textToVideo"
|
|
947001
|
+
},
|
|
947002
|
+
{
|
|
947003
|
+
"displayName": "Model",
|
|
947004
|
+
"name": "modelId",
|
|
947005
|
+
"type": "options",
|
|
947006
|
+
"options": [
|
|
947007
|
+
{
|
|
947008
|
+
"name": "MiniMax-Hailuo-2.3",
|
|
947009
|
+
"value": "MiniMax-Hailuo-2.3",
|
|
947010
|
+
"description": "Latest video generation model with enhanced realism"
|
|
947011
|
+
},
|
|
947012
|
+
{
|
|
947013
|
+
"name": "MiniMax-Hailuo-02",
|
|
947014
|
+
"value": "MiniMax-Hailuo-02",
|
|
947015
|
+
"description": "Video model supporting higher resolution and longer duration"
|
|
947016
|
+
},
|
|
947017
|
+
{
|
|
947018
|
+
"name": "T2V-01-Director",
|
|
947019
|
+
"value": "T2V-01-Director",
|
|
947020
|
+
"description": "Text-to-video model with camera control commands"
|
|
947021
|
+
},
|
|
947022
|
+
{
|
|
947023
|
+
"name": "T2V-01",
|
|
947024
|
+
"value": "T2V-01",
|
|
947025
|
+
"description": "Standard text-to-video model"
|
|
947026
|
+
}
|
|
947027
|
+
],
|
|
947028
|
+
"default": "MiniMax-Hailuo-2.3",
|
|
947029
|
+
"description": "The model to use for video generation",
|
|
947030
|
+
"displayOptions": {
|
|
947031
|
+
"show": {
|
|
947032
|
+
"resource": [
|
|
947033
|
+
"video"
|
|
947034
|
+
],
|
|
947035
|
+
"operation": [
|
|
947036
|
+
"textToVideo"
|
|
947037
|
+
]
|
|
947038
|
+
}
|
|
947039
|
+
}
|
|
947040
|
+
},
|
|
947041
|
+
{
|
|
947042
|
+
"displayName": "Prompt",
|
|
947043
|
+
"name": "prompt",
|
|
947044
|
+
"type": "string",
|
|
947045
|
+
"typeOptions": {
|
|
947046
|
+
"rows": 4
|
|
947047
|
+
},
|
|
947048
|
+
"default": "",
|
|
947049
|
+
"required": true,
|
|
947050
|
+
"description": "Text description of the video (max 2000 characters). Camera movements can be controlled using [command] syntax, e.g. [Push in], [Pan left].",
|
|
947051
|
+
"placeholder": "e.g. A cat playing with a ball of yarn [Static shot]",
|
|
947052
|
+
"displayOptions": {
|
|
947053
|
+
"show": {
|
|
947054
|
+
"resource": [
|
|
947055
|
+
"video"
|
|
947056
|
+
],
|
|
947057
|
+
"operation": [
|
|
947058
|
+
"textToVideo"
|
|
947059
|
+
]
|
|
947060
|
+
}
|
|
947061
|
+
}
|
|
947062
|
+
},
|
|
947063
|
+
{
|
|
947064
|
+
"displayName": "Duration (Seconds)",
|
|
947065
|
+
"name": "duration",
|
|
947066
|
+
"type": "options",
|
|
947067
|
+
"options": [
|
|
947068
|
+
{
|
|
947069
|
+
"name": "6 Seconds",
|
|
947070
|
+
"value": 6
|
|
947071
|
+
},
|
|
947072
|
+
{
|
|
947073
|
+
"name": "10 Seconds",
|
|
947074
|
+
"value": 10
|
|
947075
|
+
}
|
|
947076
|
+
],
|
|
947077
|
+
"default": 6,
|
|
947078
|
+
"description": "Duration of the generated video",
|
|
947079
|
+
"displayOptions": {
|
|
947080
|
+
"show": {
|
|
947081
|
+
"resource": [
|
|
947082
|
+
"video"
|
|
947083
|
+
],
|
|
947084
|
+
"operation": [
|
|
947085
|
+
"textToVideo"
|
|
947086
|
+
]
|
|
947087
|
+
}
|
|
947088
|
+
}
|
|
947089
|
+
},
|
|
947090
|
+
{
|
|
947091
|
+
"displayName": "Resolution",
|
|
947092
|
+
"name": "resolution",
|
|
947093
|
+
"type": "options",
|
|
947094
|
+
"options": [
|
|
947095
|
+
{
|
|
947096
|
+
"name": "720P",
|
|
947097
|
+
"value": "720P"
|
|
947098
|
+
},
|
|
947099
|
+
{
|
|
947100
|
+
"name": "768P",
|
|
947101
|
+
"value": "768P"
|
|
947102
|
+
},
|
|
947103
|
+
{
|
|
947104
|
+
"name": "1080P",
|
|
947105
|
+
"value": "1080P"
|
|
947106
|
+
}
|
|
947107
|
+
],
|
|
947108
|
+
"default": "768P",
|
|
947109
|
+
"description": "Resolution of the generated video. Available options depend on the model.",
|
|
947110
|
+
"displayOptions": {
|
|
947111
|
+
"show": {
|
|
947112
|
+
"resource": [
|
|
947113
|
+
"video"
|
|
947114
|
+
],
|
|
947115
|
+
"operation": [
|
|
947116
|
+
"textToVideo"
|
|
947117
|
+
]
|
|
947118
|
+
}
|
|
947119
|
+
}
|
|
947120
|
+
},
|
|
947121
|
+
{
|
|
947122
|
+
"displayName": "Download Video",
|
|
947123
|
+
"name": "downloadVideo",
|
|
947124
|
+
"type": "boolean",
|
|
947125
|
+
"default": true,
|
|
947126
|
+
"description": "Whether to download the generated video as binary data. When disabled, only the video URL is returned.",
|
|
947127
|
+
"displayOptions": {
|
|
947128
|
+
"show": {
|
|
947129
|
+
"resource": [
|
|
947130
|
+
"video"
|
|
947131
|
+
],
|
|
947132
|
+
"operation": [
|
|
947133
|
+
"textToVideo"
|
|
947134
|
+
]
|
|
947135
|
+
}
|
|
947136
|
+
}
|
|
947137
|
+
},
|
|
947138
|
+
{
|
|
947139
|
+
"displayName": "Options",
|
|
947140
|
+
"name": "options",
|
|
947141
|
+
"placeholder": "Add Option",
|
|
947142
|
+
"type": "collection",
|
|
947143
|
+
"default": {},
|
|
947144
|
+
"options": [
|
|
947145
|
+
{
|
|
947146
|
+
"displayName": "Prompt Optimizer",
|
|
947147
|
+
"name": "promptOptimizer",
|
|
947148
|
+
"type": "boolean",
|
|
947149
|
+
"default": true,
|
|
947150
|
+
"description": "Whether to automatically optimize the prompt for better results"
|
|
947151
|
+
}
|
|
947152
|
+
],
|
|
947153
|
+
"displayOptions": {
|
|
947154
|
+
"show": {
|
|
947155
|
+
"resource": [
|
|
947156
|
+
"video"
|
|
947157
|
+
],
|
|
947158
|
+
"operation": [
|
|
947159
|
+
"textToVideo"
|
|
947160
|
+
]
|
|
947161
|
+
}
|
|
947162
|
+
}
|
|
947163
|
+
},
|
|
947164
|
+
{
|
|
947165
|
+
"displayName": "Model",
|
|
947166
|
+
"name": "modelId",
|
|
947167
|
+
"type": "options",
|
|
947168
|
+
"options": [
|
|
947169
|
+
{
|
|
947170
|
+
"name": "I2V-01",
|
|
947171
|
+
"value": "I2V-01",
|
|
947172
|
+
"description": "Standard image-to-video model"
|
|
947173
|
+
},
|
|
947174
|
+
{
|
|
947175
|
+
"name": "I2V-01-Director",
|
|
947176
|
+
"value": "I2V-01-Director",
|
|
947177
|
+
"description": "Image-to-video with camera control commands"
|
|
947178
|
+
},
|
|
947179
|
+
{
|
|
947180
|
+
"name": "I2V-01-Live",
|
|
947181
|
+
"value": "I2V-01-live",
|
|
947182
|
+
"description": "Image-to-video live model"
|
|
947183
|
+
},
|
|
947184
|
+
{
|
|
947185
|
+
"name": "MiniMax-Hailuo-02",
|
|
947186
|
+
"value": "MiniMax-Hailuo-02",
|
|
947187
|
+
"description": "Model supporting higher resolution and longer duration"
|
|
947188
|
+
},
|
|
947189
|
+
{
|
|
947190
|
+
"name": "MiniMax-Hailuo-2.3",
|
|
947191
|
+
"value": "MiniMax-Hailuo-2.3",
|
|
947192
|
+
"description": "Latest model with enhanced realism"
|
|
947193
|
+
},
|
|
947194
|
+
{
|
|
947195
|
+
"name": "MiniMax-Hailuo-2.3-Fast",
|
|
947196
|
+
"value": "MiniMax-Hailuo-2.3-Fast",
|
|
947197
|
+
"description": "Faster image-to-video model for value and efficiency"
|
|
947198
|
+
}
|
|
947199
|
+
],
|
|
947200
|
+
"default": "MiniMax-Hailuo-2.3",
|
|
947201
|
+
"description": "The model to use for video generation",
|
|
947202
|
+
"displayOptions": {
|
|
947203
|
+
"show": {
|
|
947204
|
+
"resource": [
|
|
947205
|
+
"video"
|
|
947206
|
+
],
|
|
947207
|
+
"operation": [
|
|
947208
|
+
"imageToVideo"
|
|
947209
|
+
]
|
|
947210
|
+
}
|
|
947211
|
+
}
|
|
947212
|
+
},
|
|
947213
|
+
{
|
|
947214
|
+
"displayName": "Image Input Type",
|
|
947215
|
+
"name": "imageInputType",
|
|
947216
|
+
"type": "options",
|
|
947217
|
+
"options": [
|
|
947218
|
+
{
|
|
947219
|
+
"name": "URL",
|
|
947220
|
+
"value": "url"
|
|
947221
|
+
},
|
|
947222
|
+
{
|
|
947223
|
+
"name": "Binary File",
|
|
947224
|
+
"value": "binary"
|
|
947225
|
+
}
|
|
947226
|
+
],
|
|
947227
|
+
"default": "url",
|
|
947228
|
+
"description": "How to provide the first frame image",
|
|
947229
|
+
"displayOptions": {
|
|
947230
|
+
"show": {
|
|
947231
|
+
"resource": [
|
|
947232
|
+
"video"
|
|
947233
|
+
],
|
|
947234
|
+
"operation": [
|
|
947235
|
+
"imageToVideo"
|
|
947236
|
+
]
|
|
947237
|
+
}
|
|
947238
|
+
}
|
|
947239
|
+
},
|
|
947240
|
+
{
|
|
947241
|
+
"displayName": "Image URL",
|
|
947242
|
+
"name": "imageUrl",
|
|
947243
|
+
"type": "string",
|
|
947244
|
+
"default": "",
|
|
947245
|
+
"required": true,
|
|
947246
|
+
"placeholder": "https://example.com/image.jpg",
|
|
947247
|
+
"description": "Public URL of the image to use as first frame (JPG, JPEG, PNG, WebP, <20MB)",
|
|
947248
|
+
"displayOptions": {
|
|
947249
|
+
"show": {
|
|
947250
|
+
"imageInputType": [
|
|
947251
|
+
"url"
|
|
947252
|
+
],
|
|
947253
|
+
"resource": [
|
|
947254
|
+
"video"
|
|
947255
|
+
],
|
|
947256
|
+
"operation": [
|
|
947257
|
+
"imageToVideo"
|
|
947258
|
+
]
|
|
947259
|
+
}
|
|
947260
|
+
}
|
|
947261
|
+
},
|
|
947262
|
+
{
|
|
947263
|
+
"displayName": "Input Data Field Name",
|
|
947264
|
+
"name": "binaryPropertyName",
|
|
947265
|
+
"type": "string",
|
|
947266
|
+
"default": "data",
|
|
947267
|
+
"required": true,
|
|
947268
|
+
"placeholder": "e.g. data",
|
|
947269
|
+
"hint": "The name of the input field containing the binary image data",
|
|
947270
|
+
"typeOptions": {
|
|
947271
|
+
"binaryDataProperty": true
|
|
947272
|
+
},
|
|
947273
|
+
"displayOptions": {
|
|
947274
|
+
"show": {
|
|
947275
|
+
"imageInputType": [
|
|
947276
|
+
"binary"
|
|
947277
|
+
],
|
|
947278
|
+
"resource": [
|
|
947279
|
+
"video"
|
|
947280
|
+
],
|
|
947281
|
+
"operation": [
|
|
947282
|
+
"imageToVideo"
|
|
947283
|
+
]
|
|
947284
|
+
}
|
|
947285
|
+
}
|
|
947286
|
+
},
|
|
947287
|
+
{
|
|
947288
|
+
"displayName": "Prompt",
|
|
947289
|
+
"name": "prompt",
|
|
947290
|
+
"type": "string",
|
|
947291
|
+
"typeOptions": {
|
|
947292
|
+
"rows": 4
|
|
947293
|
+
},
|
|
947294
|
+
"default": "",
|
|
947295
|
+
"description": "Optional text description of the video (max 2000 characters). Camera movements can be controlled using [command] syntax.",
|
|
947296
|
+
"placeholder": "e.g. The subject smiles and waves at the camera [Zoom in]",
|
|
947297
|
+
"displayOptions": {
|
|
947298
|
+
"show": {
|
|
947299
|
+
"resource": [
|
|
947300
|
+
"video"
|
|
947301
|
+
],
|
|
947302
|
+
"operation": [
|
|
947303
|
+
"imageToVideo"
|
|
947304
|
+
]
|
|
947305
|
+
}
|
|
947306
|
+
}
|
|
947307
|
+
},
|
|
947308
|
+
{
|
|
947309
|
+
"displayName": "Duration (Seconds)",
|
|
947310
|
+
"name": "duration",
|
|
947311
|
+
"type": "options",
|
|
947312
|
+
"options": [
|
|
947313
|
+
{
|
|
947314
|
+
"name": "6 Seconds",
|
|
947315
|
+
"value": 6
|
|
947316
|
+
},
|
|
947317
|
+
{
|
|
947318
|
+
"name": "10 Seconds",
|
|
947319
|
+
"value": 10
|
|
947320
|
+
}
|
|
947321
|
+
],
|
|
947322
|
+
"default": 6,
|
|
947323
|
+
"description": "Duration of the generated video",
|
|
947324
|
+
"displayOptions": {
|
|
947325
|
+
"show": {
|
|
947326
|
+
"resource": [
|
|
947327
|
+
"video"
|
|
947328
|
+
],
|
|
947329
|
+
"operation": [
|
|
947330
|
+
"imageToVideo"
|
|
947331
|
+
]
|
|
947332
|
+
}
|
|
947333
|
+
}
|
|
947334
|
+
},
|
|
947335
|
+
{
|
|
947336
|
+
"displayName": "Resolution",
|
|
947337
|
+
"name": "resolution",
|
|
947338
|
+
"type": "options",
|
|
947339
|
+
"options": [
|
|
947340
|
+
{
|
|
947341
|
+
"name": "512P",
|
|
947342
|
+
"value": "512P"
|
|
947343
|
+
},
|
|
947344
|
+
{
|
|
947345
|
+
"name": "720P",
|
|
947346
|
+
"value": "720P"
|
|
947347
|
+
},
|
|
947348
|
+
{
|
|
947349
|
+
"name": "768P",
|
|
947350
|
+
"value": "768P"
|
|
947351
|
+
},
|
|
947352
|
+
{
|
|
947353
|
+
"name": "1080P",
|
|
947354
|
+
"value": "1080P"
|
|
947355
|
+
}
|
|
947356
|
+
],
|
|
947357
|
+
"default": "768P",
|
|
947358
|
+
"description": "Resolution of the generated video. Available options depend on the model.",
|
|
947359
|
+
"displayOptions": {
|
|
947360
|
+
"show": {
|
|
947361
|
+
"resource": [
|
|
947362
|
+
"video"
|
|
947363
|
+
],
|
|
947364
|
+
"operation": [
|
|
947365
|
+
"imageToVideo"
|
|
947366
|
+
]
|
|
947367
|
+
}
|
|
947368
|
+
}
|
|
947369
|
+
},
|
|
947370
|
+
{
|
|
947371
|
+
"displayName": "Download Video",
|
|
947372
|
+
"name": "downloadVideo",
|
|
947373
|
+
"type": "boolean",
|
|
947374
|
+
"default": true,
|
|
947375
|
+
"description": "Whether to download the generated video as binary data. When disabled, only the video URL is returned.",
|
|
947376
|
+
"displayOptions": {
|
|
947377
|
+
"show": {
|
|
947378
|
+
"resource": [
|
|
947379
|
+
"video"
|
|
947380
|
+
],
|
|
947381
|
+
"operation": [
|
|
947382
|
+
"imageToVideo"
|
|
947383
|
+
]
|
|
947384
|
+
}
|
|
947385
|
+
}
|
|
947386
|
+
},
|
|
947387
|
+
{
|
|
947388
|
+
"displayName": "Options",
|
|
947389
|
+
"name": "options",
|
|
947390
|
+
"placeholder": "Add Option",
|
|
947391
|
+
"type": "collection",
|
|
947392
|
+
"default": {},
|
|
947393
|
+
"options": [
|
|
947394
|
+
{
|
|
947395
|
+
"displayName": "Prompt Optimizer",
|
|
947396
|
+
"name": "promptOptimizer",
|
|
947397
|
+
"type": "boolean",
|
|
947398
|
+
"default": true,
|
|
947399
|
+
"description": "Whether to automatically optimize the prompt"
|
|
947400
|
+
},
|
|
947401
|
+
{
|
|
947402
|
+
"displayName": "Last Frame Image Input Type",
|
|
947403
|
+
"name": "lastFrameInputType",
|
|
947404
|
+
"type": "options",
|
|
947405
|
+
"options": [
|
|
947406
|
+
{
|
|
947407
|
+
"name": "None",
|
|
947408
|
+
"value": "none"
|
|
947409
|
+
},
|
|
947410
|
+
{
|
|
947411
|
+
"name": "URL",
|
|
947412
|
+
"value": "url"
|
|
947413
|
+
},
|
|
947414
|
+
{
|
|
947415
|
+
"name": "Binary File",
|
|
947416
|
+
"value": "binary"
|
|
947417
|
+
}
|
|
947418
|
+
],
|
|
947419
|
+
"default": "none",
|
|
947420
|
+
"description": "Provide a last frame image to generate a first-and-last-frame video. Only supported by MiniMax-Hailuo-2.3 and MiniMax-Hailuo-02."
|
|
947421
|
+
},
|
|
947422
|
+
{
|
|
947423
|
+
"displayName": "Last Frame Image URL",
|
|
947424
|
+
"name": "lastFrameImageUrl",
|
|
947425
|
+
"type": "string",
|
|
947426
|
+
"default": "",
|
|
947427
|
+
"placeholder": "https://example.com/last-frame.jpg",
|
|
947428
|
+
"displayOptions": {
|
|
947429
|
+
"show": {
|
|
947430
|
+
"lastFrameInputType": [
|
|
947431
|
+
"url"
|
|
947432
|
+
]
|
|
947433
|
+
}
|
|
947434
|
+
}
|
|
947435
|
+
},
|
|
947436
|
+
{
|
|
947437
|
+
"displayName": "Last Frame Data Field Name",
|
|
947438
|
+
"name": "lastFrameBinaryPropertyName",
|
|
947439
|
+
"type": "string",
|
|
947440
|
+
"default": "lastFrame",
|
|
947441
|
+
"placeholder": "e.g. lastFrame",
|
|
947442
|
+
"typeOptions": {
|
|
947443
|
+
"binaryDataProperty": true
|
|
947444
|
+
},
|
|
947445
|
+
"displayOptions": {
|
|
947446
|
+
"show": {
|
|
947447
|
+
"lastFrameInputType": [
|
|
947448
|
+
"binary"
|
|
947449
|
+
]
|
|
947450
|
+
}
|
|
947451
|
+
}
|
|
947452
|
+
},
|
|
947453
|
+
{
|
|
947454
|
+
"displayName": "Subject Reference Input Type",
|
|
947455
|
+
"name": "subjectReferenceInputType",
|
|
947456
|
+
"type": "options",
|
|
947457
|
+
"options": [
|
|
947458
|
+
{
|
|
947459
|
+
"name": "None",
|
|
947460
|
+
"value": "none"
|
|
947461
|
+
},
|
|
947462
|
+
{
|
|
947463
|
+
"name": "URL",
|
|
947464
|
+
"value": "url"
|
|
947465
|
+
},
|
|
947466
|
+
{
|
|
947467
|
+
"name": "Binary File",
|
|
947468
|
+
"value": "binary"
|
|
947469
|
+
}
|
|
947470
|
+
],
|
|
947471
|
+
"default": "none",
|
|
947472
|
+
"description": "Provide a face photo for facial consistency in the generated video. Only supported by MiniMax-Hailuo-2.3."
|
|
947473
|
+
},
|
|
947474
|
+
{
|
|
947475
|
+
"displayName": "Subject Reference Image URL",
|
|
947476
|
+
"name": "subjectReferenceImageUrl",
|
|
947477
|
+
"type": "string",
|
|
947478
|
+
"default": "",
|
|
947479
|
+
"placeholder": "https://example.com/face.jpg",
|
|
947480
|
+
"displayOptions": {
|
|
947481
|
+
"show": {
|
|
947482
|
+
"subjectReferenceInputType": [
|
|
947483
|
+
"url"
|
|
947484
|
+
]
|
|
947485
|
+
}
|
|
947486
|
+
}
|
|
947487
|
+
},
|
|
947488
|
+
{
|
|
947489
|
+
"displayName": "Subject Reference Data Field Name",
|
|
947490
|
+
"name": "subjectReferenceBinaryPropertyName",
|
|
947491
|
+
"type": "string",
|
|
947492
|
+
"default": "subjectReference",
|
|
947493
|
+
"placeholder": "e.g. subjectReference",
|
|
947494
|
+
"typeOptions": {
|
|
947495
|
+
"binaryDataProperty": true
|
|
947496
|
+
},
|
|
947497
|
+
"displayOptions": {
|
|
947498
|
+
"show": {
|
|
947499
|
+
"subjectReferenceInputType": [
|
|
947500
|
+
"binary"
|
|
947501
|
+
]
|
|
947502
|
+
}
|
|
947503
|
+
}
|
|
947504
|
+
}
|
|
947505
|
+
],
|
|
947506
|
+
"displayOptions": {
|
|
947507
|
+
"show": {
|
|
947508
|
+
"resource": [
|
|
947509
|
+
"video"
|
|
947510
|
+
],
|
|
947511
|
+
"operation": [
|
|
947512
|
+
"imageToVideo"
|
|
947513
|
+
]
|
|
947514
|
+
}
|
|
947515
|
+
}
|
|
947516
|
+
},
|
|
947517
|
+
{
|
|
947518
|
+
"displayName": "Tool Description",
|
|
947519
|
+
"name": "descriptionType",
|
|
947520
|
+
"type": "options",
|
|
947521
|
+
"options": [
|
|
947522
|
+
{
|
|
947523
|
+
"name": "Set Automatically",
|
|
947524
|
+
"value": "auto",
|
|
947525
|
+
"description": "Automatically set based on resource and operation"
|
|
947526
|
+
},
|
|
947527
|
+
{
|
|
947528
|
+
"name": "Set Manually",
|
|
947529
|
+
"value": "manual",
|
|
947530
|
+
"description": "Manually set the description"
|
|
947531
|
+
}
|
|
947532
|
+
],
|
|
947533
|
+
"default": "auto"
|
|
947534
|
+
},
|
|
947535
|
+
{
|
|
947536
|
+
"displayName": "Description",
|
|
947537
|
+
"name": "toolDescription",
|
|
947538
|
+
"type": "string",
|
|
947539
|
+
"default": "Interact with MiniMax AI models",
|
|
947540
|
+
"required": true,
|
|
947541
|
+
"description": "Explain to the LLM what this tool does so it can choose and use it correctly.",
|
|
947542
|
+
"displayOptions": {
|
|
947543
|
+
"show": {
|
|
947544
|
+
"descriptionType": [
|
|
947545
|
+
"manual"
|
|
947546
|
+
]
|
|
947547
|
+
}
|
|
947548
|
+
}
|
|
947549
|
+
}
|
|
947550
|
+
],
|
|
947551
|
+
"sourcePath": "/.n8n-cache/packages/@n8n/nodes-langchain/dist/nodes/vendors/MiniMax/MiniMax.node.js"
|
|
947552
|
+
},
|
|
947553
|
+
"metadata": {
|
|
947554
|
+
"keywords": [
|
|
947555
|
+
"minimax",
|
|
947556
|
+
"tool",
|
|
947557
|
+
"interact",
|
|
947558
|
+
"with",
|
|
947559
|
+
"models",
|
|
947560
|
+
"transform",
|
|
947561
|
+
"audio",
|
|
947562
|
+
"audios",
|
|
947563
|
+
"image",
|
|
947564
|
+
"images",
|
|
947565
|
+
"text",
|
|
947566
|
+
"texts",
|
|
947567
|
+
"video",
|
|
947568
|
+
"videos",
|
|
947569
|
+
"textToSpeech",
|
|
947570
|
+
"convert",
|
|
947571
|
+
"speech",
|
|
947572
|
+
"speech-02-hd",
|
|
947573
|
+
"speech-02-turbo",
|
|
947574
|
+
"speech-2.6-hd",
|
|
947575
|
+
"speech-2.6-turbo",
|
|
947576
|
+
"speech-2.8-hd",
|
|
947577
|
+
"speech-2.8-turbo",
|
|
947578
|
+
"voice",
|
|
947579
|
+
"generate",
|
|
947580
|
+
"generating",
|
|
947581
|
+
"generation",
|
|
947582
|
+
"image-01",
|
|
947583
|
+
"prompt",
|
|
947584
|
+
"1:1",
|
|
947585
|
+
"16:9",
|
|
947586
|
+
"2:3",
|
|
947587
|
+
"21:9",
|
|
947588
|
+
"3:2",
|
|
947589
|
+
"3:4",
|
|
947590
|
+
"4:3",
|
|
947591
|
+
"9:16",
|
|
947592
|
+
"message",
|
|
947593
|
+
"model",
|
|
947594
|
+
"minimax-m2",
|
|
947595
|
+
"minimax-m2.1",
|
|
947596
|
+
"minimax-m2.5",
|
|
947597
|
+
"minimax-m2.7",
|
|
947598
|
+
"textToVideo",
|
|
947599
|
+
"from",
|
|
947600
|
+
"imageToVideo",
|
|
947601
|
+
"minimax-hailuo-2.3",
|
|
947602
|
+
"minimax-hailuo-02",
|
|
947603
|
+
"t2v-01-director",
|
|
947604
|
+
"t2v-01",
|
|
947605
|
+
"720p",
|
|
947606
|
+
"768p",
|
|
947607
|
+
"1080p",
|
|
947608
|
+
"i2v-01",
|
|
947609
|
+
"i2v-01-director",
|
|
947610
|
+
"i2v-01-live",
|
|
947611
|
+
"url",
|
|
947612
|
+
"binary",
|
|
947613
|
+
"input",
|
|
947614
|
+
"data",
|
|
947615
|
+
"512p",
|
|
947616
|
+
"auto",
|
|
947617
|
+
"manual",
|
|
947618
|
+
"description",
|
|
947619
|
+
"agent",
|
|
947620
|
+
"ai",
|
|
947621
|
+
"minimaxtool",
|
|
947622
|
+
"minimax tool"
|
|
947623
|
+
],
|
|
947624
|
+
"operations": [],
|
|
947625
|
+
"useCases": [],
|
|
947626
|
+
"keywordScore": 113,
|
|
947627
|
+
"hasDocumentation": false,
|
|
947628
|
+
"markdownUrl": null,
|
|
947629
|
+
"markdownFile": null
|
|
947630
|
+
}
|
|
947631
|
+
},
|
|
944722
947632
|
"moonshotTool": {
|
|
944723
947633
|
"name": "moonshotTool",
|
|
944724
947634
|
"type": "@n8n/n8n-nodes-langchain.moonshotTool",
|