@n8n-as-code/skills 2.0.0-next.83 → 2.0.0
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-credentials-ontology.json +8 -2
- package/dist/assets/n8n-docs-complete.json +6494 -6319
- package/dist/assets/n8n-knowledge-index.json +2805 -2623
- package/dist/assets/n8n-nodes-index.json +924 -54
- package/dist/assets/n8n-nodes-technical.json +930 -62
- package/dist/assets/workflows-index.json +2019 -16
- package/package.json +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
2
|
+
"generatedAt": "2026-05-06T11:23:27.561Z",
|
|
3
3
|
"sourceFileCount": 663,
|
|
4
4
|
"scanDirectories": [
|
|
5
5
|
"/home/runner/work/n8n-as-code/n8n-as-code/.n8n-cache/packages/nodes-base/dist/nodes",
|
|
@@ -28344,6 +28344,13 @@
|
|
|
28344
28344
|
"default": "",
|
|
28345
28345
|
"description": "A delimiter is a character you use to group keys"
|
|
28346
28346
|
},
|
|
28347
|
+
{
|
|
28348
|
+
"displayName": "Include Common Prefixes",
|
|
28349
|
+
"name": "includeCommonPrefixes",
|
|
28350
|
+
"type": "boolean",
|
|
28351
|
+
"default": false,
|
|
28352
|
+
"description": "Whether to return common prefixes (grouped keys) instead of object contents. Only works when a Delimiter is set."
|
|
28353
|
+
},
|
|
28347
28354
|
{
|
|
28348
28355
|
"displayName": "Encoding Type",
|
|
28349
28356
|
"name": "encodingType",
|
|
@@ -128015,7 +128022,7 @@
|
|
|
128015
128022
|
"name": "startDate",
|
|
128016
128023
|
"type": "dateTime",
|
|
128017
128024
|
"required": true,
|
|
128018
|
-
"default": "2026-04-
|
|
128025
|
+
"default": "2026-04-28T00:00:00.000+00:00",
|
|
128019
128026
|
"displayOptions": {
|
|
128020
128027
|
"show": {
|
|
128021
128028
|
"resource": [
|
|
@@ -128038,7 +128045,7 @@
|
|
|
128038
128045
|
"name": "endDate",
|
|
128039
128046
|
"type": "dateTime",
|
|
128040
128047
|
"required": true,
|
|
128041
|
-
"default": "2026-05-
|
|
128048
|
+
"default": "2026-05-05T00:00:00.000+00:00",
|
|
128042
128049
|
"displayOptions": {
|
|
128043
128050
|
"show": {
|
|
128044
128051
|
"resource": [
|
|
@@ -129385,7 +129392,7 @@
|
|
|
129385
129392
|
"name": "startDate",
|
|
129386
129393
|
"type": "dateTime",
|
|
129387
129394
|
"required": true,
|
|
129388
|
-
"default": "2026-04-
|
|
129395
|
+
"default": "2026-04-28T00:00:00.000+00:00",
|
|
129389
129396
|
"displayOptions": {
|
|
129390
129397
|
"show": {
|
|
129391
129398
|
"resource": [
|
|
@@ -129408,7 +129415,7 @@
|
|
|
129408
129415
|
"name": "endDate",
|
|
129409
129416
|
"type": "dateTime",
|
|
129410
129417
|
"required": true,
|
|
129411
|
-
"default": "2026-05-
|
|
129418
|
+
"default": "2026-05-05T00:00:00.000+00:00",
|
|
129412
129419
|
"displayOptions": {
|
|
129413
129420
|
"show": {
|
|
129414
129421
|
"resource": [
|
|
@@ -143878,6 +143885,10 @@
|
|
|
143878
143885
|
"name": "HTML",
|
|
143879
143886
|
"value": "text/html"
|
|
143880
143887
|
},
|
|
143888
|
+
{
|
|
143889
|
+
"name": "Markdown (md)",
|
|
143890
|
+
"value": "text/markdown"
|
|
143891
|
+
},
|
|
143881
143892
|
{
|
|
143882
143893
|
"name": "MS Word Document",
|
|
143883
143894
|
"value": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
|
@@ -153189,7 +153200,8 @@
|
|
|
153189
153200
|
1,
|
|
153190
153201
|
1.1,
|
|
153191
153202
|
1.2,
|
|
153192
|
-
1.3
|
|
153203
|
+
1.3,
|
|
153204
|
+
1.4
|
|
153193
153205
|
],
|
|
153194
153206
|
"credentials": [
|
|
153195
153207
|
{
|
|
@@ -153254,6 +153266,28 @@
|
|
|
153254
153266
|
"message": "Set to false when the email body is needed for AI analysis, summarization, or content processing. When true, only returns snippet (preview text). When false, returns full email with {id, threadId, labelIds, headers, html, text, textAsHtml, subject, date, to, from, messageId, replyTo}."
|
|
153255
153267
|
}
|
|
153256
153268
|
},
|
|
153269
|
+
{
|
|
153270
|
+
"displayName": "Max Emails per Poll",
|
|
153271
|
+
"name": "maxResults",
|
|
153272
|
+
"type": "number",
|
|
153273
|
+
"default": 10,
|
|
153274
|
+
"typeOptions": {
|
|
153275
|
+
"minValue": 1,
|
|
153276
|
+
"maxValue": 50
|
|
153277
|
+
},
|
|
153278
|
+
"description": "Maximum number of emails to fetch each time the node polls for new messages. If more emails arrive between polls, the remaining ones will be picked up in subsequent polls.",
|
|
153279
|
+
"displayOptions": {
|
|
153280
|
+
"show": {
|
|
153281
|
+
"@version": [
|
|
153282
|
+
{
|
|
153283
|
+
"_cnd": {
|
|
153284
|
+
"gte": 1.4
|
|
153285
|
+
}
|
|
153286
|
+
}
|
|
153287
|
+
]
|
|
153288
|
+
}
|
|
153289
|
+
}
|
|
153290
|
+
},
|
|
153257
153291
|
{
|
|
153258
153292
|
"displayName": "Filters",
|
|
153259
153293
|
"name": "filters",
|
|
@@ -232462,7 +232496,7 @@
|
|
|
232462
232496
|
"displayName": "Start",
|
|
232463
232497
|
"name": "startDateTime",
|
|
232464
232498
|
"type": "dateTime",
|
|
232465
|
-
"default": "2026-05-
|
|
232499
|
+
"default": "2026-05-06T11:23:24.546+00:00",
|
|
232466
232500
|
"required": true,
|
|
232467
232501
|
"displayOptions": {
|
|
232468
232502
|
"show": {
|
|
@@ -232480,7 +232514,7 @@
|
|
|
232480
232514
|
"name": "endDateTime",
|
|
232481
232515
|
"type": "dateTime",
|
|
232482
232516
|
"required": true,
|
|
232483
|
-
"default": "2026-05-
|
|
232517
|
+
"default": "2026-05-06T11:53:24.546+00:00",
|
|
232484
232518
|
"displayOptions": {
|
|
232485
232519
|
"show": {
|
|
232486
232520
|
"resource": [
|
|
@@ -333816,6 +333850,13 @@
|
|
|
333816
333850
|
"default": "",
|
|
333817
333851
|
"description": "If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"
|
|
333818
333852
|
},
|
|
333853
|
+
{
|
|
333854
|
+
"displayName": "Email Opt Out",
|
|
333855
|
+
"name": "hasOptedOutOfEmail",
|
|
333856
|
+
"type": "boolean",
|
|
333857
|
+
"default": false,
|
|
333858
|
+
"description": "Whether the contact does not want to receive email from Salesforce"
|
|
333859
|
+
},
|
|
333819
333860
|
{
|
|
333820
333861
|
"displayName": "Fax",
|
|
333821
333862
|
"name": "fax",
|
|
@@ -333830,6 +333871,20 @@
|
|
|
333830
333871
|
"default": "",
|
|
333831
333872
|
"description": "First name of the contact. Maximum size is 40 characters."
|
|
333832
333873
|
},
|
|
333874
|
+
{
|
|
333875
|
+
"displayName": "Middle Name",
|
|
333876
|
+
"name": "middleName",
|
|
333877
|
+
"type": "string",
|
|
333878
|
+
"default": "",
|
|
333879
|
+
"description": "Middle name of the contact. Maximum size is 40 characters."
|
|
333880
|
+
},
|
|
333881
|
+
{
|
|
333882
|
+
"displayName": "Suffix",
|
|
333883
|
+
"name": "suffix",
|
|
333884
|
+
"type": "string",
|
|
333885
|
+
"default": "",
|
|
333886
|
+
"description": "Name suffix of the contact. Maximum size is 40 characters."
|
|
333887
|
+
},
|
|
333833
333888
|
{
|
|
333834
333889
|
"displayName": "Home Phone",
|
|
333835
333890
|
"name": "homePhone",
|
|
@@ -333964,6 +334019,20 @@
|
|
|
333964
334019
|
"default": "",
|
|
333965
334020
|
"description": "Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."
|
|
333966
334021
|
},
|
|
334022
|
+
{
|
|
334023
|
+
"displayName": "Pronouns",
|
|
334024
|
+
"name": "pronouns",
|
|
334025
|
+
"type": "string",
|
|
334026
|
+
"default": "",
|
|
334027
|
+
"description": "The contact's personal pronouns"
|
|
334028
|
+
},
|
|
334029
|
+
{
|
|
334030
|
+
"displayName": "Gender Identity",
|
|
334031
|
+
"name": "genderIdentity",
|
|
334032
|
+
"type": "string",
|
|
334033
|
+
"default": "",
|
|
334034
|
+
"description": "The contact's gender identity"
|
|
334035
|
+
},
|
|
333967
334036
|
{
|
|
333968
334037
|
"displayName": "Title",
|
|
333969
334038
|
"name": "title",
|
|
@@ -334111,6 +334180,13 @@
|
|
|
334111
334180
|
"default": "",
|
|
334112
334181
|
"description": "If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"
|
|
334113
334182
|
},
|
|
334183
|
+
{
|
|
334184
|
+
"displayName": "Email Opt Out",
|
|
334185
|
+
"name": "hasOptedOutOfEmail",
|
|
334186
|
+
"type": "boolean",
|
|
334187
|
+
"default": false,
|
|
334188
|
+
"description": "Whether the contact does not want to receive email from Salesforce"
|
|
334189
|
+
},
|
|
334114
334190
|
{
|
|
334115
334191
|
"displayName": "Fax",
|
|
334116
334192
|
"name": "fax",
|
|
@@ -334125,6 +334201,20 @@
|
|
|
334125
334201
|
"default": "",
|
|
334126
334202
|
"description": "First name of the contact. Maximum size is 40 characters."
|
|
334127
334203
|
},
|
|
334204
|
+
{
|
|
334205
|
+
"displayName": "Middle Name",
|
|
334206
|
+
"name": "middleName",
|
|
334207
|
+
"type": "string",
|
|
334208
|
+
"default": "",
|
|
334209
|
+
"description": "Middle name of the contact. Maximum size is 40 characters."
|
|
334210
|
+
},
|
|
334211
|
+
{
|
|
334212
|
+
"displayName": "Suffix",
|
|
334213
|
+
"name": "suffix",
|
|
334214
|
+
"type": "string",
|
|
334215
|
+
"default": "",
|
|
334216
|
+
"description": "Name suffix of the contact. Maximum size is 40 characters."
|
|
334217
|
+
},
|
|
334128
334218
|
{
|
|
334129
334219
|
"displayName": "Home Phone",
|
|
334130
334220
|
"name": "homePhone",
|
|
@@ -334266,6 +334356,20 @@
|
|
|
334266
334356
|
"default": "",
|
|
334267
334357
|
"description": "Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."
|
|
334268
334358
|
},
|
|
334359
|
+
{
|
|
334360
|
+
"displayName": "Pronouns",
|
|
334361
|
+
"name": "pronouns",
|
|
334362
|
+
"type": "string",
|
|
334363
|
+
"default": "",
|
|
334364
|
+
"description": "The contact's personal pronouns"
|
|
334365
|
+
},
|
|
334366
|
+
{
|
|
334367
|
+
"displayName": "Gender Identity",
|
|
334368
|
+
"name": "genderIdentity",
|
|
334369
|
+
"type": "string",
|
|
334370
|
+
"default": "",
|
|
334371
|
+
"description": "The contact's gender identity"
|
|
334372
|
+
},
|
|
334269
334373
|
{
|
|
334270
334374
|
"displayName": "Title",
|
|
334271
334375
|
"name": "title",
|
|
@@ -362838,6 +362942,21 @@
|
|
|
362838
362942
|
},
|
|
362839
362943
|
"default": [],
|
|
362840
362944
|
"description": "A comma-separated string of encoded user IDs. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
|
|
362945
|
+
},
|
|
362946
|
+
{
|
|
362947
|
+
"displayName": "Emoji Names to Filter",
|
|
362948
|
+
"name": "reactionEmojis",
|
|
362949
|
+
"type": "string",
|
|
362950
|
+
"default": "",
|
|
362951
|
+
"placeholder": "thumbsup, eyes, white_check_mark",
|
|
362952
|
+
"description": "Comma-separated list of emoji names to allow (without colons). Leave empty to trigger on any reaction.",
|
|
362953
|
+
"displayOptions": {
|
|
362954
|
+
"show": {
|
|
362955
|
+
"/trigger": [
|
|
362956
|
+
"reaction_added"
|
|
362957
|
+
]
|
|
362958
|
+
}
|
|
362959
|
+
}
|
|
362841
362960
|
}
|
|
362842
362961
|
]
|
|
362843
362962
|
}
|
|
@@ -401535,7 +401654,10 @@
|
|
|
401535
401654
|
"placeholder": "Drag fields from the left or type their names",
|
|
401536
401655
|
"description": "The name of the input fields to break out into separate items. Separate multiple field names by commas. For binary data, use $binary.",
|
|
401537
401656
|
"requiresDataPath": "multiple",
|
|
401538
|
-
"hint": "Use $binary to split out the input item by binary data"
|
|
401657
|
+
"hint": "Use $binary to split out the input item by binary data",
|
|
401658
|
+
"builderHint": {
|
|
401659
|
+
"message": "Must be a field name (or comma-separated list of field names) as it appears inside $json. Examples: \"issues\" when $json is { issues: [...] }; \"user.addresses\" for nested arrays (dot notation supported — disable via Options > Disable Dot Notation if keys contain literal dots); \"fieldA,fieldB\" to split multiple arrays. Write the key/path directly — do NOT prefix with \"$json.\" or pass \"$json\" (that is the whole item, not a field name). Use \"$binary\" only when splitting binary data. If the upstream item is an array at $json root (no wrapping key), restructure it first (Set/Code) so the array lives under a named key."
|
|
401660
|
+
}
|
|
401539
401661
|
},
|
|
401540
401662
|
{
|
|
401541
401663
|
"displayName": "Include",
|
|
@@ -419207,7 +419329,7 @@
|
|
|
419207
419329
|
{
|
|
419208
419330
|
"displayName": "Custom Agent",
|
|
419209
419331
|
"name": "customAgent",
|
|
419210
|
-
"description": "<code>User-Agent</code> header to set for this scan. Defaults to
|
|
419332
|
+
"description": "<code>User-Agent</code> header to set for this scan. Defaults to n8n standard outbound User-Agent.",
|
|
419211
419333
|
"type": "string",
|
|
419212
419334
|
"default": ""
|
|
419213
419335
|
},
|
|
@@ -467652,7 +467774,7 @@
|
|
|
467652
467774
|
"property": "model"
|
|
467653
467775
|
}
|
|
467654
467776
|
},
|
|
467655
|
-
"default": "models/
|
|
467777
|
+
"default": "models/gemini-embedding-001"
|
|
467656
467778
|
}
|
|
467657
467779
|
],
|
|
467658
467780
|
"sourcePath": "/.n8n-cache/packages/@n8n/nodes-langchain/dist/nodes/embeddings/EmbeddingsGoogleGemini/EmbeddingsGoogleGemini.node.js",
|
|
@@ -468396,7 +468518,8 @@
|
|
|
468396
468518
|
1,
|
|
468397
468519
|
1.1,
|
|
468398
468520
|
1.2,
|
|
468399
|
-
1.3
|
|
468521
|
+
1.3,
|
|
468522
|
+
1.4
|
|
468400
468523
|
],
|
|
468401
468524
|
"credentials": [
|
|
468402
468525
|
{
|
|
@@ -468462,6 +468585,9 @@
|
|
|
468462
468585
|
],
|
|
468463
468586
|
"description": "The model which will generate the completion. <a href=\"https://docs.anthropic.com/claude/docs/models-overview\">Learn more</a>.",
|
|
468464
468587
|
"default": "claude-2",
|
|
468588
|
+
"builderHint": {
|
|
468589
|
+
"message": "Default to claude-sonnet-4-6 (latest Sonnet); use claude-opus-4-7 when the user needs the most capable model. Never use Claude Sonnet 4.5, Claude 3.x, Claude 2, or LEGACY options — those are superseded and are not valid choices."
|
|
468590
|
+
},
|
|
468465
468591
|
"displayOptions": {
|
|
468466
468592
|
"show": {
|
|
468467
468593
|
"@version": [
|
|
@@ -468518,6 +468644,9 @@
|
|
|
468518
468644
|
],
|
|
468519
468645
|
"description": "The model which will generate the completion. <a href=\"https://docs.anthropic.com/claude/docs/models-overview\">Learn more</a>.",
|
|
468520
468646
|
"default": "claude-3-sonnet-20240229",
|
|
468647
|
+
"builderHint": {
|
|
468648
|
+
"message": "Default to claude-sonnet-4-6 (latest Sonnet); use claude-opus-4-7 when the user needs the most capable model. Never use Claude Sonnet 4.5, Claude 3.x, Claude 2, or LEGACY options — those are superseded and are not valid choices."
|
|
468649
|
+
},
|
|
468521
468650
|
"displayOptions": {
|
|
468522
468651
|
"show": {
|
|
468523
468652
|
"@version": [
|
|
@@ -468558,6 +468687,9 @@
|
|
|
468558
468687
|
],
|
|
468559
468688
|
"description": "The model which will generate the completion. <a href=\"https://docs.anthropic.com/claude/docs/models-overview\">Learn more</a>.",
|
|
468560
468689
|
"default": "claude-3-5-sonnet-20240620",
|
|
468690
|
+
"builderHint": {
|
|
468691
|
+
"message": "Default to claude-sonnet-4-6 (latest Sonnet); use claude-opus-4-7 when the user needs the most capable model. Never use Claude Sonnet 4.5, Claude 3.x, Claude 2, or LEGACY options — those are superseded and are not valid choices."
|
|
468692
|
+
},
|
|
468561
468693
|
"displayOptions": {
|
|
468562
468694
|
"show": {
|
|
468563
468695
|
"@version": [
|
|
@@ -468579,6 +468711,49 @@
|
|
|
468579
468711
|
"value": "claude-sonnet-4-5-20250929",
|
|
468580
468712
|
"cachedResultName": "Claude Sonnet 4.5"
|
|
468581
468713
|
},
|
|
468714
|
+
"builderHint": {
|
|
468715
|
+
"message": "Default to claude-sonnet-4-6 (latest Sonnet); use claude-opus-4-7 when the user needs the most capable model. Never use Claude Sonnet 4.5, Claude 3.x, Claude 2, or LEGACY options — those are superseded and are not valid choices."
|
|
468716
|
+
},
|
|
468717
|
+
"required": true,
|
|
468718
|
+
"modes": [
|
|
468719
|
+
{
|
|
468720
|
+
"displayName": "From List",
|
|
468721
|
+
"name": "list",
|
|
468722
|
+
"type": "list",
|
|
468723
|
+
"placeholder": "Select a model...",
|
|
468724
|
+
"typeOptions": {
|
|
468725
|
+
"searchListMethod": "searchModels",
|
|
468726
|
+
"searchable": true
|
|
468727
|
+
}
|
|
468728
|
+
},
|
|
468729
|
+
{
|
|
468730
|
+
"displayName": "ID",
|
|
468731
|
+
"name": "id",
|
|
468732
|
+
"type": "string",
|
|
468733
|
+
"placeholder": "Claude Sonnet"
|
|
468734
|
+
}
|
|
468735
|
+
],
|
|
468736
|
+
"description": "The model. Choose from the list, or specify an ID. <a href=\"https://docs.anthropic.com/claude/docs/models-overview\">Learn more</a>.",
|
|
468737
|
+
"displayOptions": {
|
|
468738
|
+
"show": {
|
|
468739
|
+
"@version": [
|
|
468740
|
+
1.3
|
|
468741
|
+
]
|
|
468742
|
+
}
|
|
468743
|
+
}
|
|
468744
|
+
},
|
|
468745
|
+
{
|
|
468746
|
+
"displayName": "Model",
|
|
468747
|
+
"name": "model",
|
|
468748
|
+
"type": "resourceLocator",
|
|
468749
|
+
"default": {
|
|
468750
|
+
"mode": "list",
|
|
468751
|
+
"value": "claude-sonnet-4-6",
|
|
468752
|
+
"cachedResultName": "Claude Sonnet 4.6"
|
|
468753
|
+
},
|
|
468754
|
+
"builderHint": {
|
|
468755
|
+
"message": "Default to claude-sonnet-4-6 (latest Sonnet); use claude-opus-4-7 when the user needs the most capable model. Never use Claude Sonnet 4.5, Claude 3.x, Claude 2, or LEGACY options — those are superseded and are not valid choices."
|
|
468756
|
+
},
|
|
468582
468757
|
"required": true,
|
|
468583
468758
|
"modes": [
|
|
468584
468759
|
{
|
|
@@ -468604,7 +468779,7 @@
|
|
|
468604
468779
|
"@version": [
|
|
468605
468780
|
{
|
|
468606
468781
|
"_cnd": {
|
|
468607
|
-
"gte": 1.
|
|
468782
|
+
"gte": 1.4
|
|
468608
468783
|
}
|
|
468609
468784
|
}
|
|
468610
468785
|
]
|
|
@@ -469219,7 +469394,7 @@
|
|
|
469219
469394
|
},
|
|
469220
469395
|
"default": "gpt-5-mini",
|
|
469221
469396
|
"builderHint": {
|
|
469222
|
-
"message": "
|
|
469397
|
+
"message": "Prefer the GPT-5.4 family: the flagship variant (e.g. `gpt-5.4`) for general use, a `-mini` / `-nano` variant when the task explicitly calls for cost-efficiency, or `-pro` only when the user asks for maximum capability. Never use gpt-4o, gpt-4-turbo, gpt-4, gpt-3.5, or earlier — those are superseded by the GPT-5 family and are not valid choices."
|
|
469223
469398
|
},
|
|
469224
469399
|
"displayOptions": {
|
|
469225
469400
|
"hide": {
|
|
@@ -469242,7 +469417,7 @@
|
|
|
469242
469417
|
"value": "gpt-5-mini"
|
|
469243
469418
|
},
|
|
469244
469419
|
"builderHint": {
|
|
469245
|
-
"message": "
|
|
469420
|
+
"message": "Prefer the GPT-5.4 family: the flagship variant (e.g. `gpt-5.4`) for general use, a `-mini` / `-nano` variant when the task explicitly calls for cost-efficiency, or `-pro` only when the user asks for maximum capability. Never use gpt-4o, gpt-4-turbo, gpt-4, gpt-3.5, or earlier — those are superseded by the GPT-5 family and are not valid choices."
|
|
469246
469421
|
},
|
|
469247
469422
|
"required": true,
|
|
469248
469423
|
"modes": [
|
|
@@ -470828,7 +471003,10 @@
|
|
|
470828
471003
|
"property": "model"
|
|
470829
471004
|
}
|
|
470830
471005
|
},
|
|
470831
|
-
"default": "qwen-plus"
|
|
471006
|
+
"default": "qwen-plus",
|
|
471007
|
+
"builderHint": {
|
|
471008
|
+
"message": "Default to the latest Qwen flagship (qwen3.6-max-preview or qwen3.6-plus). Use qwen-plus for cost-efficient builds. Avoid qwen-turbo, Qwen 3.5 and earlier, and older dated snapshots."
|
|
471009
|
+
}
|
|
470832
471010
|
},
|
|
470833
471011
|
{
|
|
470834
471012
|
"displayName": "Options",
|
|
@@ -471046,7 +471224,10 @@
|
|
|
471046
471224
|
"property": "model"
|
|
471047
471225
|
}
|
|
471048
471226
|
},
|
|
471049
|
-
"default": ""
|
|
471227
|
+
"default": "",
|
|
471228
|
+
"builderHint": {
|
|
471229
|
+
"message": "Default to the latest Claude Sonnet on Bedrock (anthropic.claude-sonnet-4-6 family). For Claude Sonnet 4+, switch Model Source to Inference Profiles. Avoid claude-sonnet-4-5, claude-3.x, and non-Claude legacy models unless requested."
|
|
471230
|
+
}
|
|
471050
471231
|
},
|
|
471051
471232
|
{
|
|
471052
471233
|
"displayName": "Model",
|
|
@@ -471104,7 +471285,10 @@
|
|
|
471104
471285
|
"property": "model"
|
|
471105
471286
|
}
|
|
471106
471287
|
},
|
|
471107
|
-
"default": ""
|
|
471288
|
+
"default": "",
|
|
471289
|
+
"builderHint": {
|
|
471290
|
+
"message": "Default to the latest Claude Sonnet inference profile (anthropic.claude-sonnet-4-6 family). Avoid claude-sonnet-4-5 and claude-3.x profiles unless specifically requested."
|
|
471291
|
+
}
|
|
471108
471292
|
},
|
|
471109
471293
|
{
|
|
471110
471294
|
"displayName": "Options",
|
|
@@ -471394,7 +471578,10 @@
|
|
|
471394
471578
|
}
|
|
471395
471579
|
}
|
|
471396
471580
|
},
|
|
471397
|
-
"default": "command-a-03-2025"
|
|
471581
|
+
"default": "command-a-03-2025",
|
|
471582
|
+
"builderHint": {
|
|
471583
|
+
"message": "Default to the latest Cohere Command A model (command-a-03-2025). Avoid command-r and command-light legacy variants."
|
|
471584
|
+
}
|
|
471398
471585
|
},
|
|
471399
471586
|
{
|
|
471400
471587
|
"displayName": "Options",
|
|
@@ -471514,7 +471701,10 @@
|
|
|
471514
471701
|
"property": "model"
|
|
471515
471702
|
}
|
|
471516
471703
|
},
|
|
471517
|
-
"default": "deepseek-chat"
|
|
471704
|
+
"default": "deepseek-chat",
|
|
471705
|
+
"builderHint": {
|
|
471706
|
+
"message": "Default to the latest DeepSeek (deepseek-chat = V3.2 non-thinking, deepseek-reasoner = V3.2 thinking / R-series reasoning). Avoid older V3 and R1 snapshots."
|
|
471707
|
+
}
|
|
471518
471708
|
},
|
|
471519
471709
|
{
|
|
471520
471710
|
"displayName": "Options",
|
|
@@ -471701,6 +471891,9 @@
|
|
|
471701
471891
|
}
|
|
471702
471892
|
},
|
|
471703
471893
|
"default": "models/gemini-2.5-flash",
|
|
471894
|
+
"builderHint": {
|
|
471895
|
+
"message": "Default to the latest flagship Gemini (models/gemini-3.1-pro-preview). Use models/gemini-3.1-flash-lite for cost-efficient builds. Avoid Gemini 2.x, 1.x, and earlier."
|
|
471896
|
+
},
|
|
471704
471897
|
"displayOptions": {
|
|
471705
471898
|
"show": {
|
|
471706
471899
|
"@version": [
|
|
@@ -471765,6 +471958,9 @@
|
|
|
471765
471958
|
}
|
|
471766
471959
|
},
|
|
471767
471960
|
"default": "models/gemini-3-flash-preview",
|
|
471961
|
+
"builderHint": {
|
|
471962
|
+
"message": "Default to the latest flagship Gemini (models/gemini-3.1-pro-preview). Use models/gemini-3.1-flash-lite for cost-efficient builds. Avoid Gemini 2.x, 1.x, and earlier."
|
|
471963
|
+
},
|
|
471768
471964
|
"displayOptions": {
|
|
471769
471965
|
"show": {
|
|
471770
471966
|
"@version": [
|
|
@@ -471977,7 +472173,10 @@
|
|
|
471977
472173
|
"name": "modelName",
|
|
471978
472174
|
"type": "string",
|
|
471979
472175
|
"description": "The model which will generate the completion. <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models\">Learn more</a>.",
|
|
471980
|
-
"default": "gemini-2.5-flash"
|
|
472176
|
+
"default": "gemini-2.5-flash",
|
|
472177
|
+
"builderHint": {
|
|
472178
|
+
"message": "Default to the latest flagship Gemini on Vertex (gemini-3.1-pro). Use gemini-3.1-flash-lite for cost-efficient builds. Avoid Gemini 2.x, 1.x, and earlier."
|
|
472179
|
+
}
|
|
471981
472180
|
},
|
|
471982
472181
|
{
|
|
471983
472182
|
"displayName": "Options",
|
|
@@ -472203,7 +472402,10 @@
|
|
|
472203
472402
|
}
|
|
472204
472403
|
},
|
|
472205
472404
|
"description": "The model which will generate the completion. <a href=\"https://console.groq.com/docs/models\">Learn more</a>.",
|
|
472206
|
-
"default": "llama3-8b-8192"
|
|
472405
|
+
"default": "llama3-8b-8192",
|
|
472406
|
+
"builderHint": {
|
|
472407
|
+
"message": "Default to a flagship model on Groq (openai/gpt-oss-120b, llama-3.3-70b-versatile, or moonshotai/kimi-k2-instruct-0905). Avoid the legacy llama3-8b-8192 default and older llama3/llama-2 variants."
|
|
472408
|
+
}
|
|
472207
472409
|
},
|
|
472208
472410
|
{
|
|
472209
472411
|
"displayName": "Options",
|
|
@@ -472301,7 +472503,10 @@
|
|
|
472301
472503
|
"value": "MiniMax-M2.7-highspeed"
|
|
472302
472504
|
}
|
|
472303
472505
|
],
|
|
472304
|
-
"default": "MiniMax-M2.7"
|
|
472506
|
+
"default": "MiniMax-M2.7",
|
|
472507
|
+
"builderHint": {
|
|
472508
|
+
"message": "Default to the latest MiniMax-M2.x flagship (MiniMax-M2.7). Avoid MiniMax-M2 and earlier."
|
|
472509
|
+
}
|
|
472305
472510
|
},
|
|
472306
472511
|
{
|
|
472307
472512
|
"displayName": "Options",
|
|
@@ -472445,7 +472650,10 @@
|
|
|
472445
472650
|
"property": "model"
|
|
472446
472651
|
}
|
|
472447
472652
|
},
|
|
472448
|
-
"default": "mistral-small"
|
|
472653
|
+
"default": "mistral-small",
|
|
472654
|
+
"builderHint": {
|
|
472655
|
+
"message": "Default to the latest flagship Mistral (mistral-large-2512, aka Mistral Large 3). Use mistral-small for cost-efficient builds. Avoid older dated snapshots and Medium/Small 2.x."
|
|
472656
|
+
}
|
|
472449
472657
|
},
|
|
472450
472658
|
{
|
|
472451
472659
|
"displayName": "Options",
|
|
@@ -472528,7 +472736,8 @@
|
|
|
472528
472736
|
"transform"
|
|
472529
472737
|
],
|
|
472530
472738
|
"version": [
|
|
472531
|
-
1
|
|
472739
|
+
1,
|
|
472740
|
+
1.1
|
|
472532
472741
|
],
|
|
472533
472742
|
"credentials": [
|
|
472534
472743
|
{
|
|
@@ -472603,7 +472812,74 @@
|
|
|
472603
472812
|
"property": "model"
|
|
472604
472813
|
}
|
|
472605
472814
|
},
|
|
472606
|
-
"default": "kimi-k2.5"
|
|
472815
|
+
"default": "kimi-k2.5",
|
|
472816
|
+
"builderHint": {
|
|
472817
|
+
"message": "Default to the latest Kimi model (kimi-k2.6). Avoid kimi-k2.5, kimi-k2, kimi-k1, and earlier."
|
|
472818
|
+
},
|
|
472819
|
+
"displayOptions": {
|
|
472820
|
+
"show": {
|
|
472821
|
+
"@version": [
|
|
472822
|
+
1
|
|
472823
|
+
]
|
|
472824
|
+
}
|
|
472825
|
+
}
|
|
472826
|
+
},
|
|
472827
|
+
{
|
|
472828
|
+
"displayName": "Model",
|
|
472829
|
+
"name": "model",
|
|
472830
|
+
"type": "options",
|
|
472831
|
+
"description": "The model which will generate the completion. <a href=\"https://platform.kimi.ai/docs/api/chat\">Learn more</a>.",
|
|
472832
|
+
"typeOptions": {
|
|
472833
|
+
"loadOptions": {
|
|
472834
|
+
"routing": {
|
|
472835
|
+
"request": {
|
|
472836
|
+
"method": "GET",
|
|
472837
|
+
"url": "/models"
|
|
472838
|
+
},
|
|
472839
|
+
"output": {
|
|
472840
|
+
"postReceive": [
|
|
472841
|
+
{
|
|
472842
|
+
"type": "rootProperty",
|
|
472843
|
+
"properties": {
|
|
472844
|
+
"property": "data"
|
|
472845
|
+
}
|
|
472846
|
+
},
|
|
472847
|
+
{
|
|
472848
|
+
"type": "setKeyValue",
|
|
472849
|
+
"properties": {
|
|
472850
|
+
"name": "={{$responseItem.id}}",
|
|
472851
|
+
"value": "={{$responseItem.id}}"
|
|
472852
|
+
}
|
|
472853
|
+
},
|
|
472854
|
+
{
|
|
472855
|
+
"type": "sort",
|
|
472856
|
+
"properties": {
|
|
472857
|
+
"key": "name"
|
|
472858
|
+
}
|
|
472859
|
+
}
|
|
472860
|
+
]
|
|
472861
|
+
}
|
|
472862
|
+
}
|
|
472863
|
+
}
|
|
472864
|
+
},
|
|
472865
|
+
"routing": {
|
|
472866
|
+
"send": {
|
|
472867
|
+
"type": "body",
|
|
472868
|
+
"property": "model"
|
|
472869
|
+
}
|
|
472870
|
+
},
|
|
472871
|
+
"default": "kimi-k2.6",
|
|
472872
|
+
"displayOptions": {
|
|
472873
|
+
"show": {
|
|
472874
|
+
"@version": [
|
|
472875
|
+
{
|
|
472876
|
+
"_cnd": {
|
|
472877
|
+
"gte": 1.1
|
|
472878
|
+
}
|
|
472879
|
+
}
|
|
472880
|
+
]
|
|
472881
|
+
}
|
|
472882
|
+
}
|
|
472607
472883
|
},
|
|
472608
472884
|
{
|
|
472609
472885
|
"displayName": "Options",
|
|
@@ -472794,7 +473070,10 @@
|
|
|
472794
473070
|
"property": "model"
|
|
472795
473071
|
}
|
|
472796
473072
|
},
|
|
472797
|
-
"default": "openai/gpt-4.1-mini"
|
|
473073
|
+
"default": "openai/gpt-4.1-mini",
|
|
473074
|
+
"builderHint": {
|
|
473075
|
+
"message": "Default to a current flagship (e.g. openai/gpt-5.4, anthropic/claude-sonnet-4.6, google/gemini-3.1-pro-preview). Avoid openai/gpt-4o, anthropic/claude-3.x, and other pre-2026 models."
|
|
473076
|
+
}
|
|
472798
473077
|
},
|
|
472799
473078
|
{
|
|
472800
473079
|
"displayName": "Options",
|
|
@@ -472988,7 +473267,10 @@
|
|
|
472988
473267
|
"property": "model"
|
|
472989
473268
|
}
|
|
472990
473269
|
},
|
|
472991
|
-
"default": "openai/gpt-4o"
|
|
473270
|
+
"default": "openai/gpt-4o",
|
|
473271
|
+
"builderHint": {
|
|
473272
|
+
"message": "Default to a current flagship (e.g. openai/gpt-5.4, anthropic/claude-sonnet-4.6, google/gemini-3.1-pro). Avoid the openai/gpt-4o default and other pre-2026 models."
|
|
473273
|
+
}
|
|
472992
473274
|
},
|
|
472993
473275
|
{
|
|
472994
473276
|
"displayName": "Options",
|
|
@@ -473182,7 +473464,10 @@
|
|
|
473182
473464
|
"property": "model"
|
|
473183
473465
|
}
|
|
473184
473466
|
},
|
|
473185
|
-
"default": "grok-2-vision-1212"
|
|
473467
|
+
"default": "grok-2-vision-1212",
|
|
473468
|
+
"builderHint": {
|
|
473469
|
+
"message": "Default to the latest flagship Grok (grok-4.20-0309-reasoning, or grok-4.20-multi-agent-0309 for agent workloads). Avoid grok-4, grok-2, and grok-1 variants."
|
|
473470
|
+
}
|
|
473186
473471
|
},
|
|
473187
473472
|
{
|
|
473188
473473
|
"displayName": "Options",
|
|
@@ -477224,6 +477509,12 @@
|
|
|
477224
477509
|
"containerClass": "ndv-connection-hint-notice"
|
|
477225
477510
|
}
|
|
477226
477511
|
},
|
|
477512
|
+
{
|
|
477513
|
+
"displayName": "This node is deprecated and will not be updated in the future. Please use the official verified community node instead.",
|
|
477514
|
+
"name": "oldVersionNotice",
|
|
477515
|
+
"type": "notice",
|
|
477516
|
+
"default": ""
|
|
477517
|
+
},
|
|
477227
477518
|
{
|
|
477228
477519
|
"displayName": "Options",
|
|
477229
477520
|
"name": "options",
|
|
@@ -480178,7 +480469,7 @@
|
|
|
480178
480469
|
"default": "notSupported",
|
|
480179
480470
|
"description": "If loading messages of a previous session should be enabled",
|
|
480180
480471
|
"builderHint": {
|
|
480181
|
-
"message": "
|
|
480472
|
+
"message": "This ONLY rehydrates the chat widget UI when the user reopens it — it does NOT give the Agent memory. The Agent gets memory from its own memory subnode regardless of this setting. Only set to 'memory' if the user wants the widget to restore visible history on reload; if so, you MUST also attach a memory subnode to this trigger (use the same memory node as the Agent so widget history matches what the Agent remembers). Otherwise leave as 'notSupported'."
|
|
480182
480473
|
}
|
|
480183
480474
|
},
|
|
480184
480475
|
{
|
|
@@ -480393,7 +480684,7 @@
|
|
|
480393
480684
|
"default": "notSupported",
|
|
480394
480685
|
"description": "If loading messages of a previous session should be enabled",
|
|
480395
480686
|
"builderHint": {
|
|
480396
|
-
"message": "
|
|
480687
|
+
"message": "This ONLY rehydrates the chat widget UI when the user reopens it — it does NOT give the Agent memory. The Agent gets memory from its own memory subnode regardless of this setting. Only set to 'memory' if the user wants the widget to restore visible history on reload; if so, you MUST also attach a memory subnode to this trigger (use the same memory node as the Agent so widget history matches what the Agent remembers). Otherwise leave as 'notSupported'."
|
|
480397
480688
|
}
|
|
480398
480689
|
},
|
|
480399
480690
|
{
|
|
@@ -480757,7 +481048,7 @@
|
|
|
480757
481048
|
"default": "notSupported",
|
|
480758
481049
|
"description": "If loading messages of a previous session should be enabled",
|
|
480759
481050
|
"builderHint": {
|
|
480760
|
-
"message": "
|
|
481051
|
+
"message": "This ONLY rehydrates the chat widget UI when the user reopens it — it does NOT give the Agent memory. The Agent gets memory from its own memory subnode regardless of this setting. Only set to 'memory' if the user wants the widget to restore visible history on reload; if so, you MUST also attach a memory subnode to this trigger (use the same memory node as the Agent so widget history matches what the Agent remembers). Otherwise leave as 'notSupported'."
|
|
480761
481052
|
}
|
|
480762
481053
|
},
|
|
480763
481054
|
{
|
|
@@ -487854,7 +488145,10 @@
|
|
|
487854
488145
|
"group": [
|
|
487855
488146
|
"transform"
|
|
487856
488147
|
],
|
|
487857
|
-
"version":
|
|
488148
|
+
"version": [
|
|
488149
|
+
1,
|
|
488150
|
+
1.1
|
|
488151
|
+
],
|
|
487858
488152
|
"credentials": [
|
|
487859
488153
|
{
|
|
487860
488154
|
"name": "alibabaCloudApi",
|
|
@@ -487965,6 +488259,53 @@
|
|
|
487965
488259
|
"description": "The model to use for generation",
|
|
487966
488260
|
"displayOptions": {
|
|
487967
488261
|
"show": {
|
|
488262
|
+
"@version": [
|
|
488263
|
+
1
|
|
488264
|
+
],
|
|
488265
|
+
"operation": [
|
|
488266
|
+
"message"
|
|
488267
|
+
],
|
|
488268
|
+
"resource": [
|
|
488269
|
+
"text"
|
|
488270
|
+
]
|
|
488271
|
+
}
|
|
488272
|
+
}
|
|
488273
|
+
},
|
|
488274
|
+
{
|
|
488275
|
+
"displayName": "Model",
|
|
488276
|
+
"name": "modelId",
|
|
488277
|
+
"type": "resourceLocator",
|
|
488278
|
+
"default": {
|
|
488279
|
+
"mode": "list",
|
|
488280
|
+
"value": ""
|
|
488281
|
+
},
|
|
488282
|
+
"required": true,
|
|
488283
|
+
"modes": [
|
|
488284
|
+
{
|
|
488285
|
+
"displayName": "From List",
|
|
488286
|
+
"name": "list",
|
|
488287
|
+
"type": "list",
|
|
488288
|
+
"typeOptions": {
|
|
488289
|
+
"searchListMethod": "textModelSearch",
|
|
488290
|
+
"searchable": true
|
|
488291
|
+
}
|
|
488292
|
+
},
|
|
488293
|
+
{
|
|
488294
|
+
"displayName": "ID",
|
|
488295
|
+
"name": "id",
|
|
488296
|
+
"type": "string",
|
|
488297
|
+
"placeholder": "e.g. qwen3.5-flash"
|
|
488298
|
+
}
|
|
488299
|
+
],
|
|
488300
|
+
"displayOptions": {
|
|
488301
|
+
"show": {
|
|
488302
|
+
"@version": [
|
|
488303
|
+
{
|
|
488304
|
+
"_cnd": {
|
|
488305
|
+
"gte": 1.1
|
|
488306
|
+
}
|
|
488307
|
+
}
|
|
488308
|
+
],
|
|
487968
488309
|
"operation": [
|
|
487969
488310
|
"message"
|
|
487970
488311
|
],
|
|
@@ -488212,6 +488553,53 @@
|
|
|
488212
488553
|
"description": "The model to use for image analysis",
|
|
488213
488554
|
"displayOptions": {
|
|
488214
488555
|
"show": {
|
|
488556
|
+
"@version": [
|
|
488557
|
+
1
|
|
488558
|
+
],
|
|
488559
|
+
"operation": [
|
|
488560
|
+
"analyze"
|
|
488561
|
+
],
|
|
488562
|
+
"resource": [
|
|
488563
|
+
"image"
|
|
488564
|
+
]
|
|
488565
|
+
}
|
|
488566
|
+
}
|
|
488567
|
+
},
|
|
488568
|
+
{
|
|
488569
|
+
"displayName": "Model",
|
|
488570
|
+
"name": "modelId",
|
|
488571
|
+
"type": "resourceLocator",
|
|
488572
|
+
"default": {
|
|
488573
|
+
"mode": "list",
|
|
488574
|
+
"value": ""
|
|
488575
|
+
},
|
|
488576
|
+
"required": true,
|
|
488577
|
+
"modes": [
|
|
488578
|
+
{
|
|
488579
|
+
"displayName": "From List",
|
|
488580
|
+
"name": "list",
|
|
488581
|
+
"type": "list",
|
|
488582
|
+
"typeOptions": {
|
|
488583
|
+
"searchListMethod": "visionModelSearch",
|
|
488584
|
+
"searchable": true
|
|
488585
|
+
}
|
|
488586
|
+
},
|
|
488587
|
+
{
|
|
488588
|
+
"displayName": "ID",
|
|
488589
|
+
"name": "id",
|
|
488590
|
+
"type": "string",
|
|
488591
|
+
"placeholder": "e.g. qwen3.5-flash"
|
|
488592
|
+
}
|
|
488593
|
+
],
|
|
488594
|
+
"displayOptions": {
|
|
488595
|
+
"show": {
|
|
488596
|
+
"@version": [
|
|
488597
|
+
{
|
|
488598
|
+
"_cnd": {
|
|
488599
|
+
"gte": 1.1
|
|
488600
|
+
}
|
|
488601
|
+
}
|
|
488602
|
+
],
|
|
488215
488603
|
"operation": [
|
|
488216
488604
|
"analyze"
|
|
488217
488605
|
],
|
|
@@ -488407,6 +488795,53 @@
|
|
|
488407
488795
|
"description": "The model to use for image generation",
|
|
488408
488796
|
"displayOptions": {
|
|
488409
488797
|
"show": {
|
|
488798
|
+
"@version": [
|
|
488799
|
+
1
|
|
488800
|
+
],
|
|
488801
|
+
"operation": [
|
|
488802
|
+
"generate"
|
|
488803
|
+
],
|
|
488804
|
+
"resource": [
|
|
488805
|
+
"image"
|
|
488806
|
+
]
|
|
488807
|
+
}
|
|
488808
|
+
}
|
|
488809
|
+
},
|
|
488810
|
+
{
|
|
488811
|
+
"displayName": "Model",
|
|
488812
|
+
"name": "modelId",
|
|
488813
|
+
"type": "resourceLocator",
|
|
488814
|
+
"default": {
|
|
488815
|
+
"mode": "list",
|
|
488816
|
+
"value": ""
|
|
488817
|
+
},
|
|
488818
|
+
"required": true,
|
|
488819
|
+
"modes": [
|
|
488820
|
+
{
|
|
488821
|
+
"displayName": "From List",
|
|
488822
|
+
"name": "list",
|
|
488823
|
+
"type": "list",
|
|
488824
|
+
"typeOptions": {
|
|
488825
|
+
"searchListMethod": "imageGenerationModelSearch",
|
|
488826
|
+
"searchable": true
|
|
488827
|
+
}
|
|
488828
|
+
},
|
|
488829
|
+
{
|
|
488830
|
+
"displayName": "ID",
|
|
488831
|
+
"name": "id",
|
|
488832
|
+
"type": "string",
|
|
488833
|
+
"placeholder": "e.g. qwen3.5-flash"
|
|
488834
|
+
}
|
|
488835
|
+
],
|
|
488836
|
+
"displayOptions": {
|
|
488837
|
+
"show": {
|
|
488838
|
+
"@version": [
|
|
488839
|
+
{
|
|
488840
|
+
"_cnd": {
|
|
488841
|
+
"gte": 1.1
|
|
488842
|
+
}
|
|
488843
|
+
}
|
|
488844
|
+
],
|
|
488410
488845
|
"operation": [
|
|
488411
488846
|
"generate"
|
|
488412
488847
|
],
|
|
@@ -488590,6 +489025,53 @@
|
|
|
488590
489025
|
"description": "The model to use for text-to-video generation",
|
|
488591
489026
|
"displayOptions": {
|
|
488592
489027
|
"show": {
|
|
489028
|
+
"@version": [
|
|
489029
|
+
1
|
|
489030
|
+
],
|
|
489031
|
+
"resource": [
|
|
489032
|
+
"video"
|
|
489033
|
+
],
|
|
489034
|
+
"operation": [
|
|
489035
|
+
"textToVideo"
|
|
489036
|
+
]
|
|
489037
|
+
}
|
|
489038
|
+
}
|
|
489039
|
+
},
|
|
489040
|
+
{
|
|
489041
|
+
"displayName": "Model",
|
|
489042
|
+
"name": "modelId",
|
|
489043
|
+
"type": "resourceLocator",
|
|
489044
|
+
"default": {
|
|
489045
|
+
"mode": "list",
|
|
489046
|
+
"value": ""
|
|
489047
|
+
},
|
|
489048
|
+
"required": true,
|
|
489049
|
+
"modes": [
|
|
489050
|
+
{
|
|
489051
|
+
"displayName": "From List",
|
|
489052
|
+
"name": "list",
|
|
489053
|
+
"type": "list",
|
|
489054
|
+
"typeOptions": {
|
|
489055
|
+
"searchListMethod": "textToVideoModelSearch",
|
|
489056
|
+
"searchable": true
|
|
489057
|
+
}
|
|
489058
|
+
},
|
|
489059
|
+
{
|
|
489060
|
+
"displayName": "ID",
|
|
489061
|
+
"name": "id",
|
|
489062
|
+
"type": "string",
|
|
489063
|
+
"placeholder": "e.g. qwen3.5-flash"
|
|
489064
|
+
}
|
|
489065
|
+
],
|
|
489066
|
+
"displayOptions": {
|
|
489067
|
+
"show": {
|
|
489068
|
+
"@version": [
|
|
489069
|
+
{
|
|
489070
|
+
"_cnd": {
|
|
489071
|
+
"gte": 1.1
|
|
489072
|
+
}
|
|
489073
|
+
}
|
|
489074
|
+
],
|
|
488593
489075
|
"resource": [
|
|
488594
489076
|
"video"
|
|
488595
489077
|
],
|
|
@@ -488832,6 +489314,53 @@
|
|
|
488832
489314
|
"description": "The model to use for image-to-video generation",
|
|
488833
489315
|
"displayOptions": {
|
|
488834
489316
|
"show": {
|
|
489317
|
+
"@version": [
|
|
489318
|
+
1
|
|
489319
|
+
],
|
|
489320
|
+
"resource": [
|
|
489321
|
+
"video"
|
|
489322
|
+
],
|
|
489323
|
+
"operation": [
|
|
489324
|
+
"imageToVideo"
|
|
489325
|
+
]
|
|
489326
|
+
}
|
|
489327
|
+
}
|
|
489328
|
+
},
|
|
489329
|
+
{
|
|
489330
|
+
"displayName": "Model",
|
|
489331
|
+
"name": "modelId",
|
|
489332
|
+
"type": "resourceLocator",
|
|
489333
|
+
"default": {
|
|
489334
|
+
"mode": "list",
|
|
489335
|
+
"value": ""
|
|
489336
|
+
},
|
|
489337
|
+
"required": true,
|
|
489338
|
+
"modes": [
|
|
489339
|
+
{
|
|
489340
|
+
"displayName": "From List",
|
|
489341
|
+
"name": "list",
|
|
489342
|
+
"type": "list",
|
|
489343
|
+
"typeOptions": {
|
|
489344
|
+
"searchListMethod": "imageToVideoModelSearch",
|
|
489345
|
+
"searchable": true
|
|
489346
|
+
}
|
|
489347
|
+
},
|
|
489348
|
+
{
|
|
489349
|
+
"displayName": "ID",
|
|
489350
|
+
"name": "id",
|
|
489351
|
+
"type": "string",
|
|
489352
|
+
"placeholder": "e.g. qwen3.5-flash"
|
|
489353
|
+
}
|
|
489354
|
+
],
|
|
489355
|
+
"displayOptions": {
|
|
489356
|
+
"show": {
|
|
489357
|
+
"@version": [
|
|
489358
|
+
{
|
|
489359
|
+
"_cnd": {
|
|
489360
|
+
"gte": 1.1
|
|
489361
|
+
}
|
|
489362
|
+
}
|
|
489363
|
+
],
|
|
488835
489364
|
"resource": [
|
|
488836
489365
|
"video"
|
|
488837
489366
|
],
|
|
@@ -489218,7 +489747,7 @@
|
|
|
489218
489747
|
"displayName": "ID",
|
|
489219
489748
|
"name": "id",
|
|
489220
489749
|
"type": "string",
|
|
489221
|
-
"placeholder": "e.g. claude-sonnet-4-
|
|
489750
|
+
"placeholder": "e.g. claude-sonnet-4-6"
|
|
489222
489751
|
}
|
|
489223
489752
|
],
|
|
489224
489753
|
"displayOptions": {
|
|
@@ -489624,7 +490153,7 @@
|
|
|
489624
490153
|
"displayName": "ID",
|
|
489625
490154
|
"name": "id",
|
|
489626
490155
|
"type": "string",
|
|
489627
|
-
"placeholder": "e.g. claude-sonnet-4-
|
|
490156
|
+
"placeholder": "e.g. claude-sonnet-4-6"
|
|
489628
490157
|
}
|
|
489629
490158
|
],
|
|
489630
490159
|
"displayOptions": {
|
|
@@ -490133,7 +490662,7 @@
|
|
|
490133
490662
|
"displayName": "ID",
|
|
490134
490663
|
"name": "id",
|
|
490135
490664
|
"type": "string",
|
|
490136
|
-
"placeholder": "e.g. claude-sonnet-4-
|
|
490665
|
+
"placeholder": "e.g. claude-sonnet-4-6"
|
|
490137
490666
|
}
|
|
490138
490667
|
],
|
|
490139
490668
|
"displayOptions": {
|
|
@@ -491896,8 +492425,19 @@
|
|
|
491896
492425
|
"displayName": "Number of Images",
|
|
491897
492426
|
"name": "sampleCount",
|
|
491898
492427
|
"default": 1,
|
|
491899
|
-
"description": "Number of images to generate
|
|
492428
|
+
"description": "Number of images to generate",
|
|
491900
492429
|
"type": "number",
|
|
492430
|
+
"displayOptions": {
|
|
492431
|
+
"show": {
|
|
492432
|
+
"/modelId": [
|
|
492433
|
+
{
|
|
492434
|
+
"_cnd": {
|
|
492435
|
+
"includes": "imagen"
|
|
492436
|
+
}
|
|
492437
|
+
}
|
|
492438
|
+
]
|
|
492439
|
+
}
|
|
492440
|
+
},
|
|
491901
492441
|
"typeOptions": {
|
|
491902
492442
|
"minValue": 1
|
|
491903
492443
|
}
|
|
@@ -492933,7 +493473,7 @@
|
|
|
492933
493473
|
}
|
|
492934
493474
|
},
|
|
492935
493475
|
{
|
|
492936
|
-
"displayName": "Enable Microsoft
|
|
493476
|
+
"displayName": "Enable Microsoft Work IQ Tools for A365",
|
|
492937
493477
|
"name": "useMcpTools",
|
|
492938
493478
|
"type": "boolean",
|
|
492939
493479
|
"default": false,
|
|
@@ -494505,7 +495045,7 @@
|
|
|
494505
495045
|
"displayName": "ID",
|
|
494506
495046
|
"name": "id",
|
|
494507
495047
|
"type": "string",
|
|
494508
|
-
"placeholder": "e.g. kimi-k2.
|
|
495048
|
+
"placeholder": "e.g. kimi-k2.6"
|
|
494509
495049
|
}
|
|
494510
495050
|
],
|
|
494511
495051
|
"displayOptions": {
|
|
@@ -494652,7 +495192,7 @@
|
|
|
494652
495192
|
"displayName": "ID",
|
|
494653
495193
|
"name": "id",
|
|
494654
495194
|
"type": "string",
|
|
494655
|
-
"placeholder": "e.g. kimi-k2.
|
|
495195
|
+
"placeholder": "e.g. kimi-k2.6"
|
|
494656
495196
|
}
|
|
494657
495197
|
],
|
|
494658
495198
|
"displayOptions": {
|
|
@@ -516975,6 +517515,13 @@
|
|
|
516975
517515
|
"default": "",
|
|
516976
517516
|
"description": "A delimiter is a character you use to group keys"
|
|
516977
517517
|
},
|
|
517518
|
+
{
|
|
517519
|
+
"displayName": "Include Common Prefixes",
|
|
517520
|
+
"name": "includeCommonPrefixes",
|
|
517521
|
+
"type": "boolean",
|
|
517522
|
+
"default": false,
|
|
517523
|
+
"description": "Whether to return common prefixes (grouped keys) instead of object contents. Only works when a Delimiter is set."
|
|
517524
|
+
},
|
|
516978
517525
|
{
|
|
516979
517526
|
"displayName": "Encoding Type",
|
|
516980
517527
|
"name": "encodingType",
|
|
@@ -599170,7 +599717,7 @@
|
|
|
599170
599717
|
"name": "startDate",
|
|
599171
599718
|
"type": "dateTime",
|
|
599172
599719
|
"required": true,
|
|
599173
|
-
"default": "2026-04-
|
|
599720
|
+
"default": "2026-04-28T00:00:00.000+00:00",
|
|
599174
599721
|
"displayOptions": {
|
|
599175
599722
|
"show": {
|
|
599176
599723
|
"resource": [
|
|
@@ -599193,7 +599740,7 @@
|
|
|
599193
599740
|
"name": "endDate",
|
|
599194
599741
|
"type": "dateTime",
|
|
599195
599742
|
"required": true,
|
|
599196
|
-
"default": "2026-05-
|
|
599743
|
+
"default": "2026-05-05T00:00:00.000+00:00",
|
|
599197
599744
|
"displayOptions": {
|
|
599198
599745
|
"show": {
|
|
599199
599746
|
"resource": [
|
|
@@ -600540,7 +601087,7 @@
|
|
|
600540
601087
|
"name": "startDate",
|
|
600541
601088
|
"type": "dateTime",
|
|
600542
601089
|
"required": true,
|
|
600543
|
-
"default": "2026-04-
|
|
601090
|
+
"default": "2026-04-28T00:00:00.000+00:00",
|
|
600544
601091
|
"displayOptions": {
|
|
600545
601092
|
"show": {
|
|
600546
601093
|
"resource": [
|
|
@@ -600563,7 +601110,7 @@
|
|
|
600563
601110
|
"name": "endDate",
|
|
600564
601111
|
"type": "dateTime",
|
|
600565
601112
|
"required": true,
|
|
600566
|
-
"default": "2026-05-
|
|
601113
|
+
"default": "2026-05-05T00:00:00.000+00:00",
|
|
600567
601114
|
"displayOptions": {
|
|
600568
601115
|
"show": {
|
|
600569
601116
|
"resource": [
|
|
@@ -615130,6 +615677,10 @@
|
|
|
615130
615677
|
"name": "HTML",
|
|
615131
615678
|
"value": "text/html"
|
|
615132
615679
|
},
|
|
615680
|
+
{
|
|
615681
|
+
"name": "Markdown (md)",
|
|
615682
|
+
"value": "text/markdown"
|
|
615683
|
+
},
|
|
615133
615684
|
{
|
|
615134
615685
|
"name": "MS Word Document",
|
|
615135
615686
|
"value": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
|
@@ -696495,7 +697046,7 @@
|
|
|
696495
697046
|
"displayName": "Start",
|
|
696496
697047
|
"name": "startDateTime",
|
|
696497
697048
|
"type": "dateTime",
|
|
696498
|
-
"default": "2026-05-
|
|
697049
|
+
"default": "2026-05-06T11:23:24.546+00:00",
|
|
696499
697050
|
"required": true,
|
|
696500
697051
|
"displayOptions": {
|
|
696501
697052
|
"show": {
|
|
@@ -696513,7 +697064,7 @@
|
|
|
696513
697064
|
"name": "endDateTime",
|
|
696514
697065
|
"type": "dateTime",
|
|
696515
697066
|
"required": true,
|
|
696516
|
-
"default": "2026-05-
|
|
697067
|
+
"default": "2026-05-06T11:53:24.546+00:00",
|
|
696517
697068
|
"displayOptions": {
|
|
696518
697069
|
"show": {
|
|
696519
697070
|
"resource": [
|
|
@@ -788556,6 +789107,13 @@
|
|
|
788556
789107
|
"default": "",
|
|
788557
789108
|
"description": "If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"
|
|
788558
789109
|
},
|
|
789110
|
+
{
|
|
789111
|
+
"displayName": "Email Opt Out",
|
|
789112
|
+
"name": "hasOptedOutOfEmail",
|
|
789113
|
+
"type": "boolean",
|
|
789114
|
+
"default": false,
|
|
789115
|
+
"description": "Whether the contact does not want to receive email from Salesforce"
|
|
789116
|
+
},
|
|
788559
789117
|
{
|
|
788560
789118
|
"displayName": "Fax",
|
|
788561
789119
|
"name": "fax",
|
|
@@ -788570,6 +789128,20 @@
|
|
|
788570
789128
|
"default": "",
|
|
788571
789129
|
"description": "First name of the contact. Maximum size is 40 characters."
|
|
788572
789130
|
},
|
|
789131
|
+
{
|
|
789132
|
+
"displayName": "Middle Name",
|
|
789133
|
+
"name": "middleName",
|
|
789134
|
+
"type": "string",
|
|
789135
|
+
"default": "",
|
|
789136
|
+
"description": "Middle name of the contact. Maximum size is 40 characters."
|
|
789137
|
+
},
|
|
789138
|
+
{
|
|
789139
|
+
"displayName": "Suffix",
|
|
789140
|
+
"name": "suffix",
|
|
789141
|
+
"type": "string",
|
|
789142
|
+
"default": "",
|
|
789143
|
+
"description": "Name suffix of the contact. Maximum size is 40 characters."
|
|
789144
|
+
},
|
|
788573
789145
|
{
|
|
788574
789146
|
"displayName": "Home Phone",
|
|
788575
789147
|
"name": "homePhone",
|
|
@@ -788704,6 +789276,20 @@
|
|
|
788704
789276
|
"default": "",
|
|
788705
789277
|
"description": "Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."
|
|
788706
789278
|
},
|
|
789279
|
+
{
|
|
789280
|
+
"displayName": "Pronouns",
|
|
789281
|
+
"name": "pronouns",
|
|
789282
|
+
"type": "string",
|
|
789283
|
+
"default": "",
|
|
789284
|
+
"description": "The contact's personal pronouns"
|
|
789285
|
+
},
|
|
789286
|
+
{
|
|
789287
|
+
"displayName": "Gender Identity",
|
|
789288
|
+
"name": "genderIdentity",
|
|
789289
|
+
"type": "string",
|
|
789290
|
+
"default": "",
|
|
789291
|
+
"description": "The contact's gender identity"
|
|
789292
|
+
},
|
|
788707
789293
|
{
|
|
788708
789294
|
"displayName": "Title",
|
|
788709
789295
|
"name": "title",
|
|
@@ -788851,6 +789437,13 @@
|
|
|
788851
789437
|
"default": "",
|
|
788852
789438
|
"description": "If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"
|
|
788853
789439
|
},
|
|
789440
|
+
{
|
|
789441
|
+
"displayName": "Email Opt Out",
|
|
789442
|
+
"name": "hasOptedOutOfEmail",
|
|
789443
|
+
"type": "boolean",
|
|
789444
|
+
"default": false,
|
|
789445
|
+
"description": "Whether the contact does not want to receive email from Salesforce"
|
|
789446
|
+
},
|
|
788854
789447
|
{
|
|
788855
789448
|
"displayName": "Fax",
|
|
788856
789449
|
"name": "fax",
|
|
@@ -788865,6 +789458,20 @@
|
|
|
788865
789458
|
"default": "",
|
|
788866
789459
|
"description": "First name of the contact. Maximum size is 40 characters."
|
|
788867
789460
|
},
|
|
789461
|
+
{
|
|
789462
|
+
"displayName": "Middle Name",
|
|
789463
|
+
"name": "middleName",
|
|
789464
|
+
"type": "string",
|
|
789465
|
+
"default": "",
|
|
789466
|
+
"description": "Middle name of the contact. Maximum size is 40 characters."
|
|
789467
|
+
},
|
|
789468
|
+
{
|
|
789469
|
+
"displayName": "Suffix",
|
|
789470
|
+
"name": "suffix",
|
|
789471
|
+
"type": "string",
|
|
789472
|
+
"default": "",
|
|
789473
|
+
"description": "Name suffix of the contact. Maximum size is 40 characters."
|
|
789474
|
+
},
|
|
788868
789475
|
{
|
|
788869
789476
|
"displayName": "Home Phone",
|
|
788870
789477
|
"name": "homePhone",
|
|
@@ -789006,6 +789613,20 @@
|
|
|
789006
789613
|
"default": "",
|
|
789007
789614
|
"description": "Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."
|
|
789008
789615
|
},
|
|
789616
|
+
{
|
|
789617
|
+
"displayName": "Pronouns",
|
|
789618
|
+
"name": "pronouns",
|
|
789619
|
+
"type": "string",
|
|
789620
|
+
"default": "",
|
|
789621
|
+
"description": "The contact's personal pronouns"
|
|
789622
|
+
},
|
|
789623
|
+
{
|
|
789624
|
+
"displayName": "Gender Identity",
|
|
789625
|
+
"name": "genderIdentity",
|
|
789626
|
+
"type": "string",
|
|
789627
|
+
"default": "",
|
|
789628
|
+
"description": "The contact's gender identity"
|
|
789629
|
+
},
|
|
789009
789630
|
{
|
|
789010
789631
|
"displayName": "Title",
|
|
789011
789632
|
"name": "title",
|
|
@@ -868878,7 +869499,7 @@
|
|
|
868878
869499
|
{
|
|
868879
869500
|
"displayName": "Custom Agent",
|
|
868880
869501
|
"name": "customAgent",
|
|
868881
|
-
"description": "<code>User-Agent</code> header to set for this scan. Defaults to
|
|
869502
|
+
"description": "<code>User-Agent</code> header to set for this scan. Defaults to n8n standard outbound User-Agent.",
|
|
868882
869503
|
"type": "string",
|
|
868883
869504
|
"default": ""
|
|
868884
869505
|
},
|
|
@@ -910405,7 +911026,10 @@
|
|
|
910405
911026
|
"group": [
|
|
910406
911027
|
"transform"
|
|
910407
911028
|
],
|
|
910408
|
-
"version":
|
|
911029
|
+
"version": [
|
|
911030
|
+
1,
|
|
911031
|
+
1.1
|
|
911032
|
+
],
|
|
910409
911033
|
"credentials": [
|
|
910410
911034
|
{
|
|
910411
911035
|
"name": "alibabaCloudApi",
|
|
@@ -910516,6 +911140,53 @@
|
|
|
910516
911140
|
"description": "The model to use for generation",
|
|
910517
911141
|
"displayOptions": {
|
|
910518
911142
|
"show": {
|
|
911143
|
+
"@version": [
|
|
911144
|
+
1
|
|
911145
|
+
],
|
|
911146
|
+
"operation": [
|
|
911147
|
+
"message"
|
|
911148
|
+
],
|
|
911149
|
+
"resource": [
|
|
911150
|
+
"text"
|
|
911151
|
+
]
|
|
911152
|
+
}
|
|
911153
|
+
}
|
|
911154
|
+
},
|
|
911155
|
+
{
|
|
911156
|
+
"displayName": "Model",
|
|
911157
|
+
"name": "modelId",
|
|
911158
|
+
"type": "resourceLocator",
|
|
911159
|
+
"default": {
|
|
911160
|
+
"mode": "list",
|
|
911161
|
+
"value": ""
|
|
911162
|
+
},
|
|
911163
|
+
"required": true,
|
|
911164
|
+
"modes": [
|
|
911165
|
+
{
|
|
911166
|
+
"displayName": "From List",
|
|
911167
|
+
"name": "list",
|
|
911168
|
+
"type": "list",
|
|
911169
|
+
"typeOptions": {
|
|
911170
|
+
"searchListMethod": "textModelSearch",
|
|
911171
|
+
"searchable": true
|
|
911172
|
+
}
|
|
911173
|
+
},
|
|
911174
|
+
{
|
|
911175
|
+
"displayName": "ID",
|
|
911176
|
+
"name": "id",
|
|
911177
|
+
"type": "string",
|
|
911178
|
+
"placeholder": "e.g. qwen3.5-flash"
|
|
911179
|
+
}
|
|
911180
|
+
],
|
|
911181
|
+
"displayOptions": {
|
|
911182
|
+
"show": {
|
|
911183
|
+
"@version": [
|
|
911184
|
+
{
|
|
911185
|
+
"_cnd": {
|
|
911186
|
+
"gte": 1.1
|
|
911187
|
+
}
|
|
911188
|
+
}
|
|
911189
|
+
],
|
|
910519
911190
|
"operation": [
|
|
910520
911191
|
"message"
|
|
910521
911192
|
],
|
|
@@ -910763,6 +911434,53 @@
|
|
|
910763
911434
|
"description": "The model to use for image analysis",
|
|
910764
911435
|
"displayOptions": {
|
|
910765
911436
|
"show": {
|
|
911437
|
+
"@version": [
|
|
911438
|
+
1
|
|
911439
|
+
],
|
|
911440
|
+
"operation": [
|
|
911441
|
+
"analyze"
|
|
911442
|
+
],
|
|
911443
|
+
"resource": [
|
|
911444
|
+
"image"
|
|
911445
|
+
]
|
|
911446
|
+
}
|
|
911447
|
+
}
|
|
911448
|
+
},
|
|
911449
|
+
{
|
|
911450
|
+
"displayName": "Model",
|
|
911451
|
+
"name": "modelId",
|
|
911452
|
+
"type": "resourceLocator",
|
|
911453
|
+
"default": {
|
|
911454
|
+
"mode": "list",
|
|
911455
|
+
"value": ""
|
|
911456
|
+
},
|
|
911457
|
+
"required": true,
|
|
911458
|
+
"modes": [
|
|
911459
|
+
{
|
|
911460
|
+
"displayName": "From List",
|
|
911461
|
+
"name": "list",
|
|
911462
|
+
"type": "list",
|
|
911463
|
+
"typeOptions": {
|
|
911464
|
+
"searchListMethod": "visionModelSearch",
|
|
911465
|
+
"searchable": true
|
|
911466
|
+
}
|
|
911467
|
+
},
|
|
911468
|
+
{
|
|
911469
|
+
"displayName": "ID",
|
|
911470
|
+
"name": "id",
|
|
911471
|
+
"type": "string",
|
|
911472
|
+
"placeholder": "e.g. qwen3.5-flash"
|
|
911473
|
+
}
|
|
911474
|
+
],
|
|
911475
|
+
"displayOptions": {
|
|
911476
|
+
"show": {
|
|
911477
|
+
"@version": [
|
|
911478
|
+
{
|
|
911479
|
+
"_cnd": {
|
|
911480
|
+
"gte": 1.1
|
|
911481
|
+
}
|
|
911482
|
+
}
|
|
911483
|
+
],
|
|
910766
911484
|
"operation": [
|
|
910767
911485
|
"analyze"
|
|
910768
911486
|
],
|
|
@@ -910958,6 +911676,53 @@
|
|
|
910958
911676
|
"description": "The model to use for image generation",
|
|
910959
911677
|
"displayOptions": {
|
|
910960
911678
|
"show": {
|
|
911679
|
+
"@version": [
|
|
911680
|
+
1
|
|
911681
|
+
],
|
|
911682
|
+
"operation": [
|
|
911683
|
+
"generate"
|
|
911684
|
+
],
|
|
911685
|
+
"resource": [
|
|
911686
|
+
"image"
|
|
911687
|
+
]
|
|
911688
|
+
}
|
|
911689
|
+
}
|
|
911690
|
+
},
|
|
911691
|
+
{
|
|
911692
|
+
"displayName": "Model",
|
|
911693
|
+
"name": "modelId",
|
|
911694
|
+
"type": "resourceLocator",
|
|
911695
|
+
"default": {
|
|
911696
|
+
"mode": "list",
|
|
911697
|
+
"value": ""
|
|
911698
|
+
},
|
|
911699
|
+
"required": true,
|
|
911700
|
+
"modes": [
|
|
911701
|
+
{
|
|
911702
|
+
"displayName": "From List",
|
|
911703
|
+
"name": "list",
|
|
911704
|
+
"type": "list",
|
|
911705
|
+
"typeOptions": {
|
|
911706
|
+
"searchListMethod": "imageGenerationModelSearch",
|
|
911707
|
+
"searchable": true
|
|
911708
|
+
}
|
|
911709
|
+
},
|
|
911710
|
+
{
|
|
911711
|
+
"displayName": "ID",
|
|
911712
|
+
"name": "id",
|
|
911713
|
+
"type": "string",
|
|
911714
|
+
"placeholder": "e.g. qwen3.5-flash"
|
|
911715
|
+
}
|
|
911716
|
+
],
|
|
911717
|
+
"displayOptions": {
|
|
911718
|
+
"show": {
|
|
911719
|
+
"@version": [
|
|
911720
|
+
{
|
|
911721
|
+
"_cnd": {
|
|
911722
|
+
"gte": 1.1
|
|
911723
|
+
}
|
|
911724
|
+
}
|
|
911725
|
+
],
|
|
910961
911726
|
"operation": [
|
|
910962
911727
|
"generate"
|
|
910963
911728
|
],
|
|
@@ -911141,6 +911906,53 @@
|
|
|
911141
911906
|
"description": "The model to use for text-to-video generation",
|
|
911142
911907
|
"displayOptions": {
|
|
911143
911908
|
"show": {
|
|
911909
|
+
"@version": [
|
|
911910
|
+
1
|
|
911911
|
+
],
|
|
911912
|
+
"resource": [
|
|
911913
|
+
"video"
|
|
911914
|
+
],
|
|
911915
|
+
"operation": [
|
|
911916
|
+
"textToVideo"
|
|
911917
|
+
]
|
|
911918
|
+
}
|
|
911919
|
+
}
|
|
911920
|
+
},
|
|
911921
|
+
{
|
|
911922
|
+
"displayName": "Model",
|
|
911923
|
+
"name": "modelId",
|
|
911924
|
+
"type": "resourceLocator",
|
|
911925
|
+
"default": {
|
|
911926
|
+
"mode": "list",
|
|
911927
|
+
"value": ""
|
|
911928
|
+
},
|
|
911929
|
+
"required": true,
|
|
911930
|
+
"modes": [
|
|
911931
|
+
{
|
|
911932
|
+
"displayName": "From List",
|
|
911933
|
+
"name": "list",
|
|
911934
|
+
"type": "list",
|
|
911935
|
+
"typeOptions": {
|
|
911936
|
+
"searchListMethod": "textToVideoModelSearch",
|
|
911937
|
+
"searchable": true
|
|
911938
|
+
}
|
|
911939
|
+
},
|
|
911940
|
+
{
|
|
911941
|
+
"displayName": "ID",
|
|
911942
|
+
"name": "id",
|
|
911943
|
+
"type": "string",
|
|
911944
|
+
"placeholder": "e.g. qwen3.5-flash"
|
|
911945
|
+
}
|
|
911946
|
+
],
|
|
911947
|
+
"displayOptions": {
|
|
911948
|
+
"show": {
|
|
911949
|
+
"@version": [
|
|
911950
|
+
{
|
|
911951
|
+
"_cnd": {
|
|
911952
|
+
"gte": 1.1
|
|
911953
|
+
}
|
|
911954
|
+
}
|
|
911955
|
+
],
|
|
911144
911956
|
"resource": [
|
|
911145
911957
|
"video"
|
|
911146
911958
|
],
|
|
@@ -911383,6 +912195,53 @@
|
|
|
911383
912195
|
"description": "The model to use for image-to-video generation",
|
|
911384
912196
|
"displayOptions": {
|
|
911385
912197
|
"show": {
|
|
912198
|
+
"@version": [
|
|
912199
|
+
1
|
|
912200
|
+
],
|
|
912201
|
+
"resource": [
|
|
912202
|
+
"video"
|
|
912203
|
+
],
|
|
912204
|
+
"operation": [
|
|
912205
|
+
"imageToVideo"
|
|
912206
|
+
]
|
|
912207
|
+
}
|
|
912208
|
+
}
|
|
912209
|
+
},
|
|
912210
|
+
{
|
|
912211
|
+
"displayName": "Model",
|
|
912212
|
+
"name": "modelId",
|
|
912213
|
+
"type": "resourceLocator",
|
|
912214
|
+
"default": {
|
|
912215
|
+
"mode": "list",
|
|
912216
|
+
"value": ""
|
|
912217
|
+
},
|
|
912218
|
+
"required": true,
|
|
912219
|
+
"modes": [
|
|
912220
|
+
{
|
|
912221
|
+
"displayName": "From List",
|
|
912222
|
+
"name": "list",
|
|
912223
|
+
"type": "list",
|
|
912224
|
+
"typeOptions": {
|
|
912225
|
+
"searchListMethod": "imageToVideoModelSearch",
|
|
912226
|
+
"searchable": true
|
|
912227
|
+
}
|
|
912228
|
+
},
|
|
912229
|
+
{
|
|
912230
|
+
"displayName": "ID",
|
|
912231
|
+
"name": "id",
|
|
912232
|
+
"type": "string",
|
|
912233
|
+
"placeholder": "e.g. qwen3.5-flash"
|
|
912234
|
+
}
|
|
912235
|
+
],
|
|
912236
|
+
"displayOptions": {
|
|
912237
|
+
"show": {
|
|
912238
|
+
"@version": [
|
|
912239
|
+
{
|
|
912240
|
+
"_cnd": {
|
|
912241
|
+
"gte": 1.1
|
|
912242
|
+
}
|
|
912243
|
+
}
|
|
912244
|
+
],
|
|
911386
912245
|
"resource": [
|
|
911387
912246
|
"video"
|
|
911388
912247
|
],
|
|
@@ -911802,7 +912661,7 @@
|
|
|
911802
912661
|
"displayName": "ID",
|
|
911803
912662
|
"name": "id",
|
|
911804
912663
|
"type": "string",
|
|
911805
|
-
"placeholder": "e.g. claude-sonnet-4-
|
|
912664
|
+
"placeholder": "e.g. claude-sonnet-4-6"
|
|
911806
912665
|
}
|
|
911807
912666
|
],
|
|
911808
912667
|
"displayOptions": {
|
|
@@ -912208,7 +913067,7 @@
|
|
|
912208
913067
|
"displayName": "ID",
|
|
912209
913068
|
"name": "id",
|
|
912210
913069
|
"type": "string",
|
|
912211
|
-
"placeholder": "e.g. claude-sonnet-4-
|
|
913070
|
+
"placeholder": "e.g. claude-sonnet-4-6"
|
|
912212
913071
|
}
|
|
912213
913072
|
],
|
|
912214
913073
|
"displayOptions": {
|
|
@@ -912717,7 +913576,7 @@
|
|
|
912717
913576
|
"displayName": "ID",
|
|
912718
913577
|
"name": "id",
|
|
912719
913578
|
"type": "string",
|
|
912720
|
-
"placeholder": "e.g. claude-sonnet-4-
|
|
913579
|
+
"placeholder": "e.g. claude-sonnet-4-6"
|
|
912721
913580
|
}
|
|
912722
913581
|
],
|
|
912723
913582
|
"displayOptions": {
|
|
@@ -914513,8 +915372,19 @@
|
|
|
914513
915372
|
"displayName": "Number of Images",
|
|
914514
915373
|
"name": "sampleCount",
|
|
914515
915374
|
"default": 1,
|
|
914516
|
-
"description": "Number of images to generate
|
|
915375
|
+
"description": "Number of images to generate",
|
|
914517
915376
|
"type": "number",
|
|
915377
|
+
"displayOptions": {
|
|
915378
|
+
"show": {
|
|
915379
|
+
"/modelId": [
|
|
915380
|
+
{
|
|
915381
|
+
"_cnd": {
|
|
915382
|
+
"includes": "imagen"
|
|
915383
|
+
}
|
|
915384
|
+
}
|
|
915385
|
+
]
|
|
915386
|
+
}
|
|
915387
|
+
},
|
|
914518
915388
|
"typeOptions": {
|
|
914519
915389
|
"minValue": 1
|
|
914520
915390
|
}
|
|
@@ -916945,7 +917815,7 @@
|
|
|
916945
917815
|
"displayName": "ID",
|
|
916946
917816
|
"name": "id",
|
|
916947
917817
|
"type": "string",
|
|
916948
|
-
"placeholder": "e.g. kimi-k2.
|
|
917818
|
+
"placeholder": "e.g. kimi-k2.6"
|
|
916949
917819
|
}
|
|
916950
917820
|
],
|
|
916951
917821
|
"displayOptions": {
|
|
@@ -917092,7 +917962,7 @@
|
|
|
917092
917962
|
"displayName": "ID",
|
|
917093
917963
|
"name": "id",
|
|
917094
917964
|
"type": "string",
|
|
917095
|
-
"placeholder": "e.g. kimi-k2.
|
|
917965
|
+
"placeholder": "e.g. kimi-k2.6"
|
|
917096
917966
|
}
|
|
917097
917967
|
],
|
|
917098
917968
|
"displayOptions": {
|