@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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "generatedAt": "2026-04-24T09:34:02.918Z",
3
- "sourceFileCount": 662,
2
+ "generatedAt": "2026-04-30T18:35:16.461Z",
3
+ "sourceFileCount": 663,
4
4
  "scanDirectories": [
5
5
  "/home/runner/work/n8n-as-code/n8n-as-code/.n8n-cache/packages/nodes-base/dist/nodes",
6
6
  "/home/runner/work/n8n-as-code/n8n-as-code/.n8n-cache/packages/@n8n/nodes-langchain/dist"
@@ -126518,7 +126518,7 @@
126518
126518
  "name": "startDate",
126519
126519
  "type": "dateTime",
126520
126520
  "required": true,
126521
- "default": "2026-04-16T00:00:00.000+00:00",
126521
+ "default": "2026-04-22T00:00:00.000+00:00",
126522
126522
  "displayOptions": {
126523
126523
  "show": {
126524
126524
  "resource": [
@@ -126541,7 +126541,7 @@
126541
126541
  "name": "endDate",
126542
126542
  "type": "dateTime",
126543
126543
  "required": true,
126544
- "default": "2026-04-23T00:00:00.000+00:00",
126544
+ "default": "2026-04-29T00:00:00.000+00:00",
126545
126545
  "displayOptions": {
126546
126546
  "show": {
126547
126547
  "resource": [
@@ -127888,7 +127888,7 @@
127888
127888
  "name": "startDate",
127889
127889
  "type": "dateTime",
127890
127890
  "required": true,
127891
- "default": "2026-04-16T00:00:00.000+00:00",
127891
+ "default": "2026-04-22T00:00:00.000+00:00",
127892
127892
  "displayOptions": {
127893
127893
  "show": {
127894
127894
  "resource": [
@@ -127911,7 +127911,7 @@
127911
127911
  "name": "endDate",
127912
127912
  "type": "dateTime",
127913
127913
  "required": true,
127914
- "default": "2026-04-23T00:00:00.000+00:00",
127914
+ "default": "2026-04-29T00:00:00.000+00:00",
127915
127915
  "displayOptions": {
127916
127916
  "show": {
127917
127917
  "resource": [
@@ -172987,7 +172987,7 @@
172987
172987
  "value": "apiKey"
172988
172988
  },
172989
172989
  {
172990
- "name": "APP Token",
172990
+ "name": "Service Key",
172991
172991
  "value": "appToken"
172992
172992
  },
172993
172993
  {
@@ -181882,6 +181882,56 @@
181882
181882
  },
181883
181883
  "default": "",
181884
181884
  "required": true
181885
+ },
181886
+ {
181887
+ "displayName": "Property Name or ID",
181888
+ "name": "property",
181889
+ "type": "options",
181890
+ "description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>",
181891
+ "typeOptions": {
181892
+ "loadOptionsDependsOn": [
181893
+ "ticket.propertyChange"
181894
+ ],
181895
+ "loadOptionsMethod": "getTicketProperties"
181896
+ },
181897
+ "displayOptions": {
181898
+ "show": {
181899
+ "name": [
181900
+ "ticket.propertyChange"
181901
+ ]
181902
+ }
181903
+ },
181904
+ "default": "",
181905
+ "required": true
181906
+ },
181907
+ {
181908
+ "displayName": "Property Name or ID",
181909
+ "name": "property",
181910
+ "type": "options",
181911
+ "description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>",
181912
+ "options": [
181913
+ {
181914
+ "name": "Assigned To",
181915
+ "value": "assignedTo"
181916
+ },
181917
+ {
181918
+ "name": "Is Archived",
181919
+ "value": "isArchived"
181920
+ },
181921
+ {
181922
+ "name": "Status",
181923
+ "value": "status"
181924
+ }
181925
+ ],
181926
+ "displayOptions": {
181927
+ "show": {
181928
+ "name": [
181929
+ "conversation.propertyChange"
181930
+ ]
181931
+ }
181932
+ },
181933
+ "default": "",
181934
+ "required": true
181885
181935
  }
181886
181936
  ]
181887
181937
  }
@@ -229714,7 +229764,7 @@
229714
229764
  "displayName": "Start",
229715
229765
  "name": "startDateTime",
229716
229766
  "type": "dateTime",
229717
- "default": "2026-04-24T09:33:59.060+00:00",
229767
+ "default": "2026-04-30T18:35:12.615+00:00",
229718
229768
  "required": true,
229719
229769
  "displayOptions": {
229720
229770
  "show": {
@@ -229732,7 +229782,7 @@
229732
229782
  "name": "endDateTime",
229733
229783
  "type": "dateTime",
229734
229784
  "required": true,
229735
- "default": "2026-04-24T10:03:59.060+00:00",
229785
+ "default": "2026-04-30T19:05:12.615+00:00",
229736
229786
  "displayOptions": {
229737
229787
  "show": {
229738
229788
  "resource": [
@@ -359011,6 +359061,11 @@
359011
359061
  "value": "any_event",
359012
359062
  "description": "Triggers on any event"
359013
359063
  },
359064
+ {
359065
+ "name": "App Home Opened",
359066
+ "value": "app_home_opened",
359067
+ "description": "When a user opens your app's Home tab"
359068
+ },
359014
359069
  {
359015
359070
  "name": "Bot / App Mention",
359016
359071
  "value": "app_mention",
@@ -488135,14 +488190,11 @@
488135
488190
  "usableAsTool": false
488136
488191
  },
488137
488192
  {
488138
- "name": "moonshot",
488139
- "fullType": "@n8n/n8n-nodes-langchain.moonshot",
488140
- "displayName": "Moonshot Kimi",
488141
- "description": "Interact with Moonshot Kimi AI models",
488142
- "icon": {
488143
- "light": "file:moonshot.svg",
488144
- "dark": "file:moonshot.dark.svg"
488145
- },
488193
+ "name": "minimax",
488194
+ "fullType": "@n8n/n8n-nodes-langchain.minimax",
488195
+ "displayName": "MiniMax",
488196
+ "description": "Interact with MiniMax AI models",
488197
+ "icon": "file:minimax.svg",
488146
488198
  "group": [
488147
488199
  "transform"
488148
488200
  ],
@@ -488154,6 +488206,10 @@
488154
488206
  "type": "options",
488155
488207
  "noDataExpression": true,
488156
488208
  "options": [
488209
+ {
488210
+ "name": "Audio",
488211
+ "value": "audio"
488212
+ },
488157
488213
  {
488158
488214
  "name": "Image",
488159
488215
  "value": "image"
@@ -488161,6 +488217,10 @@
488161
488217
  {
488162
488218
  "name": "Text",
488163
488219
  "value": "text"
488220
+ },
488221
+ {
488222
+ "name": "Video",
488223
+ "value": "video"
488164
488224
  }
488165
488225
  ],
488166
488226
  "default": "text"
@@ -488170,53 +488230,358 @@
488170
488230
  "name": "operation",
488171
488231
  "type": "options",
488172
488232
  "noDataExpression": true,
488233
+ "displayOptions": {
488234
+ "show": {
488235
+ "resource": [
488236
+ "audio"
488237
+ ]
488238
+ }
488239
+ },
488173
488240
  "options": [
488174
488241
  {
488175
- "name": "Analyze Image",
488176
- "value": "analyze",
488177
- "action": "Analyze image",
488178
- "description": "Analyze an image and answer questions about it"
488242
+ "name": "Text to Speech",
488243
+ "value": "textToSpeech",
488244
+ "action": "Convert text to speech",
488245
+ "description": "Generate speech audio from text input"
488179
488246
  }
488180
488247
  ],
488181
- "default": "analyze",
488248
+ "default": "textToSpeech"
488249
+ },
488250
+ {
488251
+ "displayName": "Model",
488252
+ "name": "modelId",
488253
+ "type": "options",
488254
+ "options": [
488255
+ {
488256
+ "name": "Speech 02 HD",
488257
+ "value": "speech-02-hd",
488258
+ "description": "Superior rhythm and stability with outstanding quality"
488259
+ },
488260
+ {
488261
+ "name": "Speech 02 Turbo",
488262
+ "value": "speech-02-turbo",
488263
+ "description": "Enhanced multilingual capabilities and performance"
488264
+ },
488265
+ {
488266
+ "name": "Speech 2.6 HD",
488267
+ "value": "speech-2.6-hd",
488268
+ "description": "HD model with outstanding prosody and cloning similarity"
488269
+ },
488270
+ {
488271
+ "name": "Speech 2.6 Turbo",
488272
+ "value": "speech-2.6-turbo",
488273
+ "description": "Turbo model with support for 40 languages"
488274
+ },
488275
+ {
488276
+ "name": "Speech 2.8 HD",
488277
+ "value": "speech-2.8-hd",
488278
+ "description": "Latest HD model with ultra-realistic quality and sound tags"
488279
+ },
488280
+ {
488281
+ "name": "Speech 2.8 Turbo",
488282
+ "value": "speech-2.8-turbo",
488283
+ "description": "Latest Turbo model with seamless speed and natural flow"
488284
+ }
488285
+ ],
488286
+ "default": "speech-2.8-hd",
488287
+ "description": "The speech synthesis model to use",
488182
488288
  "displayOptions": {
488183
488289
  "show": {
488184
488290
  "resource": [
488185
- "image"
488291
+ "audio"
488292
+ ],
488293
+ "operation": [
488294
+ "textToSpeech"
488186
488295
  ]
488187
488296
  }
488188
488297
  }
488189
488298
  },
488190
488299
  {
488191
- "displayName": "Model",
488192
- "name": "modelId",
488193
- "type": "resourceLocator",
488194
- "default": {
488195
- "mode": "list",
488196
- "value": ""
488300
+ "displayName": "Text",
488301
+ "name": "text",
488302
+ "type": "string",
488303
+ "typeOptions": {
488304
+ "rows": 4
488197
488305
  },
488306
+ "default": "",
488198
488307
  "required": true,
488199
- "modes": [
488308
+ "description": "The text to convert to speech (max 10,000 characters)",
488309
+ "placeholder": "e.g. Hello, welcome to our service!",
488310
+ "displayOptions": {
488311
+ "show": {
488312
+ "resource": [
488313
+ "audio"
488314
+ ],
488315
+ "operation": [
488316
+ "textToSpeech"
488317
+ ]
488318
+ }
488319
+ }
488320
+ },
488321
+ {
488322
+ "displayName": "Voice ID",
488323
+ "name": "voiceId",
488324
+ "type": "string",
488325
+ "default": "English_Graceful_Lady",
488326
+ "required": true,
488327
+ "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>.",
488328
+ "placeholder": "e.g. English_Graceful_Lady",
488329
+ "displayOptions": {
488330
+ "show": {
488331
+ "resource": [
488332
+ "audio"
488333
+ ],
488334
+ "operation": [
488335
+ "textToSpeech"
488336
+ ]
488337
+ }
488338
+ }
488339
+ },
488340
+ {
488341
+ "displayName": "Download Audio",
488342
+ "name": "downloadAudio",
488343
+ "type": "boolean",
488344
+ "default": true,
488345
+ "description": "Whether to download the generated audio as binary data. When disabled, only the audio URL is returned.",
488346
+ "displayOptions": {
488347
+ "show": {
488348
+ "resource": [
488349
+ "audio"
488350
+ ],
488351
+ "operation": [
488352
+ "textToSpeech"
488353
+ ]
488354
+ }
488355
+ }
488356
+ },
488357
+ {
488358
+ "displayName": "Options",
488359
+ "name": "options",
488360
+ "placeholder": "Add Option",
488361
+ "type": "collection",
488362
+ "default": {},
488363
+ "options": [
488200
488364
  {
488201
- "displayName": "From List",
488202
- "name": "list",
488203
- "type": "list",
488365
+ "displayName": "Audio Format",
488366
+ "name": "audioFormat",
488367
+ "type": "options",
488368
+ "options": [
488369
+ {
488370
+ "name": "MP3",
488371
+ "value": "mp3"
488372
+ },
488373
+ {
488374
+ "name": "PCM",
488375
+ "value": "pcm"
488376
+ },
488377
+ {
488378
+ "name": "FLAC",
488379
+ "value": "flac"
488380
+ },
488381
+ {
488382
+ "name": "WAV",
488383
+ "value": "wav"
488384
+ }
488385
+ ],
488386
+ "default": "mp3",
488387
+ "description": "Output audio format. WAV is only supported in non-streaming mode."
488388
+ },
488389
+ {
488390
+ "displayName": "Emotion",
488391
+ "name": "emotion",
488392
+ "type": "options",
488393
+ "options": [
488394
+ {
488395
+ "name": "Angry",
488396
+ "value": "angry"
488397
+ },
488398
+ {
488399
+ "name": "Calm",
488400
+ "value": "calm"
488401
+ },
488402
+ {
488403
+ "name": "Disgusted",
488404
+ "value": "disgusted"
488405
+ },
488406
+ {
488407
+ "name": "Fearful",
488408
+ "value": "fearful"
488409
+ },
488410
+ {
488411
+ "name": "Happy",
488412
+ "value": "happy"
488413
+ },
488414
+ {
488415
+ "name": "Sad",
488416
+ "value": "sad"
488417
+ },
488418
+ {
488419
+ "name": "Surprised",
488420
+ "value": "surprised"
488421
+ }
488422
+ ],
488423
+ "default": "calm",
488424
+ "description": "Emotion for synthesized speech. By default the model auto-selects the most natural emotion."
488425
+ },
488426
+ {
488427
+ "displayName": "Language Boost",
488428
+ "name": "languageBoost",
488429
+ "type": "options",
488430
+ "options": [
488431
+ {
488432
+ "name": "Arabic",
488433
+ "value": "Arabic"
488434
+ },
488435
+ {
488436
+ "name": "Auto Detect",
488437
+ "value": "auto"
488438
+ },
488439
+ {
488440
+ "name": "Chinese",
488441
+ "value": "Chinese"
488442
+ },
488443
+ {
488444
+ "name": "English",
488445
+ "value": "English"
488446
+ },
488447
+ {
488448
+ "name": "French",
488449
+ "value": "French"
488450
+ },
488451
+ {
488452
+ "name": "German",
488453
+ "value": "German"
488454
+ },
488455
+ {
488456
+ "name": "Indonesian",
488457
+ "value": "Indonesian"
488458
+ },
488459
+ {
488460
+ "name": "Italian",
488461
+ "value": "Italian"
488462
+ },
488463
+ {
488464
+ "name": "Japanese",
488465
+ "value": "Japanese"
488466
+ },
488467
+ {
488468
+ "name": "Korean",
488469
+ "value": "Korean"
488470
+ },
488471
+ {
488472
+ "name": "Portuguese",
488473
+ "value": "Portuguese"
488474
+ },
488475
+ {
488476
+ "name": "Russian",
488477
+ "value": "Russian"
488478
+ },
488479
+ {
488480
+ "name": "Spanish",
488481
+ "value": "Spanish"
488482
+ },
488483
+ {
488484
+ "name": "Thai",
488485
+ "value": "Thai"
488486
+ },
488487
+ {
488488
+ "name": "Turkish",
488489
+ "value": "Turkish"
488490
+ },
488491
+ {
488492
+ "name": "Vietnamese",
488493
+ "value": "Vietnamese"
488494
+ }
488495
+ ],
488496
+ "default": "auto",
488497
+ "description": "Enhance recognition for a specific language"
488498
+ },
488499
+ {
488500
+ "displayName": "Pitch",
488501
+ "name": "pitch",
488502
+ "type": "number",
488204
488503
  "typeOptions": {
488205
- "searchListMethod": "modelSearch",
488206
- "searchable": true
488207
- }
488504
+ "minValue": -12,
488505
+ "maxValue": 12
488506
+ },
488507
+ "default": 0,
488508
+ "description": "Speech pitch adjustment (-12 to 12, 0 = original pitch)"
488208
488509
  },
488209
488510
  {
488210
- "displayName": "ID",
488211
- "name": "id",
488212
- "type": "string",
488213
- "placeholder": "e.g. kimi-k2.5"
488511
+ "displayName": "Speed",
488512
+ "name": "speed",
488513
+ "type": "number",
488514
+ "typeOptions": {
488515
+ "minValue": 0.5,
488516
+ "maxValue": 2,
488517
+ "numberPrecision": 1
488518
+ },
488519
+ "default": 1,
488520
+ "description": "Speech speed (0.5-2, higher = faster)"
488521
+ },
488522
+ {
488523
+ "displayName": "Volume",
488524
+ "name": "volume",
488525
+ "type": "number",
488526
+ "typeOptions": {
488527
+ "minValue": 0.1,
488528
+ "maxValue": 10,
488529
+ "numberPrecision": 1
488530
+ },
488531
+ "default": 1,
488532
+ "description": "Speech volume (0.1-10, higher = louder)"
488214
488533
  }
488215
488534
  ],
488216
488535
  "displayOptions": {
488217
488536
  "show": {
488537
+ "resource": [
488538
+ "audio"
488539
+ ],
488218
488540
  "operation": [
488219
- "analyze"
488541
+ "textToSpeech"
488542
+ ]
488543
+ }
488544
+ }
488545
+ },
488546
+ {
488547
+ "displayName": "Operation",
488548
+ "name": "operation",
488549
+ "type": "options",
488550
+ "noDataExpression": true,
488551
+ "displayOptions": {
488552
+ "show": {
488553
+ "resource": [
488554
+ "image"
488555
+ ]
488556
+ }
488557
+ },
488558
+ "options": [
488559
+ {
488560
+ "name": "Generate an Image",
488561
+ "value": "generate",
488562
+ "action": "Generate an image",
488563
+ "description": "Create an image from a text prompt"
488564
+ }
488565
+ ],
488566
+ "default": "generate"
488567
+ },
488568
+ {
488569
+ "displayName": "Model",
488570
+ "name": "modelId",
488571
+ "type": "options",
488572
+ "options": [
488573
+ {
488574
+ "name": "Image-01",
488575
+ "value": "image-01",
488576
+ "description": "High-quality image generation with fine-grained details"
488577
+ }
488578
+ ],
488579
+ "default": "image-01",
488580
+ "description": "The model to use for image generation",
488581
+ "displayOptions": {
488582
+ "show": {
488583
+ "operation": [
488584
+ "generate"
488220
488585
  ],
488221
488586
  "resource": [
488222
488587
  "image"
@@ -488225,18 +488590,20 @@
488225
488590
  }
488226
488591
  },
488227
488592
  {
488228
- "displayName": "Text Input",
488229
- "name": "text",
488593
+ "displayName": "Prompt",
488594
+ "name": "prompt",
488230
488595
  "type": "string",
488231
- "placeholder": "e.g. What's in this image?",
488232
- "default": "What's in this image?",
488233
488596
  "typeOptions": {
488234
- "rows": 2
488597
+ "rows": 4
488235
488598
  },
488599
+ "default": "",
488600
+ "required": true,
488601
+ "description": "Text description of the image to generate (max 1500 characters)",
488602
+ "placeholder": "e.g. A serene mountain landscape at sunset with reflections in a lake",
488236
488603
  "displayOptions": {
488237
488604
  "show": {
488238
488605
  "operation": [
488239
- "analyze"
488606
+ "generate"
488240
488607
  ],
488241
488608
  "resource": [
488242
488609
  "image"
@@ -488245,20 +488612,70 @@
488245
488612
  }
488246
488613
  },
488247
488614
  {
488248
- "displayName": "Input Data Field Name(s)",
488249
- "name": "binaryPropertyName",
488250
- "type": "string",
488251
- "default": "data",
488252
- "placeholder": "e.g. data",
488253
- "hint": "The name of the input field containing the binary file data to be processed",
488254
- "description": "Name of the binary field(s) which contains the image(s), separate multiple field names with commas",
488615
+ "displayName": "Aspect Ratio",
488616
+ "name": "aspectRatio",
488617
+ "type": "options",
488618
+ "options": [
488619
+ {
488620
+ "name": "1:1 (1024x1024)",
488621
+ "value": "1:1"
488622
+ },
488623
+ {
488624
+ "name": "16:9 (1280x720)",
488625
+ "value": "16:9"
488626
+ },
488627
+ {
488628
+ "name": "2:3 (832x1248)",
488629
+ "value": "2:3"
488630
+ },
488631
+ {
488632
+ "name": "21:9 (1344x576)",
488633
+ "value": "21:9"
488634
+ },
488635
+ {
488636
+ "name": "3:2 (1248x832)",
488637
+ "value": "3:2"
488638
+ },
488639
+ {
488640
+ "name": "3:4 (864x1152)",
488641
+ "value": "3:4"
488642
+ },
488643
+ {
488644
+ "name": "4:3 (1152x864)",
488645
+ "value": "4:3"
488646
+ },
488647
+ {
488648
+ "name": "9:16 (720x1280)",
488649
+ "value": "9:16"
488650
+ }
488651
+ ],
488652
+ "default": "1:1",
488653
+ "description": "Aspect ratio of the generated image",
488654
+ "displayOptions": {
488655
+ "show": {
488656
+ "operation": [
488657
+ "generate"
488658
+ ],
488659
+ "resource": [
488660
+ "image"
488661
+ ]
488662
+ }
488663
+ }
488664
+ },
488665
+ {
488666
+ "displayName": "Number of Images",
488667
+ "name": "numberOfImages",
488668
+ "type": "number",
488255
488669
  "typeOptions": {
488256
- "binaryDataProperty": true
488670
+ "minValue": 1,
488671
+ "maxValue": 9
488257
488672
  },
488673
+ "default": 1,
488674
+ "description": "Number of images to generate per request (1-9)",
488258
488675
  "displayOptions": {
488259
488676
  "show": {
488260
488677
  "operation": [
488261
- "analyze"
488678
+ "generate"
488262
488679
  ],
488263
488680
  "resource": [
488264
488681
  "image"
@@ -488267,15 +488684,15 @@
488267
488684
  }
488268
488685
  },
488269
488686
  {
488270
- "displayName": "Simplify Output",
488271
- "name": "simplify",
488687
+ "displayName": "Download Image",
488688
+ "name": "downloadImage",
488272
488689
  "type": "boolean",
488273
488690
  "default": true,
488274
- "description": "Whether to return a simplified version of the response instead of the raw data",
488691
+ "description": "Whether to download the generated image as binary data. When disabled, only the image URL is returned.",
488275
488692
  "displayOptions": {
488276
488693
  "show": {
488277
488694
  "operation": [
488278
- "analyze"
488695
+ "generate"
488279
488696
  ],
488280
488697
  "resource": [
488281
488698
  "image"
@@ -488291,20 +488708,24 @@
488291
488708
  "default": {},
488292
488709
  "options": [
488293
488710
  {
488294
- "displayName": "Maximum Number of Tokens",
488295
- "description": "Fewer tokens will result in shorter, less detailed image description",
488296
- "name": "maxTokens",
488711
+ "displayName": "Prompt Optimizer",
488712
+ "name": "promptOptimizer",
488713
+ "type": "boolean",
488714
+ "default": false,
488715
+ "description": "Whether to automatically optimize the prompt for better results"
488716
+ },
488717
+ {
488718
+ "displayName": "Seed",
488719
+ "name": "seed",
488297
488720
  "type": "number",
488298
- "default": 1024,
488299
- "typeOptions": {
488300
- "minValue": 1
488301
- }
488721
+ "default": 0,
488722
+ "description": "Random seed for reproducible outputs. Using the same seed and parameters produces the same image."
488302
488723
  }
488303
488724
  ],
488304
488725
  "displayOptions": {
488305
488726
  "show": {
488306
488727
  "operation": [
488307
- "analyze"
488728
+ "generate"
488308
488729
  ],
488309
488730
  "resource": [
488310
488731
  "image"
@@ -488322,7 +488743,7 @@
488322
488743
  "name": "Message a Model",
488323
488744
  "value": "message",
488324
488745
  "action": "Message a model",
488325
- "description": "Send a message and get a response from a Moonshot Kimi model"
488746
+ "description": "Send a message and get a response from a MiniMax model"
488326
488747
  }
488327
488748
  ],
488328
488749
  "default": "message",
@@ -488337,27 +488758,983 @@
488337
488758
  {
488338
488759
  "displayName": "Model",
488339
488760
  "name": "modelId",
488340
- "type": "resourceLocator",
488341
- "default": {
488342
- "mode": "list",
488343
- "value": ""
488344
- },
488345
- "required": true,
488346
- "modes": [
488761
+ "type": "options",
488762
+ "options": [
488347
488763
  {
488348
- "displayName": "From List",
488349
- "name": "list",
488350
- "type": "list",
488351
- "typeOptions": {
488352
- "searchListMethod": "modelSearch",
488353
- "searchable": true
488354
- }
488764
+ "name": "MiniMax-M2",
488765
+ "value": "MiniMax-M2"
488355
488766
  },
488356
488767
  {
488357
- "displayName": "ID",
488358
- "name": "id",
488359
- "type": "string",
488360
- "placeholder": "e.g. kimi-k2.5"
488768
+ "name": "MiniMax-M2.1",
488769
+ "value": "MiniMax-M2.1"
488770
+ },
488771
+ {
488772
+ "name": "MiniMax-M2.1-Highspeed",
488773
+ "value": "MiniMax-M2.1-highspeed"
488774
+ },
488775
+ {
488776
+ "name": "MiniMax-M2.5",
488777
+ "value": "MiniMax-M2.5"
488778
+ },
488779
+ {
488780
+ "name": "MiniMax-M2.5-Highspeed",
488781
+ "value": "MiniMax-M2.5-highspeed"
488782
+ },
488783
+ {
488784
+ "name": "MiniMax-M2.7",
488785
+ "value": "MiniMax-M2.7"
488786
+ },
488787
+ {
488788
+ "name": "MiniMax-M2.7-Highspeed",
488789
+ "value": "MiniMax-M2.7-highspeed"
488790
+ }
488791
+ ],
488792
+ "default": "MiniMax-M2.7",
488793
+ "description": "The model to use for generating the response",
488794
+ "displayOptions": {
488795
+ "show": {
488796
+ "operation": [
488797
+ "message"
488798
+ ],
488799
+ "resource": [
488800
+ "text"
488801
+ ]
488802
+ }
488803
+ }
488804
+ },
488805
+ {
488806
+ "displayName": "Messages",
488807
+ "name": "messages",
488808
+ "type": "fixedCollection",
488809
+ "typeOptions": {
488810
+ "sortable": true,
488811
+ "multipleValues": true
488812
+ },
488813
+ "placeholder": "Add Message",
488814
+ "default": {
488815
+ "values": [
488816
+ {
488817
+ "content": "",
488818
+ "role": "user"
488819
+ }
488820
+ ]
488821
+ },
488822
+ "options": [
488823
+ {
488824
+ "displayName": "Values",
488825
+ "name": "values",
488826
+ "values": [
488827
+ {
488828
+ "displayName": "Prompt",
488829
+ "name": "content",
488830
+ "type": "string",
488831
+ "description": "The content of the message to be sent",
488832
+ "default": "",
488833
+ "placeholder": "e.g. Hello, how can you help me?",
488834
+ "typeOptions": {
488835
+ "rows": 2
488836
+ }
488837
+ },
488838
+ {
488839
+ "displayName": "Role",
488840
+ "name": "role",
488841
+ "type": "options",
488842
+ "description": "Role in shaping the model's response, it tells the model how it should behave and interact with the user",
488843
+ "options": [
488844
+ {
488845
+ "name": "User",
488846
+ "value": "user",
488847
+ "description": "Send a message as a user and get a response from the model"
488848
+ },
488849
+ {
488850
+ "name": "Assistant",
488851
+ "value": "assistant",
488852
+ "description": "Tell the model to adopt a specific tone or personality"
488853
+ }
488854
+ ],
488855
+ "default": "user"
488856
+ }
488857
+ ]
488858
+ }
488859
+ ],
488860
+ "displayOptions": {
488861
+ "show": {
488862
+ "operation": [
488863
+ "message"
488864
+ ],
488865
+ "resource": [
488866
+ "text"
488867
+ ]
488868
+ }
488869
+ }
488870
+ },
488871
+ {
488872
+ "displayName": "Simplify Output",
488873
+ "name": "simplify",
488874
+ "type": "boolean",
488875
+ "default": true,
488876
+ "description": "Whether to return a simplified version of the response instead of the raw data",
488877
+ "displayOptions": {
488878
+ "show": {
488879
+ "operation": [
488880
+ "message"
488881
+ ],
488882
+ "resource": [
488883
+ "text"
488884
+ ]
488885
+ }
488886
+ }
488887
+ },
488888
+ {
488889
+ "displayName": "Options",
488890
+ "name": "options",
488891
+ "placeholder": "Add Option",
488892
+ "type": "collection",
488893
+ "default": {},
488894
+ "options": [
488895
+ {
488896
+ "displayName": "Hide Thinking",
488897
+ "name": "hideThinking",
488898
+ "type": "boolean",
488899
+ "default": true,
488900
+ "description": "Whether to strip chain-of-thought reasoning from the response, returning only the final answer"
488901
+ },
488902
+ {
488903
+ "displayName": "Maximum Number of Tokens",
488904
+ "name": "maxTokens",
488905
+ "default": 1024,
488906
+ "description": "The maximum number of tokens to generate in the completion",
488907
+ "type": "number",
488908
+ "typeOptions": {
488909
+ "minValue": 1,
488910
+ "numberPrecision": 0
488911
+ }
488912
+ },
488913
+ {
488914
+ "displayName": "Max Tool Calls Iterations",
488915
+ "name": "maxToolsIterations",
488916
+ "type": "number",
488917
+ "default": 15,
488918
+ "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.",
488919
+ "typeOptions": {
488920
+ "minValue": 0,
488921
+ "numberPrecision": 0
488922
+ }
488923
+ },
488924
+ {
488925
+ "displayName": "Output Randomness (Temperature)",
488926
+ "name": "temperature",
488927
+ "default": 0.7,
488928
+ "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.",
488929
+ "type": "number",
488930
+ "typeOptions": {
488931
+ "minValue": 0,
488932
+ "maxValue": 1,
488933
+ "numberPrecision": 1
488934
+ }
488935
+ },
488936
+ {
488937
+ "displayName": "Output Randomness (Top P)",
488938
+ "name": "topP",
488939
+ "default": 0.95,
488940
+ "description": "The maximum cumulative probability of tokens to consider when sampling",
488941
+ "type": "number",
488942
+ "typeOptions": {
488943
+ "minValue": 0,
488944
+ "maxValue": 1,
488945
+ "numberPrecision": 2
488946
+ }
488947
+ },
488948
+ {
488949
+ "displayName": "System Message",
488950
+ "name": "system",
488951
+ "type": "string",
488952
+ "default": "",
488953
+ "placeholder": "e.g. You are a helpful assistant"
488954
+ }
488955
+ ],
488956
+ "displayOptions": {
488957
+ "show": {
488958
+ "operation": [
488959
+ "message"
488960
+ ],
488961
+ "resource": [
488962
+ "text"
488963
+ ]
488964
+ }
488965
+ }
488966
+ },
488967
+ {
488968
+ "displayName": "Operation",
488969
+ "name": "operation",
488970
+ "type": "options",
488971
+ "noDataExpression": true,
488972
+ "displayOptions": {
488973
+ "show": {
488974
+ "resource": [
488975
+ "video"
488976
+ ]
488977
+ }
488978
+ },
488979
+ "options": [
488980
+ {
488981
+ "name": "Generate Video From Text",
488982
+ "value": "textToVideo",
488983
+ "action": "Generate video from text prompt",
488984
+ "description": "Generate a video from a text prompt"
488985
+ },
488986
+ {
488987
+ "name": "Generate Video From Image",
488988
+ "value": "imageToVideo",
488989
+ "action": "Generate video from image",
488990
+ "description": "Generate a video from an image, with optional last frame and subject reference"
488991
+ }
488992
+ ],
488993
+ "default": "textToVideo"
488994
+ },
488995
+ {
488996
+ "displayName": "Model",
488997
+ "name": "modelId",
488998
+ "type": "options",
488999
+ "options": [
489000
+ {
489001
+ "name": "MiniMax-Hailuo-2.3",
489002
+ "value": "MiniMax-Hailuo-2.3",
489003
+ "description": "Latest video generation model with enhanced realism"
489004
+ },
489005
+ {
489006
+ "name": "MiniMax-Hailuo-02",
489007
+ "value": "MiniMax-Hailuo-02",
489008
+ "description": "Video model supporting higher resolution and longer duration"
489009
+ },
489010
+ {
489011
+ "name": "T2V-01-Director",
489012
+ "value": "T2V-01-Director",
489013
+ "description": "Text-to-video model with camera control commands"
489014
+ },
489015
+ {
489016
+ "name": "T2V-01",
489017
+ "value": "T2V-01",
489018
+ "description": "Standard text-to-video model"
489019
+ }
489020
+ ],
489021
+ "default": "MiniMax-Hailuo-2.3",
489022
+ "description": "The model to use for video generation",
489023
+ "displayOptions": {
489024
+ "show": {
489025
+ "resource": [
489026
+ "video"
489027
+ ],
489028
+ "operation": [
489029
+ "textToVideo"
489030
+ ]
489031
+ }
489032
+ }
489033
+ },
489034
+ {
489035
+ "displayName": "Prompt",
489036
+ "name": "prompt",
489037
+ "type": "string",
489038
+ "typeOptions": {
489039
+ "rows": 4
489040
+ },
489041
+ "default": "",
489042
+ "required": true,
489043
+ "description": "Text description of the video (max 2000 characters). Camera movements can be controlled using [command] syntax, e.g. [Push in], [Pan left].",
489044
+ "placeholder": "e.g. A cat playing with a ball of yarn [Static shot]",
489045
+ "displayOptions": {
489046
+ "show": {
489047
+ "resource": [
489048
+ "video"
489049
+ ],
489050
+ "operation": [
489051
+ "textToVideo"
489052
+ ]
489053
+ }
489054
+ }
489055
+ },
489056
+ {
489057
+ "displayName": "Duration (Seconds)",
489058
+ "name": "duration",
489059
+ "type": "options",
489060
+ "options": [
489061
+ {
489062
+ "name": "6 Seconds",
489063
+ "value": 6
489064
+ },
489065
+ {
489066
+ "name": "10 Seconds",
489067
+ "value": 10
489068
+ }
489069
+ ],
489070
+ "default": 6,
489071
+ "description": "Duration of the generated video",
489072
+ "displayOptions": {
489073
+ "show": {
489074
+ "resource": [
489075
+ "video"
489076
+ ],
489077
+ "operation": [
489078
+ "textToVideo"
489079
+ ]
489080
+ }
489081
+ }
489082
+ },
489083
+ {
489084
+ "displayName": "Resolution",
489085
+ "name": "resolution",
489086
+ "type": "options",
489087
+ "options": [
489088
+ {
489089
+ "name": "720P",
489090
+ "value": "720P"
489091
+ },
489092
+ {
489093
+ "name": "768P",
489094
+ "value": "768P"
489095
+ },
489096
+ {
489097
+ "name": "1080P",
489098
+ "value": "1080P"
489099
+ }
489100
+ ],
489101
+ "default": "768P",
489102
+ "description": "Resolution of the generated video. Available options depend on the model.",
489103
+ "displayOptions": {
489104
+ "show": {
489105
+ "resource": [
489106
+ "video"
489107
+ ],
489108
+ "operation": [
489109
+ "textToVideo"
489110
+ ]
489111
+ }
489112
+ }
489113
+ },
489114
+ {
489115
+ "displayName": "Download Video",
489116
+ "name": "downloadVideo",
489117
+ "type": "boolean",
489118
+ "default": true,
489119
+ "description": "Whether to download the generated video as binary data. When disabled, only the video URL is returned.",
489120
+ "displayOptions": {
489121
+ "show": {
489122
+ "resource": [
489123
+ "video"
489124
+ ],
489125
+ "operation": [
489126
+ "textToVideo"
489127
+ ]
489128
+ }
489129
+ }
489130
+ },
489131
+ {
489132
+ "displayName": "Options",
489133
+ "name": "options",
489134
+ "placeholder": "Add Option",
489135
+ "type": "collection",
489136
+ "default": {},
489137
+ "options": [
489138
+ {
489139
+ "displayName": "Prompt Optimizer",
489140
+ "name": "promptOptimizer",
489141
+ "type": "boolean",
489142
+ "default": true,
489143
+ "description": "Whether to automatically optimize the prompt for better results"
489144
+ }
489145
+ ],
489146
+ "displayOptions": {
489147
+ "show": {
489148
+ "resource": [
489149
+ "video"
489150
+ ],
489151
+ "operation": [
489152
+ "textToVideo"
489153
+ ]
489154
+ }
489155
+ }
489156
+ },
489157
+ {
489158
+ "displayName": "Model",
489159
+ "name": "modelId",
489160
+ "type": "options",
489161
+ "options": [
489162
+ {
489163
+ "name": "I2V-01",
489164
+ "value": "I2V-01",
489165
+ "description": "Standard image-to-video model"
489166
+ },
489167
+ {
489168
+ "name": "I2V-01-Director",
489169
+ "value": "I2V-01-Director",
489170
+ "description": "Image-to-video with camera control commands"
489171
+ },
489172
+ {
489173
+ "name": "I2V-01-Live",
489174
+ "value": "I2V-01-live",
489175
+ "description": "Image-to-video live model"
489176
+ },
489177
+ {
489178
+ "name": "MiniMax-Hailuo-02",
489179
+ "value": "MiniMax-Hailuo-02",
489180
+ "description": "Model supporting higher resolution and longer duration"
489181
+ },
489182
+ {
489183
+ "name": "MiniMax-Hailuo-2.3",
489184
+ "value": "MiniMax-Hailuo-2.3",
489185
+ "description": "Latest model with enhanced realism"
489186
+ },
489187
+ {
489188
+ "name": "MiniMax-Hailuo-2.3-Fast",
489189
+ "value": "MiniMax-Hailuo-2.3-Fast",
489190
+ "description": "Faster image-to-video model for value and efficiency"
489191
+ }
489192
+ ],
489193
+ "default": "MiniMax-Hailuo-2.3",
489194
+ "description": "The model to use for video generation",
489195
+ "displayOptions": {
489196
+ "show": {
489197
+ "resource": [
489198
+ "video"
489199
+ ],
489200
+ "operation": [
489201
+ "imageToVideo"
489202
+ ]
489203
+ }
489204
+ }
489205
+ },
489206
+ {
489207
+ "displayName": "Image Input Type",
489208
+ "name": "imageInputType",
489209
+ "type": "options",
489210
+ "options": [
489211
+ {
489212
+ "name": "URL",
489213
+ "value": "url"
489214
+ },
489215
+ {
489216
+ "name": "Binary File",
489217
+ "value": "binary"
489218
+ }
489219
+ ],
489220
+ "default": "url",
489221
+ "description": "How to provide the first frame image",
489222
+ "displayOptions": {
489223
+ "show": {
489224
+ "resource": [
489225
+ "video"
489226
+ ],
489227
+ "operation": [
489228
+ "imageToVideo"
489229
+ ]
489230
+ }
489231
+ }
489232
+ },
489233
+ {
489234
+ "displayName": "Image URL",
489235
+ "name": "imageUrl",
489236
+ "type": "string",
489237
+ "default": "",
489238
+ "required": true,
489239
+ "placeholder": "https://example.com/image.jpg",
489240
+ "description": "Public URL of the image to use as first frame (JPG, JPEG, PNG, WebP, <20MB)",
489241
+ "displayOptions": {
489242
+ "show": {
489243
+ "imageInputType": [
489244
+ "url"
489245
+ ],
489246
+ "resource": [
489247
+ "video"
489248
+ ],
489249
+ "operation": [
489250
+ "imageToVideo"
489251
+ ]
489252
+ }
489253
+ }
489254
+ },
489255
+ {
489256
+ "displayName": "Input Data Field Name",
489257
+ "name": "binaryPropertyName",
489258
+ "type": "string",
489259
+ "default": "data",
489260
+ "required": true,
489261
+ "placeholder": "e.g. data",
489262
+ "hint": "The name of the input field containing the binary image data",
489263
+ "typeOptions": {
489264
+ "binaryDataProperty": true
489265
+ },
489266
+ "displayOptions": {
489267
+ "show": {
489268
+ "imageInputType": [
489269
+ "binary"
489270
+ ],
489271
+ "resource": [
489272
+ "video"
489273
+ ],
489274
+ "operation": [
489275
+ "imageToVideo"
489276
+ ]
489277
+ }
489278
+ }
489279
+ },
489280
+ {
489281
+ "displayName": "Prompt",
489282
+ "name": "prompt",
489283
+ "type": "string",
489284
+ "typeOptions": {
489285
+ "rows": 4
489286
+ },
489287
+ "default": "",
489288
+ "description": "Optional text description of the video (max 2000 characters). Camera movements can be controlled using [command] syntax.",
489289
+ "placeholder": "e.g. The subject smiles and waves at the camera [Zoom in]",
489290
+ "displayOptions": {
489291
+ "show": {
489292
+ "resource": [
489293
+ "video"
489294
+ ],
489295
+ "operation": [
489296
+ "imageToVideo"
489297
+ ]
489298
+ }
489299
+ }
489300
+ },
489301
+ {
489302
+ "displayName": "Duration (Seconds)",
489303
+ "name": "duration",
489304
+ "type": "options",
489305
+ "options": [
489306
+ {
489307
+ "name": "6 Seconds",
489308
+ "value": 6
489309
+ },
489310
+ {
489311
+ "name": "10 Seconds",
489312
+ "value": 10
489313
+ }
489314
+ ],
489315
+ "default": 6,
489316
+ "description": "Duration of the generated video",
489317
+ "displayOptions": {
489318
+ "show": {
489319
+ "resource": [
489320
+ "video"
489321
+ ],
489322
+ "operation": [
489323
+ "imageToVideo"
489324
+ ]
489325
+ }
489326
+ }
489327
+ },
489328
+ {
489329
+ "displayName": "Resolution",
489330
+ "name": "resolution",
489331
+ "type": "options",
489332
+ "options": [
489333
+ {
489334
+ "name": "512P",
489335
+ "value": "512P"
489336
+ },
489337
+ {
489338
+ "name": "720P",
489339
+ "value": "720P"
489340
+ },
489341
+ {
489342
+ "name": "768P",
489343
+ "value": "768P"
489344
+ },
489345
+ {
489346
+ "name": "1080P",
489347
+ "value": "1080P"
489348
+ }
489349
+ ],
489350
+ "default": "768P",
489351
+ "description": "Resolution of the generated video. Available options depend on the model.",
489352
+ "displayOptions": {
489353
+ "show": {
489354
+ "resource": [
489355
+ "video"
489356
+ ],
489357
+ "operation": [
489358
+ "imageToVideo"
489359
+ ]
489360
+ }
489361
+ }
489362
+ },
489363
+ {
489364
+ "displayName": "Download Video",
489365
+ "name": "downloadVideo",
489366
+ "type": "boolean",
489367
+ "default": true,
489368
+ "description": "Whether to download the generated video as binary data. When disabled, only the video URL is returned.",
489369
+ "displayOptions": {
489370
+ "show": {
489371
+ "resource": [
489372
+ "video"
489373
+ ],
489374
+ "operation": [
489375
+ "imageToVideo"
489376
+ ]
489377
+ }
489378
+ }
489379
+ },
489380
+ {
489381
+ "displayName": "Options",
489382
+ "name": "options",
489383
+ "placeholder": "Add Option",
489384
+ "type": "collection",
489385
+ "default": {},
489386
+ "options": [
489387
+ {
489388
+ "displayName": "Prompt Optimizer",
489389
+ "name": "promptOptimizer",
489390
+ "type": "boolean",
489391
+ "default": true,
489392
+ "description": "Whether to automatically optimize the prompt"
489393
+ },
489394
+ {
489395
+ "displayName": "Last Frame Image Input Type",
489396
+ "name": "lastFrameInputType",
489397
+ "type": "options",
489398
+ "options": [
489399
+ {
489400
+ "name": "None",
489401
+ "value": "none"
489402
+ },
489403
+ {
489404
+ "name": "URL",
489405
+ "value": "url"
489406
+ },
489407
+ {
489408
+ "name": "Binary File",
489409
+ "value": "binary"
489410
+ }
489411
+ ],
489412
+ "default": "none",
489413
+ "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."
489414
+ },
489415
+ {
489416
+ "displayName": "Last Frame Image URL",
489417
+ "name": "lastFrameImageUrl",
489418
+ "type": "string",
489419
+ "default": "",
489420
+ "placeholder": "https://example.com/last-frame.jpg",
489421
+ "displayOptions": {
489422
+ "show": {
489423
+ "lastFrameInputType": [
489424
+ "url"
489425
+ ]
489426
+ }
489427
+ }
489428
+ },
489429
+ {
489430
+ "displayName": "Last Frame Data Field Name",
489431
+ "name": "lastFrameBinaryPropertyName",
489432
+ "type": "string",
489433
+ "default": "lastFrame",
489434
+ "placeholder": "e.g. lastFrame",
489435
+ "typeOptions": {
489436
+ "binaryDataProperty": true
489437
+ },
489438
+ "displayOptions": {
489439
+ "show": {
489440
+ "lastFrameInputType": [
489441
+ "binary"
489442
+ ]
489443
+ }
489444
+ }
489445
+ },
489446
+ {
489447
+ "displayName": "Subject Reference Input Type",
489448
+ "name": "subjectReferenceInputType",
489449
+ "type": "options",
489450
+ "options": [
489451
+ {
489452
+ "name": "None",
489453
+ "value": "none"
489454
+ },
489455
+ {
489456
+ "name": "URL",
489457
+ "value": "url"
489458
+ },
489459
+ {
489460
+ "name": "Binary File",
489461
+ "value": "binary"
489462
+ }
489463
+ ],
489464
+ "default": "none",
489465
+ "description": "Provide a face photo for facial consistency in the generated video. Only supported by MiniMax-Hailuo-2.3."
489466
+ },
489467
+ {
489468
+ "displayName": "Subject Reference Image URL",
489469
+ "name": "subjectReferenceImageUrl",
489470
+ "type": "string",
489471
+ "default": "",
489472
+ "placeholder": "https://example.com/face.jpg",
489473
+ "displayOptions": {
489474
+ "show": {
489475
+ "subjectReferenceInputType": [
489476
+ "url"
489477
+ ]
489478
+ }
489479
+ }
489480
+ },
489481
+ {
489482
+ "displayName": "Subject Reference Data Field Name",
489483
+ "name": "subjectReferenceBinaryPropertyName",
489484
+ "type": "string",
489485
+ "default": "subjectReference",
489486
+ "placeholder": "e.g. subjectReference",
489487
+ "typeOptions": {
489488
+ "binaryDataProperty": true
489489
+ },
489490
+ "displayOptions": {
489491
+ "show": {
489492
+ "subjectReferenceInputType": [
489493
+ "binary"
489494
+ ]
489495
+ }
489496
+ }
489497
+ }
489498
+ ],
489499
+ "displayOptions": {
489500
+ "show": {
489501
+ "resource": [
489502
+ "video"
489503
+ ],
489504
+ "operation": [
489505
+ "imageToVideo"
489506
+ ]
489507
+ }
489508
+ }
489509
+ }
489510
+ ],
489511
+ "sourcePath": "/.n8n-cache/packages/@n8n/nodes-langchain/dist/nodes/vendors/MiniMax/MiniMax.node.js",
489512
+ "usableAsTool": true
489513
+ },
489514
+ {
489515
+ "name": "moonshot",
489516
+ "fullType": "@n8n/n8n-nodes-langchain.moonshot",
489517
+ "displayName": "Moonshot Kimi",
489518
+ "description": "Interact with Moonshot Kimi AI models",
489519
+ "icon": {
489520
+ "light": "file:moonshot.svg",
489521
+ "dark": "file:moonshot.dark.svg"
489522
+ },
489523
+ "group": [
489524
+ "transform"
489525
+ ],
489526
+ "version": 1,
489527
+ "properties": [
489528
+ {
489529
+ "displayName": "Resource",
489530
+ "name": "resource",
489531
+ "type": "options",
489532
+ "noDataExpression": true,
489533
+ "options": [
489534
+ {
489535
+ "name": "Image",
489536
+ "value": "image"
489537
+ },
489538
+ {
489539
+ "name": "Text",
489540
+ "value": "text"
489541
+ }
489542
+ ],
489543
+ "default": "text"
489544
+ },
489545
+ {
489546
+ "displayName": "Operation",
489547
+ "name": "operation",
489548
+ "type": "options",
489549
+ "noDataExpression": true,
489550
+ "options": [
489551
+ {
489552
+ "name": "Analyze Image",
489553
+ "value": "analyze",
489554
+ "action": "Analyze image",
489555
+ "description": "Analyze an image and answer questions about it"
489556
+ }
489557
+ ],
489558
+ "default": "analyze",
489559
+ "displayOptions": {
489560
+ "show": {
489561
+ "resource": [
489562
+ "image"
489563
+ ]
489564
+ }
489565
+ }
489566
+ },
489567
+ {
489568
+ "displayName": "Model",
489569
+ "name": "modelId",
489570
+ "type": "resourceLocator",
489571
+ "default": {
489572
+ "mode": "list",
489573
+ "value": ""
489574
+ },
489575
+ "required": true,
489576
+ "modes": [
489577
+ {
489578
+ "displayName": "From List",
489579
+ "name": "list",
489580
+ "type": "list",
489581
+ "typeOptions": {
489582
+ "searchListMethod": "modelSearch",
489583
+ "searchable": true
489584
+ }
489585
+ },
489586
+ {
489587
+ "displayName": "ID",
489588
+ "name": "id",
489589
+ "type": "string",
489590
+ "placeholder": "e.g. kimi-k2.5"
489591
+ }
489592
+ ],
489593
+ "displayOptions": {
489594
+ "show": {
489595
+ "operation": [
489596
+ "analyze"
489597
+ ],
489598
+ "resource": [
489599
+ "image"
489600
+ ]
489601
+ }
489602
+ }
489603
+ },
489604
+ {
489605
+ "displayName": "Text Input",
489606
+ "name": "text",
489607
+ "type": "string",
489608
+ "placeholder": "e.g. What's in this image?",
489609
+ "default": "What's in this image?",
489610
+ "typeOptions": {
489611
+ "rows": 2
489612
+ },
489613
+ "displayOptions": {
489614
+ "show": {
489615
+ "operation": [
489616
+ "analyze"
489617
+ ],
489618
+ "resource": [
489619
+ "image"
489620
+ ]
489621
+ }
489622
+ }
489623
+ },
489624
+ {
489625
+ "displayName": "Input Data Field Name(s)",
489626
+ "name": "binaryPropertyName",
489627
+ "type": "string",
489628
+ "default": "data",
489629
+ "placeholder": "e.g. data",
489630
+ "hint": "The name of the input field containing the binary file data to be processed",
489631
+ "description": "Name of the binary field(s) which contains the image(s), separate multiple field names with commas",
489632
+ "typeOptions": {
489633
+ "binaryDataProperty": true
489634
+ },
489635
+ "displayOptions": {
489636
+ "show": {
489637
+ "operation": [
489638
+ "analyze"
489639
+ ],
489640
+ "resource": [
489641
+ "image"
489642
+ ]
489643
+ }
489644
+ }
489645
+ },
489646
+ {
489647
+ "displayName": "Simplify Output",
489648
+ "name": "simplify",
489649
+ "type": "boolean",
489650
+ "default": true,
489651
+ "description": "Whether to return a simplified version of the response instead of the raw data",
489652
+ "displayOptions": {
489653
+ "show": {
489654
+ "operation": [
489655
+ "analyze"
489656
+ ],
489657
+ "resource": [
489658
+ "image"
489659
+ ]
489660
+ }
489661
+ }
489662
+ },
489663
+ {
489664
+ "displayName": "Options",
489665
+ "name": "options",
489666
+ "placeholder": "Add Option",
489667
+ "type": "collection",
489668
+ "default": {},
489669
+ "options": [
489670
+ {
489671
+ "displayName": "Maximum Number of Tokens",
489672
+ "description": "Fewer tokens will result in shorter, less detailed image description",
489673
+ "name": "maxTokens",
489674
+ "type": "number",
489675
+ "default": 1024,
489676
+ "typeOptions": {
489677
+ "minValue": 1
489678
+ }
489679
+ }
489680
+ ],
489681
+ "displayOptions": {
489682
+ "show": {
489683
+ "operation": [
489684
+ "analyze"
489685
+ ],
489686
+ "resource": [
489687
+ "image"
489688
+ ]
489689
+ }
489690
+ }
489691
+ },
489692
+ {
489693
+ "displayName": "Operation",
489694
+ "name": "operation",
489695
+ "type": "options",
489696
+ "noDataExpression": true,
489697
+ "options": [
489698
+ {
489699
+ "name": "Message a Model",
489700
+ "value": "message",
489701
+ "action": "Message a model",
489702
+ "description": "Send a message and get a response from a Moonshot Kimi model"
489703
+ }
489704
+ ],
489705
+ "default": "message",
489706
+ "displayOptions": {
489707
+ "show": {
489708
+ "resource": [
489709
+ "text"
489710
+ ]
489711
+ }
489712
+ }
489713
+ },
489714
+ {
489715
+ "displayName": "Model",
489716
+ "name": "modelId",
489717
+ "type": "resourceLocator",
489718
+ "default": {
489719
+ "mode": "list",
489720
+ "value": ""
489721
+ },
489722
+ "required": true,
489723
+ "modes": [
489724
+ {
489725
+ "displayName": "From List",
489726
+ "name": "list",
489727
+ "type": "list",
489728
+ "typeOptions": {
489729
+ "searchListMethod": "modelSearch",
489730
+ "searchable": true
489731
+ }
489732
+ },
489733
+ {
489734
+ "displayName": "ID",
489735
+ "name": "id",
489736
+ "type": "string",
489737
+ "placeholder": "e.g. kimi-k2.5"
488361
489738
  }
488362
489739
  ],
488363
489740
  "displayOptions": {
@@ -592041,7 +593418,7 @@
592041
593418
  "name": "startDate",
592042
593419
  "type": "dateTime",
592043
593420
  "required": true,
592044
- "default": "2026-04-16T00:00:00.000+00:00",
593421
+ "default": "2026-04-22T00:00:00.000+00:00",
592045
593422
  "displayOptions": {
592046
593423
  "show": {
592047
593424
  "resource": [
@@ -592064,7 +593441,7 @@
592064
593441
  "name": "endDate",
592065
593442
  "type": "dateTime",
592066
593443
  "required": true,
592067
- "default": "2026-04-23T00:00:00.000+00:00",
593444
+ "default": "2026-04-29T00:00:00.000+00:00",
592068
593445
  "displayOptions": {
592069
593446
  "show": {
592070
593447
  "resource": [
@@ -593411,7 +594788,7 @@
593411
594788
  "name": "startDate",
593412
594789
  "type": "dateTime",
593413
594790
  "required": true,
593414
- "default": "2026-04-16T00:00:00.000+00:00",
594791
+ "default": "2026-04-22T00:00:00.000+00:00",
593415
594792
  "displayOptions": {
593416
594793
  "show": {
593417
594794
  "resource": [
@@ -593434,7 +594811,7 @@
593434
594811
  "name": "endDate",
593435
594812
  "type": "dateTime",
593436
594813
  "required": true,
593437
- "default": "2026-04-23T00:00:00.000+00:00",
594814
+ "default": "2026-04-29T00:00:00.000+00:00",
593438
594815
  "displayOptions": {
593439
594816
  "show": {
593440
594817
  "resource": [
@@ -637624,7 +639001,7 @@
637624
639001
  "value": "apiKey"
637625
639002
  },
637626
639003
  {
637627
- "name": "APP Token",
639004
+ "name": "Service Key",
637628
639005
  "value": "appToken"
637629
639006
  },
637630
639007
  {
@@ -688471,7 +689848,7 @@
688471
689848
  "displayName": "Start",
688472
689849
  "name": "startDateTime",
688473
689850
  "type": "dateTime",
688474
- "default": "2026-04-24T09:33:59.060+00:00",
689851
+ "default": "2026-04-30T18:35:12.615+00:00",
688475
689852
  "required": true,
688476
689853
  "displayOptions": {
688477
689854
  "show": {
@@ -688489,7 +689866,7 @@
688489
689866
  "name": "endDateTime",
688490
689867
  "type": "dateTime",
688491
689868
  "required": true,
688492
- "default": "2026-04-24T10:03:59.060+00:00",
689869
+ "default": "2026-04-30T19:05:12.615+00:00",
688493
689870
  "displayOptions": {
688494
689871
  "show": {
688495
689872
  "resource": [
@@ -906437,6 +907814,1361 @@
906437
907814
  "sourcePath": "/.n8n-cache/packages/@n8n/nodes-langchain/dist/nodes/vendors/GoogleGemini/GoogleGemini.node.js",
906438
907815
  "usableAsTool": false
906439
907816
  },
907817
+ {
907818
+ "name": "minimaxTool",
907819
+ "fullType": "@n8n/n8n-nodes-langchain.minimaxTool",
907820
+ "displayName": "MiniMax Tool",
907821
+ "description": "Interact with MiniMax AI models",
907822
+ "icon": "file:minimax.svg",
907823
+ "group": [
907824
+ "transform"
907825
+ ],
907826
+ "version": 1,
907827
+ "properties": [
907828
+ {
907829
+ "displayName": "Resource",
907830
+ "name": "resource",
907831
+ "type": "options",
907832
+ "noDataExpression": true,
907833
+ "options": [
907834
+ {
907835
+ "name": "Audio",
907836
+ "value": "audio"
907837
+ },
907838
+ {
907839
+ "name": "Image",
907840
+ "value": "image"
907841
+ },
907842
+ {
907843
+ "name": "Text",
907844
+ "value": "text"
907845
+ },
907846
+ {
907847
+ "name": "Video",
907848
+ "value": "video"
907849
+ }
907850
+ ],
907851
+ "default": "text"
907852
+ },
907853
+ {
907854
+ "displayName": "Operation",
907855
+ "name": "operation",
907856
+ "type": "options",
907857
+ "noDataExpression": true,
907858
+ "displayOptions": {
907859
+ "show": {
907860
+ "resource": [
907861
+ "audio"
907862
+ ]
907863
+ }
907864
+ },
907865
+ "options": [
907866
+ {
907867
+ "name": "Text to Speech",
907868
+ "value": "textToSpeech",
907869
+ "action": "Convert text to speech",
907870
+ "description": "Generate speech audio from text input"
907871
+ }
907872
+ ],
907873
+ "default": "textToSpeech"
907874
+ },
907875
+ {
907876
+ "displayName": "Model",
907877
+ "name": "modelId",
907878
+ "type": "options",
907879
+ "options": [
907880
+ {
907881
+ "name": "Speech 02 HD",
907882
+ "value": "speech-02-hd",
907883
+ "description": "Superior rhythm and stability with outstanding quality"
907884
+ },
907885
+ {
907886
+ "name": "Speech 02 Turbo",
907887
+ "value": "speech-02-turbo",
907888
+ "description": "Enhanced multilingual capabilities and performance"
907889
+ },
907890
+ {
907891
+ "name": "Speech 2.6 HD",
907892
+ "value": "speech-2.6-hd",
907893
+ "description": "HD model with outstanding prosody and cloning similarity"
907894
+ },
907895
+ {
907896
+ "name": "Speech 2.6 Turbo",
907897
+ "value": "speech-2.6-turbo",
907898
+ "description": "Turbo model with support for 40 languages"
907899
+ },
907900
+ {
907901
+ "name": "Speech 2.8 HD",
907902
+ "value": "speech-2.8-hd",
907903
+ "description": "Latest HD model with ultra-realistic quality and sound tags"
907904
+ },
907905
+ {
907906
+ "name": "Speech 2.8 Turbo",
907907
+ "value": "speech-2.8-turbo",
907908
+ "description": "Latest Turbo model with seamless speed and natural flow"
907909
+ }
907910
+ ],
907911
+ "default": "speech-2.8-hd",
907912
+ "description": "The speech synthesis model to use",
907913
+ "displayOptions": {
907914
+ "show": {
907915
+ "resource": [
907916
+ "audio"
907917
+ ],
907918
+ "operation": [
907919
+ "textToSpeech"
907920
+ ]
907921
+ }
907922
+ }
907923
+ },
907924
+ {
907925
+ "displayName": "Text",
907926
+ "name": "text",
907927
+ "type": "string",
907928
+ "typeOptions": {
907929
+ "rows": 4
907930
+ },
907931
+ "default": "",
907932
+ "required": true,
907933
+ "description": "The text to convert to speech (max 10,000 characters)",
907934
+ "placeholder": "e.g. Hello, welcome to our service!",
907935
+ "displayOptions": {
907936
+ "show": {
907937
+ "resource": [
907938
+ "audio"
907939
+ ],
907940
+ "operation": [
907941
+ "textToSpeech"
907942
+ ]
907943
+ }
907944
+ }
907945
+ },
907946
+ {
907947
+ "displayName": "Voice ID",
907948
+ "name": "voiceId",
907949
+ "type": "string",
907950
+ "default": "English_Graceful_Lady",
907951
+ "required": true,
907952
+ "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>.",
907953
+ "placeholder": "e.g. English_Graceful_Lady",
907954
+ "displayOptions": {
907955
+ "show": {
907956
+ "resource": [
907957
+ "audio"
907958
+ ],
907959
+ "operation": [
907960
+ "textToSpeech"
907961
+ ]
907962
+ }
907963
+ }
907964
+ },
907965
+ {
907966
+ "displayName": "Download Audio",
907967
+ "name": "downloadAudio",
907968
+ "type": "boolean",
907969
+ "default": true,
907970
+ "description": "Whether to download the generated audio as binary data. When disabled, only the audio URL is returned.",
907971
+ "displayOptions": {
907972
+ "show": {
907973
+ "resource": [
907974
+ "audio"
907975
+ ],
907976
+ "operation": [
907977
+ "textToSpeech"
907978
+ ]
907979
+ }
907980
+ }
907981
+ },
907982
+ {
907983
+ "displayName": "Options",
907984
+ "name": "options",
907985
+ "placeholder": "Add Option",
907986
+ "type": "collection",
907987
+ "default": {},
907988
+ "options": [
907989
+ {
907990
+ "displayName": "Audio Format",
907991
+ "name": "audioFormat",
907992
+ "type": "options",
907993
+ "options": [
907994
+ {
907995
+ "name": "MP3",
907996
+ "value": "mp3"
907997
+ },
907998
+ {
907999
+ "name": "PCM",
908000
+ "value": "pcm"
908001
+ },
908002
+ {
908003
+ "name": "FLAC",
908004
+ "value": "flac"
908005
+ },
908006
+ {
908007
+ "name": "WAV",
908008
+ "value": "wav"
908009
+ }
908010
+ ],
908011
+ "default": "mp3",
908012
+ "description": "Output audio format. WAV is only supported in non-streaming mode."
908013
+ },
908014
+ {
908015
+ "displayName": "Emotion",
908016
+ "name": "emotion",
908017
+ "type": "options",
908018
+ "options": [
908019
+ {
908020
+ "name": "Angry",
908021
+ "value": "angry"
908022
+ },
908023
+ {
908024
+ "name": "Calm",
908025
+ "value": "calm"
908026
+ },
908027
+ {
908028
+ "name": "Disgusted",
908029
+ "value": "disgusted"
908030
+ },
908031
+ {
908032
+ "name": "Fearful",
908033
+ "value": "fearful"
908034
+ },
908035
+ {
908036
+ "name": "Happy",
908037
+ "value": "happy"
908038
+ },
908039
+ {
908040
+ "name": "Sad",
908041
+ "value": "sad"
908042
+ },
908043
+ {
908044
+ "name": "Surprised",
908045
+ "value": "surprised"
908046
+ }
908047
+ ],
908048
+ "default": "calm",
908049
+ "description": "Emotion for synthesized speech. By default the model auto-selects the most natural emotion."
908050
+ },
908051
+ {
908052
+ "displayName": "Language Boost",
908053
+ "name": "languageBoost",
908054
+ "type": "options",
908055
+ "options": [
908056
+ {
908057
+ "name": "Arabic",
908058
+ "value": "Arabic"
908059
+ },
908060
+ {
908061
+ "name": "Auto Detect",
908062
+ "value": "auto"
908063
+ },
908064
+ {
908065
+ "name": "Chinese",
908066
+ "value": "Chinese"
908067
+ },
908068
+ {
908069
+ "name": "English",
908070
+ "value": "English"
908071
+ },
908072
+ {
908073
+ "name": "French",
908074
+ "value": "French"
908075
+ },
908076
+ {
908077
+ "name": "German",
908078
+ "value": "German"
908079
+ },
908080
+ {
908081
+ "name": "Indonesian",
908082
+ "value": "Indonesian"
908083
+ },
908084
+ {
908085
+ "name": "Italian",
908086
+ "value": "Italian"
908087
+ },
908088
+ {
908089
+ "name": "Japanese",
908090
+ "value": "Japanese"
908091
+ },
908092
+ {
908093
+ "name": "Korean",
908094
+ "value": "Korean"
908095
+ },
908096
+ {
908097
+ "name": "Portuguese",
908098
+ "value": "Portuguese"
908099
+ },
908100
+ {
908101
+ "name": "Russian",
908102
+ "value": "Russian"
908103
+ },
908104
+ {
908105
+ "name": "Spanish",
908106
+ "value": "Spanish"
908107
+ },
908108
+ {
908109
+ "name": "Thai",
908110
+ "value": "Thai"
908111
+ },
908112
+ {
908113
+ "name": "Turkish",
908114
+ "value": "Turkish"
908115
+ },
908116
+ {
908117
+ "name": "Vietnamese",
908118
+ "value": "Vietnamese"
908119
+ }
908120
+ ],
908121
+ "default": "auto",
908122
+ "description": "Enhance recognition for a specific language"
908123
+ },
908124
+ {
908125
+ "displayName": "Pitch",
908126
+ "name": "pitch",
908127
+ "type": "number",
908128
+ "typeOptions": {
908129
+ "minValue": -12,
908130
+ "maxValue": 12
908131
+ },
908132
+ "default": 0,
908133
+ "description": "Speech pitch adjustment (-12 to 12, 0 = original pitch)"
908134
+ },
908135
+ {
908136
+ "displayName": "Speed",
908137
+ "name": "speed",
908138
+ "type": "number",
908139
+ "typeOptions": {
908140
+ "minValue": 0.5,
908141
+ "maxValue": 2,
908142
+ "numberPrecision": 1
908143
+ },
908144
+ "default": 1,
908145
+ "description": "Speech speed (0.5-2, higher = faster)"
908146
+ },
908147
+ {
908148
+ "displayName": "Volume",
908149
+ "name": "volume",
908150
+ "type": "number",
908151
+ "typeOptions": {
908152
+ "minValue": 0.1,
908153
+ "maxValue": 10,
908154
+ "numberPrecision": 1
908155
+ },
908156
+ "default": 1,
908157
+ "description": "Speech volume (0.1-10, higher = louder)"
908158
+ }
908159
+ ],
908160
+ "displayOptions": {
908161
+ "show": {
908162
+ "resource": [
908163
+ "audio"
908164
+ ],
908165
+ "operation": [
908166
+ "textToSpeech"
908167
+ ]
908168
+ }
908169
+ }
908170
+ },
908171
+ {
908172
+ "displayName": "Operation",
908173
+ "name": "operation",
908174
+ "type": "options",
908175
+ "noDataExpression": true,
908176
+ "displayOptions": {
908177
+ "show": {
908178
+ "resource": [
908179
+ "image"
908180
+ ]
908181
+ }
908182
+ },
908183
+ "options": [
908184
+ {
908185
+ "name": "Generate an Image",
908186
+ "value": "generate",
908187
+ "action": "Generate an image",
908188
+ "description": "Create an image from a text prompt"
908189
+ }
908190
+ ],
908191
+ "default": "generate"
908192
+ },
908193
+ {
908194
+ "displayName": "Model",
908195
+ "name": "modelId",
908196
+ "type": "options",
908197
+ "options": [
908198
+ {
908199
+ "name": "Image-01",
908200
+ "value": "image-01",
908201
+ "description": "High-quality image generation with fine-grained details"
908202
+ }
908203
+ ],
908204
+ "default": "image-01",
908205
+ "description": "The model to use for image generation",
908206
+ "displayOptions": {
908207
+ "show": {
908208
+ "operation": [
908209
+ "generate"
908210
+ ],
908211
+ "resource": [
908212
+ "image"
908213
+ ]
908214
+ }
908215
+ }
908216
+ },
908217
+ {
908218
+ "displayName": "Prompt",
908219
+ "name": "prompt",
908220
+ "type": "string",
908221
+ "typeOptions": {
908222
+ "rows": 4
908223
+ },
908224
+ "default": "",
908225
+ "required": true,
908226
+ "description": "Text description of the image to generate (max 1500 characters)",
908227
+ "placeholder": "e.g. A serene mountain landscape at sunset with reflections in a lake",
908228
+ "displayOptions": {
908229
+ "show": {
908230
+ "operation": [
908231
+ "generate"
908232
+ ],
908233
+ "resource": [
908234
+ "image"
908235
+ ]
908236
+ }
908237
+ }
908238
+ },
908239
+ {
908240
+ "displayName": "Aspect Ratio",
908241
+ "name": "aspectRatio",
908242
+ "type": "options",
908243
+ "options": [
908244
+ {
908245
+ "name": "1:1 (1024x1024)",
908246
+ "value": "1:1"
908247
+ },
908248
+ {
908249
+ "name": "16:9 (1280x720)",
908250
+ "value": "16:9"
908251
+ },
908252
+ {
908253
+ "name": "2:3 (832x1248)",
908254
+ "value": "2:3"
908255
+ },
908256
+ {
908257
+ "name": "21:9 (1344x576)",
908258
+ "value": "21:9"
908259
+ },
908260
+ {
908261
+ "name": "3:2 (1248x832)",
908262
+ "value": "3:2"
908263
+ },
908264
+ {
908265
+ "name": "3:4 (864x1152)",
908266
+ "value": "3:4"
908267
+ },
908268
+ {
908269
+ "name": "4:3 (1152x864)",
908270
+ "value": "4:3"
908271
+ },
908272
+ {
908273
+ "name": "9:16 (720x1280)",
908274
+ "value": "9:16"
908275
+ }
908276
+ ],
908277
+ "default": "1:1",
908278
+ "description": "Aspect ratio of the generated image",
908279
+ "displayOptions": {
908280
+ "show": {
908281
+ "operation": [
908282
+ "generate"
908283
+ ],
908284
+ "resource": [
908285
+ "image"
908286
+ ]
908287
+ }
908288
+ }
908289
+ },
908290
+ {
908291
+ "displayName": "Number of Images",
908292
+ "name": "numberOfImages",
908293
+ "type": "number",
908294
+ "typeOptions": {
908295
+ "minValue": 1,
908296
+ "maxValue": 9
908297
+ },
908298
+ "default": 1,
908299
+ "description": "Number of images to generate per request (1-9)",
908300
+ "displayOptions": {
908301
+ "show": {
908302
+ "operation": [
908303
+ "generate"
908304
+ ],
908305
+ "resource": [
908306
+ "image"
908307
+ ]
908308
+ }
908309
+ }
908310
+ },
908311
+ {
908312
+ "displayName": "Download Image",
908313
+ "name": "downloadImage",
908314
+ "type": "boolean",
908315
+ "default": true,
908316
+ "description": "Whether to download the generated image as binary data. When disabled, only the image URL is returned.",
908317
+ "displayOptions": {
908318
+ "show": {
908319
+ "operation": [
908320
+ "generate"
908321
+ ],
908322
+ "resource": [
908323
+ "image"
908324
+ ]
908325
+ }
908326
+ }
908327
+ },
908328
+ {
908329
+ "displayName": "Options",
908330
+ "name": "options",
908331
+ "placeholder": "Add Option",
908332
+ "type": "collection",
908333
+ "default": {},
908334
+ "options": [
908335
+ {
908336
+ "displayName": "Prompt Optimizer",
908337
+ "name": "promptOptimizer",
908338
+ "type": "boolean",
908339
+ "default": false,
908340
+ "description": "Whether to automatically optimize the prompt for better results"
908341
+ },
908342
+ {
908343
+ "displayName": "Seed",
908344
+ "name": "seed",
908345
+ "type": "number",
908346
+ "default": 0,
908347
+ "description": "Random seed for reproducible outputs. Using the same seed and parameters produces the same image."
908348
+ }
908349
+ ],
908350
+ "displayOptions": {
908351
+ "show": {
908352
+ "operation": [
908353
+ "generate"
908354
+ ],
908355
+ "resource": [
908356
+ "image"
908357
+ ]
908358
+ }
908359
+ }
908360
+ },
908361
+ {
908362
+ "displayName": "Operation",
908363
+ "name": "operation",
908364
+ "type": "options",
908365
+ "noDataExpression": true,
908366
+ "options": [
908367
+ {
908368
+ "name": "Message a Model",
908369
+ "value": "message",
908370
+ "action": "Message a model",
908371
+ "description": "Send a message and get a response from a MiniMax model"
908372
+ }
908373
+ ],
908374
+ "default": "message",
908375
+ "displayOptions": {
908376
+ "show": {
908377
+ "resource": [
908378
+ "text"
908379
+ ]
908380
+ }
908381
+ }
908382
+ },
908383
+ {
908384
+ "displayName": "Model",
908385
+ "name": "modelId",
908386
+ "type": "options",
908387
+ "options": [
908388
+ {
908389
+ "name": "MiniMax-M2",
908390
+ "value": "MiniMax-M2"
908391
+ },
908392
+ {
908393
+ "name": "MiniMax-M2.1",
908394
+ "value": "MiniMax-M2.1"
908395
+ },
908396
+ {
908397
+ "name": "MiniMax-M2.1-Highspeed",
908398
+ "value": "MiniMax-M2.1-highspeed"
908399
+ },
908400
+ {
908401
+ "name": "MiniMax-M2.5",
908402
+ "value": "MiniMax-M2.5"
908403
+ },
908404
+ {
908405
+ "name": "MiniMax-M2.5-Highspeed",
908406
+ "value": "MiniMax-M2.5-highspeed"
908407
+ },
908408
+ {
908409
+ "name": "MiniMax-M2.7",
908410
+ "value": "MiniMax-M2.7"
908411
+ },
908412
+ {
908413
+ "name": "MiniMax-M2.7-Highspeed",
908414
+ "value": "MiniMax-M2.7-highspeed"
908415
+ }
908416
+ ],
908417
+ "default": "MiniMax-M2.7",
908418
+ "description": "The model to use for generating the response",
908419
+ "displayOptions": {
908420
+ "show": {
908421
+ "operation": [
908422
+ "message"
908423
+ ],
908424
+ "resource": [
908425
+ "text"
908426
+ ]
908427
+ }
908428
+ }
908429
+ },
908430
+ {
908431
+ "displayName": "Messages",
908432
+ "name": "messages",
908433
+ "type": "fixedCollection",
908434
+ "typeOptions": {
908435
+ "sortable": true,
908436
+ "multipleValues": true
908437
+ },
908438
+ "placeholder": "Add Message",
908439
+ "default": {
908440
+ "values": [
908441
+ {
908442
+ "content": "",
908443
+ "role": "user"
908444
+ }
908445
+ ]
908446
+ },
908447
+ "options": [
908448
+ {
908449
+ "displayName": "Values",
908450
+ "name": "values",
908451
+ "values": [
908452
+ {
908453
+ "displayName": "Prompt",
908454
+ "name": "content",
908455
+ "type": "string",
908456
+ "description": "The content of the message to be sent",
908457
+ "default": "",
908458
+ "placeholder": "e.g. Hello, how can you help me?",
908459
+ "typeOptions": {
908460
+ "rows": 2
908461
+ }
908462
+ },
908463
+ {
908464
+ "displayName": "Role",
908465
+ "name": "role",
908466
+ "type": "options",
908467
+ "description": "Role in shaping the model's response, it tells the model how it should behave and interact with the user",
908468
+ "options": [
908469
+ {
908470
+ "name": "User",
908471
+ "value": "user",
908472
+ "description": "Send a message as a user and get a response from the model"
908473
+ },
908474
+ {
908475
+ "name": "Assistant",
908476
+ "value": "assistant",
908477
+ "description": "Tell the model to adopt a specific tone or personality"
908478
+ }
908479
+ ],
908480
+ "default": "user"
908481
+ }
908482
+ ]
908483
+ }
908484
+ ],
908485
+ "displayOptions": {
908486
+ "show": {
908487
+ "operation": [
908488
+ "message"
908489
+ ],
908490
+ "resource": [
908491
+ "text"
908492
+ ]
908493
+ }
908494
+ }
908495
+ },
908496
+ {
908497
+ "displayName": "Simplify Output",
908498
+ "name": "simplify",
908499
+ "type": "boolean",
908500
+ "default": true,
908501
+ "description": "Whether to return a simplified version of the response instead of the raw data",
908502
+ "displayOptions": {
908503
+ "show": {
908504
+ "operation": [
908505
+ "message"
908506
+ ],
908507
+ "resource": [
908508
+ "text"
908509
+ ]
908510
+ }
908511
+ }
908512
+ },
908513
+ {
908514
+ "displayName": "Options",
908515
+ "name": "options",
908516
+ "placeholder": "Add Option",
908517
+ "type": "collection",
908518
+ "default": {},
908519
+ "options": [
908520
+ {
908521
+ "displayName": "Hide Thinking",
908522
+ "name": "hideThinking",
908523
+ "type": "boolean",
908524
+ "default": true,
908525
+ "description": "Whether to strip chain-of-thought reasoning from the response, returning only the final answer"
908526
+ },
908527
+ {
908528
+ "displayName": "Maximum Number of Tokens",
908529
+ "name": "maxTokens",
908530
+ "default": 1024,
908531
+ "description": "The maximum number of tokens to generate in the completion",
908532
+ "type": "number",
908533
+ "typeOptions": {
908534
+ "minValue": 1,
908535
+ "numberPrecision": 0
908536
+ }
908537
+ },
908538
+ {
908539
+ "displayName": "Max Tool Calls Iterations",
908540
+ "name": "maxToolsIterations",
908541
+ "type": "number",
908542
+ "default": 15,
908543
+ "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.",
908544
+ "typeOptions": {
908545
+ "minValue": 0,
908546
+ "numberPrecision": 0
908547
+ }
908548
+ },
908549
+ {
908550
+ "displayName": "Output Randomness (Temperature)",
908551
+ "name": "temperature",
908552
+ "default": 0.7,
908553
+ "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.",
908554
+ "type": "number",
908555
+ "typeOptions": {
908556
+ "minValue": 0,
908557
+ "maxValue": 1,
908558
+ "numberPrecision": 1
908559
+ }
908560
+ },
908561
+ {
908562
+ "displayName": "Output Randomness (Top P)",
908563
+ "name": "topP",
908564
+ "default": 0.95,
908565
+ "description": "The maximum cumulative probability of tokens to consider when sampling",
908566
+ "type": "number",
908567
+ "typeOptions": {
908568
+ "minValue": 0,
908569
+ "maxValue": 1,
908570
+ "numberPrecision": 2
908571
+ }
908572
+ },
908573
+ {
908574
+ "displayName": "System Message",
908575
+ "name": "system",
908576
+ "type": "string",
908577
+ "default": "",
908578
+ "placeholder": "e.g. You are a helpful assistant"
908579
+ }
908580
+ ],
908581
+ "displayOptions": {
908582
+ "show": {
908583
+ "operation": [
908584
+ "message"
908585
+ ],
908586
+ "resource": [
908587
+ "text"
908588
+ ]
908589
+ }
908590
+ }
908591
+ },
908592
+ {
908593
+ "displayName": "Operation",
908594
+ "name": "operation",
908595
+ "type": "options",
908596
+ "noDataExpression": true,
908597
+ "displayOptions": {
908598
+ "show": {
908599
+ "resource": [
908600
+ "video"
908601
+ ]
908602
+ }
908603
+ },
908604
+ "options": [
908605
+ {
908606
+ "name": "Generate Video From Text",
908607
+ "value": "textToVideo",
908608
+ "action": "Generate video from text prompt",
908609
+ "description": "Generate a video from a text prompt"
908610
+ },
908611
+ {
908612
+ "name": "Generate Video From Image",
908613
+ "value": "imageToVideo",
908614
+ "action": "Generate video from image",
908615
+ "description": "Generate a video from an image, with optional last frame and subject reference"
908616
+ }
908617
+ ],
908618
+ "default": "textToVideo"
908619
+ },
908620
+ {
908621
+ "displayName": "Model",
908622
+ "name": "modelId",
908623
+ "type": "options",
908624
+ "options": [
908625
+ {
908626
+ "name": "MiniMax-Hailuo-2.3",
908627
+ "value": "MiniMax-Hailuo-2.3",
908628
+ "description": "Latest video generation model with enhanced realism"
908629
+ },
908630
+ {
908631
+ "name": "MiniMax-Hailuo-02",
908632
+ "value": "MiniMax-Hailuo-02",
908633
+ "description": "Video model supporting higher resolution and longer duration"
908634
+ },
908635
+ {
908636
+ "name": "T2V-01-Director",
908637
+ "value": "T2V-01-Director",
908638
+ "description": "Text-to-video model with camera control commands"
908639
+ },
908640
+ {
908641
+ "name": "T2V-01",
908642
+ "value": "T2V-01",
908643
+ "description": "Standard text-to-video model"
908644
+ }
908645
+ ],
908646
+ "default": "MiniMax-Hailuo-2.3",
908647
+ "description": "The model to use for video generation",
908648
+ "displayOptions": {
908649
+ "show": {
908650
+ "resource": [
908651
+ "video"
908652
+ ],
908653
+ "operation": [
908654
+ "textToVideo"
908655
+ ]
908656
+ }
908657
+ }
908658
+ },
908659
+ {
908660
+ "displayName": "Prompt",
908661
+ "name": "prompt",
908662
+ "type": "string",
908663
+ "typeOptions": {
908664
+ "rows": 4
908665
+ },
908666
+ "default": "",
908667
+ "required": true,
908668
+ "description": "Text description of the video (max 2000 characters). Camera movements can be controlled using [command] syntax, e.g. [Push in], [Pan left].",
908669
+ "placeholder": "e.g. A cat playing with a ball of yarn [Static shot]",
908670
+ "displayOptions": {
908671
+ "show": {
908672
+ "resource": [
908673
+ "video"
908674
+ ],
908675
+ "operation": [
908676
+ "textToVideo"
908677
+ ]
908678
+ }
908679
+ }
908680
+ },
908681
+ {
908682
+ "displayName": "Duration (Seconds)",
908683
+ "name": "duration",
908684
+ "type": "options",
908685
+ "options": [
908686
+ {
908687
+ "name": "6 Seconds",
908688
+ "value": 6
908689
+ },
908690
+ {
908691
+ "name": "10 Seconds",
908692
+ "value": 10
908693
+ }
908694
+ ],
908695
+ "default": 6,
908696
+ "description": "Duration of the generated video",
908697
+ "displayOptions": {
908698
+ "show": {
908699
+ "resource": [
908700
+ "video"
908701
+ ],
908702
+ "operation": [
908703
+ "textToVideo"
908704
+ ]
908705
+ }
908706
+ }
908707
+ },
908708
+ {
908709
+ "displayName": "Resolution",
908710
+ "name": "resolution",
908711
+ "type": "options",
908712
+ "options": [
908713
+ {
908714
+ "name": "720P",
908715
+ "value": "720P"
908716
+ },
908717
+ {
908718
+ "name": "768P",
908719
+ "value": "768P"
908720
+ },
908721
+ {
908722
+ "name": "1080P",
908723
+ "value": "1080P"
908724
+ }
908725
+ ],
908726
+ "default": "768P",
908727
+ "description": "Resolution of the generated video. Available options depend on the model.",
908728
+ "displayOptions": {
908729
+ "show": {
908730
+ "resource": [
908731
+ "video"
908732
+ ],
908733
+ "operation": [
908734
+ "textToVideo"
908735
+ ]
908736
+ }
908737
+ }
908738
+ },
908739
+ {
908740
+ "displayName": "Download Video",
908741
+ "name": "downloadVideo",
908742
+ "type": "boolean",
908743
+ "default": true,
908744
+ "description": "Whether to download the generated video as binary data. When disabled, only the video URL is returned.",
908745
+ "displayOptions": {
908746
+ "show": {
908747
+ "resource": [
908748
+ "video"
908749
+ ],
908750
+ "operation": [
908751
+ "textToVideo"
908752
+ ]
908753
+ }
908754
+ }
908755
+ },
908756
+ {
908757
+ "displayName": "Options",
908758
+ "name": "options",
908759
+ "placeholder": "Add Option",
908760
+ "type": "collection",
908761
+ "default": {},
908762
+ "options": [
908763
+ {
908764
+ "displayName": "Prompt Optimizer",
908765
+ "name": "promptOptimizer",
908766
+ "type": "boolean",
908767
+ "default": true,
908768
+ "description": "Whether to automatically optimize the prompt for better results"
908769
+ }
908770
+ ],
908771
+ "displayOptions": {
908772
+ "show": {
908773
+ "resource": [
908774
+ "video"
908775
+ ],
908776
+ "operation": [
908777
+ "textToVideo"
908778
+ ]
908779
+ }
908780
+ }
908781
+ },
908782
+ {
908783
+ "displayName": "Model",
908784
+ "name": "modelId",
908785
+ "type": "options",
908786
+ "options": [
908787
+ {
908788
+ "name": "I2V-01",
908789
+ "value": "I2V-01",
908790
+ "description": "Standard image-to-video model"
908791
+ },
908792
+ {
908793
+ "name": "I2V-01-Director",
908794
+ "value": "I2V-01-Director",
908795
+ "description": "Image-to-video with camera control commands"
908796
+ },
908797
+ {
908798
+ "name": "I2V-01-Live",
908799
+ "value": "I2V-01-live",
908800
+ "description": "Image-to-video live model"
908801
+ },
908802
+ {
908803
+ "name": "MiniMax-Hailuo-02",
908804
+ "value": "MiniMax-Hailuo-02",
908805
+ "description": "Model supporting higher resolution and longer duration"
908806
+ },
908807
+ {
908808
+ "name": "MiniMax-Hailuo-2.3",
908809
+ "value": "MiniMax-Hailuo-2.3",
908810
+ "description": "Latest model with enhanced realism"
908811
+ },
908812
+ {
908813
+ "name": "MiniMax-Hailuo-2.3-Fast",
908814
+ "value": "MiniMax-Hailuo-2.3-Fast",
908815
+ "description": "Faster image-to-video model for value and efficiency"
908816
+ }
908817
+ ],
908818
+ "default": "MiniMax-Hailuo-2.3",
908819
+ "description": "The model to use for video generation",
908820
+ "displayOptions": {
908821
+ "show": {
908822
+ "resource": [
908823
+ "video"
908824
+ ],
908825
+ "operation": [
908826
+ "imageToVideo"
908827
+ ]
908828
+ }
908829
+ }
908830
+ },
908831
+ {
908832
+ "displayName": "Image Input Type",
908833
+ "name": "imageInputType",
908834
+ "type": "options",
908835
+ "options": [
908836
+ {
908837
+ "name": "URL",
908838
+ "value": "url"
908839
+ },
908840
+ {
908841
+ "name": "Binary File",
908842
+ "value": "binary"
908843
+ }
908844
+ ],
908845
+ "default": "url",
908846
+ "description": "How to provide the first frame image",
908847
+ "displayOptions": {
908848
+ "show": {
908849
+ "resource": [
908850
+ "video"
908851
+ ],
908852
+ "operation": [
908853
+ "imageToVideo"
908854
+ ]
908855
+ }
908856
+ }
908857
+ },
908858
+ {
908859
+ "displayName": "Image URL",
908860
+ "name": "imageUrl",
908861
+ "type": "string",
908862
+ "default": "",
908863
+ "required": true,
908864
+ "placeholder": "https://example.com/image.jpg",
908865
+ "description": "Public URL of the image to use as first frame (JPG, JPEG, PNG, WebP, <20MB)",
908866
+ "displayOptions": {
908867
+ "show": {
908868
+ "imageInputType": [
908869
+ "url"
908870
+ ],
908871
+ "resource": [
908872
+ "video"
908873
+ ],
908874
+ "operation": [
908875
+ "imageToVideo"
908876
+ ]
908877
+ }
908878
+ }
908879
+ },
908880
+ {
908881
+ "displayName": "Input Data Field Name",
908882
+ "name": "binaryPropertyName",
908883
+ "type": "string",
908884
+ "default": "data",
908885
+ "required": true,
908886
+ "placeholder": "e.g. data",
908887
+ "hint": "The name of the input field containing the binary image data",
908888
+ "typeOptions": {
908889
+ "binaryDataProperty": true
908890
+ },
908891
+ "displayOptions": {
908892
+ "show": {
908893
+ "imageInputType": [
908894
+ "binary"
908895
+ ],
908896
+ "resource": [
908897
+ "video"
908898
+ ],
908899
+ "operation": [
908900
+ "imageToVideo"
908901
+ ]
908902
+ }
908903
+ }
908904
+ },
908905
+ {
908906
+ "displayName": "Prompt",
908907
+ "name": "prompt",
908908
+ "type": "string",
908909
+ "typeOptions": {
908910
+ "rows": 4
908911
+ },
908912
+ "default": "",
908913
+ "description": "Optional text description of the video (max 2000 characters). Camera movements can be controlled using [command] syntax.",
908914
+ "placeholder": "e.g. The subject smiles and waves at the camera [Zoom in]",
908915
+ "displayOptions": {
908916
+ "show": {
908917
+ "resource": [
908918
+ "video"
908919
+ ],
908920
+ "operation": [
908921
+ "imageToVideo"
908922
+ ]
908923
+ }
908924
+ }
908925
+ },
908926
+ {
908927
+ "displayName": "Duration (Seconds)",
908928
+ "name": "duration",
908929
+ "type": "options",
908930
+ "options": [
908931
+ {
908932
+ "name": "6 Seconds",
908933
+ "value": 6
908934
+ },
908935
+ {
908936
+ "name": "10 Seconds",
908937
+ "value": 10
908938
+ }
908939
+ ],
908940
+ "default": 6,
908941
+ "description": "Duration of the generated video",
908942
+ "displayOptions": {
908943
+ "show": {
908944
+ "resource": [
908945
+ "video"
908946
+ ],
908947
+ "operation": [
908948
+ "imageToVideo"
908949
+ ]
908950
+ }
908951
+ }
908952
+ },
908953
+ {
908954
+ "displayName": "Resolution",
908955
+ "name": "resolution",
908956
+ "type": "options",
908957
+ "options": [
908958
+ {
908959
+ "name": "512P",
908960
+ "value": "512P"
908961
+ },
908962
+ {
908963
+ "name": "720P",
908964
+ "value": "720P"
908965
+ },
908966
+ {
908967
+ "name": "768P",
908968
+ "value": "768P"
908969
+ },
908970
+ {
908971
+ "name": "1080P",
908972
+ "value": "1080P"
908973
+ }
908974
+ ],
908975
+ "default": "768P",
908976
+ "description": "Resolution of the generated video. Available options depend on the model.",
908977
+ "displayOptions": {
908978
+ "show": {
908979
+ "resource": [
908980
+ "video"
908981
+ ],
908982
+ "operation": [
908983
+ "imageToVideo"
908984
+ ]
908985
+ }
908986
+ }
908987
+ },
908988
+ {
908989
+ "displayName": "Download Video",
908990
+ "name": "downloadVideo",
908991
+ "type": "boolean",
908992
+ "default": true,
908993
+ "description": "Whether to download the generated video as binary data. When disabled, only the video URL is returned.",
908994
+ "displayOptions": {
908995
+ "show": {
908996
+ "resource": [
908997
+ "video"
908998
+ ],
908999
+ "operation": [
909000
+ "imageToVideo"
909001
+ ]
909002
+ }
909003
+ }
909004
+ },
909005
+ {
909006
+ "displayName": "Options",
909007
+ "name": "options",
909008
+ "placeholder": "Add Option",
909009
+ "type": "collection",
909010
+ "default": {},
909011
+ "options": [
909012
+ {
909013
+ "displayName": "Prompt Optimizer",
909014
+ "name": "promptOptimizer",
909015
+ "type": "boolean",
909016
+ "default": true,
909017
+ "description": "Whether to automatically optimize the prompt"
909018
+ },
909019
+ {
909020
+ "displayName": "Last Frame Image Input Type",
909021
+ "name": "lastFrameInputType",
909022
+ "type": "options",
909023
+ "options": [
909024
+ {
909025
+ "name": "None",
909026
+ "value": "none"
909027
+ },
909028
+ {
909029
+ "name": "URL",
909030
+ "value": "url"
909031
+ },
909032
+ {
909033
+ "name": "Binary File",
909034
+ "value": "binary"
909035
+ }
909036
+ ],
909037
+ "default": "none",
909038
+ "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."
909039
+ },
909040
+ {
909041
+ "displayName": "Last Frame Image URL",
909042
+ "name": "lastFrameImageUrl",
909043
+ "type": "string",
909044
+ "default": "",
909045
+ "placeholder": "https://example.com/last-frame.jpg",
909046
+ "displayOptions": {
909047
+ "show": {
909048
+ "lastFrameInputType": [
909049
+ "url"
909050
+ ]
909051
+ }
909052
+ }
909053
+ },
909054
+ {
909055
+ "displayName": "Last Frame Data Field Name",
909056
+ "name": "lastFrameBinaryPropertyName",
909057
+ "type": "string",
909058
+ "default": "lastFrame",
909059
+ "placeholder": "e.g. lastFrame",
909060
+ "typeOptions": {
909061
+ "binaryDataProperty": true
909062
+ },
909063
+ "displayOptions": {
909064
+ "show": {
909065
+ "lastFrameInputType": [
909066
+ "binary"
909067
+ ]
909068
+ }
909069
+ }
909070
+ },
909071
+ {
909072
+ "displayName": "Subject Reference Input Type",
909073
+ "name": "subjectReferenceInputType",
909074
+ "type": "options",
909075
+ "options": [
909076
+ {
909077
+ "name": "None",
909078
+ "value": "none"
909079
+ },
909080
+ {
909081
+ "name": "URL",
909082
+ "value": "url"
909083
+ },
909084
+ {
909085
+ "name": "Binary File",
909086
+ "value": "binary"
909087
+ }
909088
+ ],
909089
+ "default": "none",
909090
+ "description": "Provide a face photo for facial consistency in the generated video. Only supported by MiniMax-Hailuo-2.3."
909091
+ },
909092
+ {
909093
+ "displayName": "Subject Reference Image URL",
909094
+ "name": "subjectReferenceImageUrl",
909095
+ "type": "string",
909096
+ "default": "",
909097
+ "placeholder": "https://example.com/face.jpg",
909098
+ "displayOptions": {
909099
+ "show": {
909100
+ "subjectReferenceInputType": [
909101
+ "url"
909102
+ ]
909103
+ }
909104
+ }
909105
+ },
909106
+ {
909107
+ "displayName": "Subject Reference Data Field Name",
909108
+ "name": "subjectReferenceBinaryPropertyName",
909109
+ "type": "string",
909110
+ "default": "subjectReference",
909111
+ "placeholder": "e.g. subjectReference",
909112
+ "typeOptions": {
909113
+ "binaryDataProperty": true
909114
+ },
909115
+ "displayOptions": {
909116
+ "show": {
909117
+ "subjectReferenceInputType": [
909118
+ "binary"
909119
+ ]
909120
+ }
909121
+ }
909122
+ }
909123
+ ],
909124
+ "displayOptions": {
909125
+ "show": {
909126
+ "resource": [
909127
+ "video"
909128
+ ],
909129
+ "operation": [
909130
+ "imageToVideo"
909131
+ ]
909132
+ }
909133
+ }
909134
+ },
909135
+ {
909136
+ "displayName": "Tool Description",
909137
+ "name": "descriptionType",
909138
+ "type": "options",
909139
+ "options": [
909140
+ {
909141
+ "name": "Set Automatically",
909142
+ "value": "auto",
909143
+ "description": "Automatically set based on resource and operation"
909144
+ },
909145
+ {
909146
+ "name": "Set Manually",
909147
+ "value": "manual",
909148
+ "description": "Manually set the description"
909149
+ }
909150
+ ],
909151
+ "default": "auto"
909152
+ },
909153
+ {
909154
+ "displayName": "Description",
909155
+ "name": "toolDescription",
909156
+ "type": "string",
909157
+ "default": "Interact with MiniMax AI models",
909158
+ "required": true,
909159
+ "description": "Explain to the LLM what this tool does so it can choose and use it correctly.",
909160
+ "displayOptions": {
909161
+ "show": {
909162
+ "descriptionType": [
909163
+ "manual"
909164
+ ]
909165
+ }
909166
+ }
909167
+ }
909168
+ ],
909169
+ "sourcePath": "/.n8n-cache/packages/@n8n/nodes-langchain/dist/nodes/vendors/MiniMax/MiniMax.node.js",
909170
+ "usableAsTool": false
909171
+ },
906440
909172
  {
906441
909173
  "name": "moonshotTool",
906442
909174
  "fullType": "@n8n/n8n-nodes-langchain.moonshotTool",