@agentutility/mcp-synthforge 0.1.8 → 0.7.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/README.md +46 -8
- package/dist/tools.generated.js +1919 -180
- package/package.json +1 -1
package/dist/tools.generated.js
CHANGED
|
@@ -1,77 +1,187 @@
|
|
|
1
1
|
/** Auto-generated by scripts/generate-mcp-clusters.mjs. Do not edit by hand. */
|
|
2
2
|
export const CLUSTER_SLUG = "synthforge";
|
|
3
|
-
export const VERSION = "0.
|
|
3
|
+
export const VERSION = "0.7.0";
|
|
4
4
|
export const TOOLS = [
|
|
5
5
|
{
|
|
6
|
-
"name": "image-
|
|
7
|
-
"http_name": "image-
|
|
8
|
-
"description": "(0.
|
|
6
|
+
"name": "ad-banner-image-expand",
|
|
7
|
+
"http_name": "ad-banner-image-expand",
|
|
8
|
+
"description": "(0.15 USDC/call) Ad banner image expand API / paid social canvas outpaint / campaign creative extender. Same Bria Expand backend as image-expand, tuned for agents adapting existing images into wide, square, or portrait ad placements.",
|
|
9
9
|
"method": "POST",
|
|
10
10
|
"input_schema": {
|
|
11
11
|
"type": "object",
|
|
12
12
|
"properties": {
|
|
13
13
|
"image_url": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"canvas_width": {
|
|
17
|
+
"type": "number"
|
|
18
|
+
},
|
|
19
|
+
"canvas_height": {
|
|
20
|
+
"type": "number"
|
|
21
|
+
},
|
|
22
|
+
"original_width": {
|
|
23
|
+
"type": "number"
|
|
24
|
+
},
|
|
25
|
+
"original_height": {
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
"original_x": {
|
|
29
|
+
"type": "number"
|
|
30
|
+
},
|
|
31
|
+
"original_y": {
|
|
32
|
+
"type": "number"
|
|
33
|
+
},
|
|
34
|
+
"prompt": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"seed": {
|
|
38
|
+
"type": "number"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"required": [
|
|
42
|
+
"image_url",
|
|
43
|
+
"canvas_width",
|
|
44
|
+
"canvas_height"
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "ad-creative-image-generate",
|
|
50
|
+
"http_name": "ad-creative-image-generate",
|
|
51
|
+
"description": "(0.01 USDC/call) Ad creative image generator API / campaign visual generator / paid social creative. Same backend as image-generate, listed for agents producing SFW marketing visuals, concept images, and campaign thumbnails from prompts.",
|
|
52
|
+
"method": "POST",
|
|
53
|
+
"input_schema": {
|
|
54
|
+
"type": "object",
|
|
55
|
+
"properties": {
|
|
56
|
+
"prompt": {
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
"width": {
|
|
60
|
+
"type": "number"
|
|
61
|
+
},
|
|
62
|
+
"height": {
|
|
63
|
+
"type": "number"
|
|
64
|
+
},
|
|
65
|
+
"tier": {
|
|
14
66
|
"type": "string",
|
|
15
|
-
"
|
|
67
|
+
"enum": [
|
|
68
|
+
"fast",
|
|
69
|
+
"creative",
|
|
70
|
+
"anime",
|
|
71
|
+
"sd35"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"model": {
|
|
75
|
+
"type": "string"
|
|
16
76
|
},
|
|
77
|
+
"steps": {
|
|
78
|
+
"type": "number"
|
|
79
|
+
},
|
|
80
|
+
"cfg_scale": {
|
|
81
|
+
"type": "number"
|
|
82
|
+
},
|
|
83
|
+
"seed": {
|
|
84
|
+
"type": "number"
|
|
85
|
+
},
|
|
86
|
+
"negative_prompt": {
|
|
87
|
+
"type": "string"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"required": [
|
|
91
|
+
"prompt"
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "app-icon-image-generate",
|
|
97
|
+
"http_name": "app-icon-image-generate",
|
|
98
|
+
"description": "(0.01 USDC/call) App icon generator API / mobile icon concept / SaaS icon image generation. Same image-generate backend, listed for agents making SFW square icon concepts, product marks, and launch visuals.",
|
|
99
|
+
"method": "POST",
|
|
100
|
+
"input_schema": {
|
|
101
|
+
"type": "object",
|
|
102
|
+
"properties": {
|
|
17
103
|
"prompt": {
|
|
18
104
|
"type": "string",
|
|
19
|
-
"description": "
|
|
105
|
+
"description": "Image description. Up to 2000 chars."
|
|
106
|
+
},
|
|
107
|
+
"width": {
|
|
108
|
+
"type": "number",
|
|
109
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
110
|
+
},
|
|
111
|
+
"height": {
|
|
112
|
+
"type": "number",
|
|
113
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
114
|
+
},
|
|
115
|
+
"tier": {
|
|
116
|
+
"type": "string",
|
|
117
|
+
"enum": [
|
|
118
|
+
"fast",
|
|
119
|
+
"creative",
|
|
120
|
+
"anime",
|
|
121
|
+
"sd35"
|
|
122
|
+
],
|
|
123
|
+
"description": "Model shorthand. Default 'fast'."
|
|
20
124
|
},
|
|
21
125
|
"model": {
|
|
22
126
|
"type": "string",
|
|
23
|
-
"description": "Override the model.
|
|
127
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
128
|
+
},
|
|
129
|
+
"steps": {
|
|
130
|
+
"type": "number",
|
|
131
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
132
|
+
},
|
|
133
|
+
"cfg_scale": {
|
|
134
|
+
"type": "number",
|
|
135
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
136
|
+
},
|
|
137
|
+
"seed": {
|
|
138
|
+
"type": "number",
|
|
139
|
+
"description": "Random seed. Optional."
|
|
140
|
+
},
|
|
141
|
+
"negative_prompt": {
|
|
142
|
+
"type": "string",
|
|
143
|
+
"description": "Negative prompt. Optional."
|
|
24
144
|
}
|
|
25
145
|
},
|
|
26
146
|
"required": [
|
|
27
|
-
"image_url",
|
|
28
147
|
"prompt"
|
|
29
148
|
]
|
|
30
149
|
}
|
|
31
150
|
},
|
|
32
151
|
{
|
|
33
|
-
"name": "
|
|
34
|
-
"http_name": "
|
|
35
|
-
"description": "(0.15 USDC/call)
|
|
152
|
+
"name": "app-store-screenshot-expand",
|
|
153
|
+
"http_name": "app-store-screenshot-expand",
|
|
154
|
+
"description": "(0.15 USDC/call) App store screenshot expand API / mobile screenshot backdrop extender / launch asset outpaint. Same Bria Expand backend as image-expand, listed for agents adapting screenshots into store, ad, and product-page layouts.",
|
|
36
155
|
"method": "POST",
|
|
37
156
|
"input_schema": {
|
|
38
157
|
"type": "object",
|
|
39
158
|
"properties": {
|
|
40
159
|
"image_url": {
|
|
41
|
-
"type": "string"
|
|
42
|
-
"description": "Public URL of the source image."
|
|
160
|
+
"type": "string"
|
|
43
161
|
},
|
|
44
162
|
"canvas_width": {
|
|
45
|
-
"type": "number"
|
|
46
|
-
"description": "Final canvas width in pixels (256-4096)."
|
|
163
|
+
"type": "number"
|
|
47
164
|
},
|
|
48
165
|
"canvas_height": {
|
|
49
|
-
"type": "number"
|
|
50
|
-
"description": "Final canvas height in pixels (256-4096)."
|
|
166
|
+
"type": "number"
|
|
51
167
|
},
|
|
52
168
|
"original_width": {
|
|
53
|
-
"type": "number"
|
|
54
|
-
"description": "Width to render the original at within the new canvas."
|
|
169
|
+
"type": "number"
|
|
55
170
|
},
|
|
56
171
|
"original_height": {
|
|
57
|
-
"type": "number"
|
|
58
|
-
"description": "Height to render the original at within the new canvas."
|
|
172
|
+
"type": "number"
|
|
59
173
|
},
|
|
60
174
|
"original_x": {
|
|
61
|
-
"type": "number"
|
|
62
|
-
"description": "X position of the original (top-left) within the canvas."
|
|
175
|
+
"type": "number"
|
|
63
176
|
},
|
|
64
177
|
"original_y": {
|
|
65
|
-
"type": "number"
|
|
66
|
-
"description": "Y position of the original (top-left) within the canvas."
|
|
178
|
+
"type": "number"
|
|
67
179
|
},
|
|
68
180
|
"prompt": {
|
|
69
|
-
"type": "string"
|
|
70
|
-
"description": "Optional guidance for the generated regions."
|
|
181
|
+
"type": "string"
|
|
71
182
|
},
|
|
72
183
|
"seed": {
|
|
73
|
-
"type": "number"
|
|
74
|
-
"description": "Optional seed for reproducibility (0 to 2^31-1)."
|
|
184
|
+
"type": "number"
|
|
75
185
|
}
|
|
76
186
|
},
|
|
77
187
|
"required": [
|
|
@@ -82,9 +192,139 @@ export const TOOLS = [
|
|
|
82
192
|
}
|
|
83
193
|
},
|
|
84
194
|
{
|
|
85
|
-
"name": "
|
|
86
|
-
"http_name": "
|
|
87
|
-
"description": "(0.
|
|
195
|
+
"name": "background-remove",
|
|
196
|
+
"http_name": "background-remove",
|
|
197
|
+
"description": "(0.08 USDC/call) Background remove API / image background remover / transparent PNG foreground cutout. Removes the background from a public image URL and returns the subject with alpha transparency. Optional crop_to_bbox. fal.ai imageutils/rembg.",
|
|
198
|
+
"method": "POST",
|
|
199
|
+
"input_schema": {
|
|
200
|
+
"type": "object",
|
|
201
|
+
"properties": {
|
|
202
|
+
"image_url": {
|
|
203
|
+
"type": "string"
|
|
204
|
+
},
|
|
205
|
+
"crop_to_bbox": {
|
|
206
|
+
"type": "boolean"
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"required": [
|
|
210
|
+
"image_url"
|
|
211
|
+
]
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "background-remover",
|
|
216
|
+
"http_name": "background-remover",
|
|
217
|
+
"description": "(0.08 USDC/call) Background remover API / remove image background / transparent PNG cutout. Same remove-bg backend, listed for agents turning product, portrait, and object images into alpha PNG foreground cutouts with optional crop-to-bounding-box behavior.",
|
|
218
|
+
"method": "POST",
|
|
219
|
+
"input_schema": {
|
|
220
|
+
"type": "object",
|
|
221
|
+
"properties": {
|
|
222
|
+
"image_url": {
|
|
223
|
+
"type": "string"
|
|
224
|
+
},
|
|
225
|
+
"crop_to_bbox": {
|
|
226
|
+
"type": "boolean"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"required": [
|
|
230
|
+
"image_url"
|
|
231
|
+
]
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "banner-image-expand",
|
|
236
|
+
"http_name": "banner-image-expand",
|
|
237
|
+
"description": "(0.15 USDC/call) Banner image expand API / hero image outpainting / website header extender. Same backend as image-expand, exposed for agents turning existing photos into wide website, ad, and email-header canvases.",
|
|
238
|
+
"method": "POST",
|
|
239
|
+
"input_schema": {
|
|
240
|
+
"type": "object",
|
|
241
|
+
"properties": {
|
|
242
|
+
"image_url": {
|
|
243
|
+
"type": "string"
|
|
244
|
+
},
|
|
245
|
+
"canvas_width": {
|
|
246
|
+
"type": "number"
|
|
247
|
+
},
|
|
248
|
+
"canvas_height": {
|
|
249
|
+
"type": "number"
|
|
250
|
+
},
|
|
251
|
+
"original_width": {
|
|
252
|
+
"type": "number"
|
|
253
|
+
},
|
|
254
|
+
"original_height": {
|
|
255
|
+
"type": "number"
|
|
256
|
+
},
|
|
257
|
+
"original_x": {
|
|
258
|
+
"type": "number"
|
|
259
|
+
},
|
|
260
|
+
"original_y": {
|
|
261
|
+
"type": "number"
|
|
262
|
+
},
|
|
263
|
+
"prompt": {
|
|
264
|
+
"type": "string"
|
|
265
|
+
},
|
|
266
|
+
"seed": {
|
|
267
|
+
"type": "number"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"required": [
|
|
271
|
+
"image_url",
|
|
272
|
+
"canvas_width",
|
|
273
|
+
"canvas_height"
|
|
274
|
+
]
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "blog-header-image-generate",
|
|
279
|
+
"http_name": "blog-header-image-generate",
|
|
280
|
+
"description": "(0.01 USDC/call) Blog header image generator API / article hero image / editorial illustration generator. Same backend as image-generate, discoverable for agents creating SFW header images, newsletter visuals, and documentation illustrations.",
|
|
281
|
+
"method": "POST",
|
|
282
|
+
"input_schema": {
|
|
283
|
+
"type": "object",
|
|
284
|
+
"properties": {
|
|
285
|
+
"prompt": {
|
|
286
|
+
"type": "string"
|
|
287
|
+
},
|
|
288
|
+
"width": {
|
|
289
|
+
"type": "number"
|
|
290
|
+
},
|
|
291
|
+
"height": {
|
|
292
|
+
"type": "number"
|
|
293
|
+
},
|
|
294
|
+
"tier": {
|
|
295
|
+
"type": "string",
|
|
296
|
+
"enum": [
|
|
297
|
+
"fast",
|
|
298
|
+
"creative",
|
|
299
|
+
"anime",
|
|
300
|
+
"sd35"
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
"model": {
|
|
304
|
+
"type": "string"
|
|
305
|
+
},
|
|
306
|
+
"steps": {
|
|
307
|
+
"type": "number"
|
|
308
|
+
},
|
|
309
|
+
"cfg_scale": {
|
|
310
|
+
"type": "number"
|
|
311
|
+
},
|
|
312
|
+
"seed": {
|
|
313
|
+
"type": "number"
|
|
314
|
+
},
|
|
315
|
+
"negative_prompt": {
|
|
316
|
+
"type": "string"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"required": [
|
|
320
|
+
"prompt"
|
|
321
|
+
]
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "book-cover-image-generate",
|
|
326
|
+
"http_name": "book-cover-image-generate",
|
|
327
|
+
"description": "(0.01 USDC/call) Book cover image generator API / ebook cover concept / publishing creative. Same image-generate backend, listed for agents creating SFW cover art concepts, genre mood boards, and launch visuals from a prompt.",
|
|
88
328
|
"method": "POST",
|
|
89
329
|
"input_schema": {
|
|
90
330
|
"type": "object",
|
|
@@ -138,42 +378,1502 @@ export const TOOLS = [
|
|
|
138
378
|
}
|
|
139
379
|
},
|
|
140
380
|
{
|
|
141
|
-
"name": "
|
|
142
|
-
"http_name": "
|
|
143
|
-
"description": "(0.
|
|
381
|
+
"name": "brand-logo-concept-image",
|
|
382
|
+
"http_name": "brand-logo-concept-image",
|
|
383
|
+
"description": "(0.01 USDC/call) Brand logo concept image API / startup logo visual ideation / mark concept generator. Same fast Venice-backed backend as image-generate, exposed for agents creating SFW logo concept boards, abstract marks, and brand direction visuals from prompts.",
|
|
384
|
+
"method": "POST",
|
|
385
|
+
"input_schema": {
|
|
386
|
+
"type": "object",
|
|
387
|
+
"properties": {
|
|
388
|
+
"prompt": {
|
|
389
|
+
"type": "string",
|
|
390
|
+
"description": "Image description. Up to 2000 chars."
|
|
391
|
+
},
|
|
392
|
+
"width": {
|
|
393
|
+
"type": "number",
|
|
394
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
395
|
+
},
|
|
396
|
+
"height": {
|
|
397
|
+
"type": "number",
|
|
398
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
399
|
+
},
|
|
400
|
+
"tier": {
|
|
401
|
+
"type": "string",
|
|
402
|
+
"enum": [
|
|
403
|
+
"fast",
|
|
404
|
+
"creative",
|
|
405
|
+
"anime",
|
|
406
|
+
"sd35"
|
|
407
|
+
],
|
|
408
|
+
"description": "Model shorthand. Default 'fast'."
|
|
409
|
+
},
|
|
410
|
+
"model": {
|
|
411
|
+
"type": "string",
|
|
412
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
413
|
+
},
|
|
414
|
+
"steps": {
|
|
415
|
+
"type": "number",
|
|
416
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
417
|
+
},
|
|
418
|
+
"cfg_scale": {
|
|
419
|
+
"type": "number",
|
|
420
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
421
|
+
},
|
|
422
|
+
"seed": {
|
|
423
|
+
"type": "number",
|
|
424
|
+
"description": "Random seed. Optional."
|
|
425
|
+
},
|
|
426
|
+
"negative_prompt": {
|
|
427
|
+
"type": "string",
|
|
428
|
+
"description": "Negative prompt. Optional."
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
"required": [
|
|
432
|
+
"prompt"
|
|
433
|
+
]
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "course-thumbnail-expand",
|
|
438
|
+
"http_name": "course-thumbnail-expand",
|
|
439
|
+
"description": "(0.15 USDC/call) Course thumbnail expand API / tutorial cover outpaint / education hero image extender. Same image-expand backend, surfaced for agents adapting existing screenshots, instructor photos, or diagrams into 16:9 course thumbnails.",
|
|
440
|
+
"method": "POST",
|
|
441
|
+
"input_schema": {
|
|
442
|
+
"type": "object",
|
|
443
|
+
"properties": {
|
|
444
|
+
"image_url": {
|
|
445
|
+
"type": "string"
|
|
446
|
+
},
|
|
447
|
+
"canvas_width": {
|
|
448
|
+
"type": "number"
|
|
449
|
+
},
|
|
450
|
+
"canvas_height": {
|
|
451
|
+
"type": "number"
|
|
452
|
+
},
|
|
453
|
+
"original_width": {
|
|
454
|
+
"type": "number"
|
|
455
|
+
},
|
|
456
|
+
"original_height": {
|
|
457
|
+
"type": "number"
|
|
458
|
+
},
|
|
459
|
+
"original_x": {
|
|
460
|
+
"type": "number"
|
|
461
|
+
},
|
|
462
|
+
"original_y": {
|
|
463
|
+
"type": "number"
|
|
464
|
+
},
|
|
465
|
+
"prompt": {
|
|
466
|
+
"type": "string"
|
|
467
|
+
},
|
|
468
|
+
"seed": {
|
|
469
|
+
"type": "number"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"required": [
|
|
473
|
+
"image_url",
|
|
474
|
+
"canvas_width",
|
|
475
|
+
"canvas_height"
|
|
476
|
+
]
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "course-thumbnail-image-generate",
|
|
481
|
+
"http_name": "course-thumbnail-image-generate",
|
|
482
|
+
"description": "(0.01 USDC/call) Course thumbnail image generator API / education cover art / tutorial hero image. Same fast image-generate backend, discoverable for agents creating SFW course thumbnails, lesson covers, learning-path artwork, and academy launch visuals without text rendering.",
|
|
483
|
+
"method": "POST",
|
|
484
|
+
"input_schema": {
|
|
485
|
+
"type": "object",
|
|
486
|
+
"properties": {
|
|
487
|
+
"prompt": {
|
|
488
|
+
"type": "string",
|
|
489
|
+
"description": "Image description. Up to 2000 chars."
|
|
490
|
+
},
|
|
491
|
+
"width": {
|
|
492
|
+
"type": "number",
|
|
493
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
494
|
+
},
|
|
495
|
+
"height": {
|
|
496
|
+
"type": "number",
|
|
497
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
498
|
+
},
|
|
499
|
+
"tier": {
|
|
500
|
+
"type": "string",
|
|
501
|
+
"enum": [
|
|
502
|
+
"fast",
|
|
503
|
+
"creative",
|
|
504
|
+
"anime",
|
|
505
|
+
"sd35"
|
|
506
|
+
],
|
|
507
|
+
"description": "Model shorthand. Default 'fast'."
|
|
508
|
+
},
|
|
509
|
+
"model": {
|
|
510
|
+
"type": "string",
|
|
511
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
512
|
+
},
|
|
513
|
+
"steps": {
|
|
514
|
+
"type": "number",
|
|
515
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
516
|
+
},
|
|
517
|
+
"cfg_scale": {
|
|
518
|
+
"type": "number",
|
|
519
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
520
|
+
},
|
|
521
|
+
"seed": {
|
|
522
|
+
"type": "number",
|
|
523
|
+
"description": "Random seed. Optional."
|
|
524
|
+
},
|
|
525
|
+
"negative_prompt": {
|
|
526
|
+
"type": "string",
|
|
527
|
+
"description": "Negative prompt. Optional."
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
"required": [
|
|
531
|
+
"prompt"
|
|
532
|
+
]
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "ecommerce-lifestyle-image-generate",
|
|
537
|
+
"http_name": "ecommerce-lifestyle-image-generate",
|
|
538
|
+
"description": "(0.01 USDC/call) Ecommerce lifestyle image generator API / product lifestyle creative / marketplace campaign image. Same image-generate backend, listed for agents creating SFW lifestyle scenes and ad visuals around product prompts.",
|
|
539
|
+
"method": "POST",
|
|
540
|
+
"input_schema": {
|
|
541
|
+
"type": "object",
|
|
542
|
+
"properties": {
|
|
543
|
+
"prompt": {
|
|
544
|
+
"type": "string",
|
|
545
|
+
"description": "Image description. Up to 2000 chars."
|
|
546
|
+
},
|
|
547
|
+
"width": {
|
|
548
|
+
"type": "number",
|
|
549
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
550
|
+
},
|
|
551
|
+
"height": {
|
|
552
|
+
"type": "number",
|
|
553
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
554
|
+
},
|
|
555
|
+
"tier": {
|
|
556
|
+
"type": "string",
|
|
557
|
+
"enum": [
|
|
558
|
+
"fast",
|
|
559
|
+
"creative",
|
|
560
|
+
"anime",
|
|
561
|
+
"sd35"
|
|
562
|
+
],
|
|
563
|
+
"description": "Model shorthand. Default 'fast'."
|
|
564
|
+
},
|
|
565
|
+
"model": {
|
|
566
|
+
"type": "string",
|
|
567
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
568
|
+
},
|
|
569
|
+
"steps": {
|
|
570
|
+
"type": "number",
|
|
571
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
572
|
+
},
|
|
573
|
+
"cfg_scale": {
|
|
574
|
+
"type": "number",
|
|
575
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
576
|
+
},
|
|
577
|
+
"seed": {
|
|
578
|
+
"type": "number",
|
|
579
|
+
"description": "Random seed. Optional."
|
|
580
|
+
},
|
|
581
|
+
"negative_prompt": {
|
|
582
|
+
"type": "string",
|
|
583
|
+
"description": "Negative prompt. Optional."
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
"required": [
|
|
587
|
+
"prompt"
|
|
588
|
+
]
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"name": "email-header-image-expand",
|
|
593
|
+
"http_name": "email-header-image-expand",
|
|
594
|
+
"description": "(0.15 USDC/call) Email header image expand API / newsletter banner outpaint / lifecycle email creative extender. Same image-expand backend, exposed for agents adapting existing product, event, or editorial images into wide email-header canvases.",
|
|
595
|
+
"method": "POST",
|
|
596
|
+
"input_schema": {
|
|
597
|
+
"type": "object",
|
|
598
|
+
"properties": {
|
|
599
|
+
"image_url": {
|
|
600
|
+
"type": "string"
|
|
601
|
+
},
|
|
602
|
+
"canvas_width": {
|
|
603
|
+
"type": "number"
|
|
604
|
+
},
|
|
605
|
+
"canvas_height": {
|
|
606
|
+
"type": "number"
|
|
607
|
+
},
|
|
608
|
+
"original_width": {
|
|
609
|
+
"type": "number"
|
|
610
|
+
},
|
|
611
|
+
"original_height": {
|
|
612
|
+
"type": "number"
|
|
613
|
+
},
|
|
614
|
+
"original_x": {
|
|
615
|
+
"type": "number"
|
|
616
|
+
},
|
|
617
|
+
"original_y": {
|
|
618
|
+
"type": "number"
|
|
619
|
+
},
|
|
620
|
+
"prompt": {
|
|
621
|
+
"type": "string"
|
|
622
|
+
},
|
|
623
|
+
"seed": {
|
|
624
|
+
"type": "number"
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
"required": [
|
|
628
|
+
"image_url",
|
|
629
|
+
"canvas_width",
|
|
630
|
+
"canvas_height"
|
|
631
|
+
]
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "event-poster-image-generate",
|
|
636
|
+
"http_name": "event-poster-image-generate",
|
|
637
|
+
"description": "(0.01 USDC/call) Event poster image generator API / conference visual / meetup campaign image. Same fast image-generate backend, exposed for agents producing SFW event artwork, launch posters, and campaign backgrounds without relying on stock art.",
|
|
638
|
+
"method": "POST",
|
|
639
|
+
"input_schema": {
|
|
640
|
+
"type": "object",
|
|
641
|
+
"properties": {
|
|
642
|
+
"prompt": {
|
|
643
|
+
"type": "string",
|
|
644
|
+
"description": "Image description. Up to 2000 chars."
|
|
645
|
+
},
|
|
646
|
+
"width": {
|
|
647
|
+
"type": "number",
|
|
648
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
649
|
+
},
|
|
650
|
+
"height": {
|
|
651
|
+
"type": "number",
|
|
652
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
653
|
+
},
|
|
654
|
+
"tier": {
|
|
655
|
+
"type": "string",
|
|
656
|
+
"enum": [
|
|
657
|
+
"fast",
|
|
658
|
+
"creative",
|
|
659
|
+
"anime",
|
|
660
|
+
"sd35"
|
|
661
|
+
],
|
|
662
|
+
"description": "Model shorthand. Default 'fast'."
|
|
663
|
+
},
|
|
664
|
+
"model": {
|
|
665
|
+
"type": "string",
|
|
666
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
667
|
+
},
|
|
668
|
+
"steps": {
|
|
669
|
+
"type": "number",
|
|
670
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
671
|
+
},
|
|
672
|
+
"cfg_scale": {
|
|
673
|
+
"type": "number",
|
|
674
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
675
|
+
},
|
|
676
|
+
"seed": {
|
|
677
|
+
"type": "number",
|
|
678
|
+
"description": "Random seed. Optional."
|
|
679
|
+
},
|
|
680
|
+
"negative_prompt": {
|
|
681
|
+
"type": "string",
|
|
682
|
+
"description": "Negative prompt. Optional."
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"required": [
|
|
686
|
+
"prompt"
|
|
687
|
+
]
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "fashion-lookbook-image-generate",
|
|
692
|
+
"http_name": "fashion-lookbook-image-generate",
|
|
693
|
+
"description": "(0.01 USDC/call) Fashion lookbook image generator API / apparel campaign visual / style mood board. Same image-generate backend, listed for agents producing SFW clothing concepts, seasonal lookbook scenes, and ecommerce fashion creative from prompts.",
|
|
694
|
+
"method": "POST",
|
|
695
|
+
"input_schema": {
|
|
696
|
+
"type": "object",
|
|
697
|
+
"properties": {
|
|
698
|
+
"prompt": {
|
|
699
|
+
"type": "string",
|
|
700
|
+
"description": "Image description. Up to 2000 chars."
|
|
701
|
+
},
|
|
702
|
+
"width": {
|
|
703
|
+
"type": "number",
|
|
704
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
705
|
+
},
|
|
706
|
+
"height": {
|
|
707
|
+
"type": "number",
|
|
708
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
709
|
+
},
|
|
710
|
+
"tier": {
|
|
711
|
+
"type": "string",
|
|
712
|
+
"enum": [
|
|
713
|
+
"fast",
|
|
714
|
+
"creative",
|
|
715
|
+
"anime",
|
|
716
|
+
"sd35"
|
|
717
|
+
],
|
|
718
|
+
"description": "Model shorthand. Default 'fast'."
|
|
719
|
+
},
|
|
720
|
+
"model": {
|
|
721
|
+
"type": "string",
|
|
722
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
723
|
+
},
|
|
724
|
+
"steps": {
|
|
725
|
+
"type": "number",
|
|
726
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
727
|
+
},
|
|
728
|
+
"cfg_scale": {
|
|
729
|
+
"type": "number",
|
|
730
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
731
|
+
},
|
|
732
|
+
"seed": {
|
|
733
|
+
"type": "number",
|
|
734
|
+
"description": "Random seed. Optional."
|
|
735
|
+
},
|
|
736
|
+
"negative_prompt": {
|
|
737
|
+
"type": "string",
|
|
738
|
+
"description": "Negative prompt. Optional."
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
"required": [
|
|
742
|
+
"prompt"
|
|
743
|
+
]
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "game-asset-concept-image",
|
|
748
|
+
"http_name": "game-asset-concept-image",
|
|
749
|
+
"description": "(0.01 USDC/call) Game asset concept image API / character prop environment concept generator. Same image-generate backend, exposed for agents drafting SFW game art concepts, item thumbnails, environment mood boards, and prototype visual assets.",
|
|
750
|
+
"method": "POST",
|
|
751
|
+
"input_schema": {
|
|
752
|
+
"type": "object",
|
|
753
|
+
"properties": {
|
|
754
|
+
"prompt": {
|
|
755
|
+
"type": "string",
|
|
756
|
+
"description": "Image description. Up to 2000 chars."
|
|
757
|
+
},
|
|
758
|
+
"width": {
|
|
759
|
+
"type": "number",
|
|
760
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
761
|
+
},
|
|
762
|
+
"height": {
|
|
763
|
+
"type": "number",
|
|
764
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
765
|
+
},
|
|
766
|
+
"tier": {
|
|
767
|
+
"type": "string",
|
|
768
|
+
"enum": [
|
|
769
|
+
"fast",
|
|
770
|
+
"creative",
|
|
771
|
+
"anime",
|
|
772
|
+
"sd35"
|
|
773
|
+
],
|
|
774
|
+
"description": "Model shorthand. Default 'fast'."
|
|
775
|
+
},
|
|
776
|
+
"model": {
|
|
777
|
+
"type": "string",
|
|
778
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
779
|
+
},
|
|
780
|
+
"steps": {
|
|
781
|
+
"type": "number",
|
|
782
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
783
|
+
},
|
|
784
|
+
"cfg_scale": {
|
|
785
|
+
"type": "number",
|
|
786
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
787
|
+
},
|
|
788
|
+
"seed": {
|
|
789
|
+
"type": "number",
|
|
790
|
+
"description": "Random seed. Optional."
|
|
791
|
+
},
|
|
792
|
+
"negative_prompt": {
|
|
793
|
+
"type": "string",
|
|
794
|
+
"description": "Negative prompt. Optional."
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"required": [
|
|
798
|
+
"prompt"
|
|
799
|
+
]
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "healthcare-campaign-image-generate",
|
|
804
|
+
"http_name": "healthcare-campaign-image-generate",
|
|
805
|
+
"description": "(0.01 USDC/call) Healthcare campaign image generator API / clinic marketing visual / wellness program creative. Same image-generate backend, discoverable for agents creating SFW healthcare, wellness, clinic, and patient-education campaign visuals without medical claims.",
|
|
806
|
+
"method": "POST",
|
|
807
|
+
"input_schema": {
|
|
808
|
+
"type": "object",
|
|
809
|
+
"properties": {
|
|
810
|
+
"prompt": {
|
|
811
|
+
"type": "string",
|
|
812
|
+
"description": "Image description. Up to 2000 chars."
|
|
813
|
+
},
|
|
814
|
+
"width": {
|
|
815
|
+
"type": "number",
|
|
816
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
817
|
+
},
|
|
818
|
+
"height": {
|
|
819
|
+
"type": "number",
|
|
820
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
821
|
+
},
|
|
822
|
+
"tier": {
|
|
823
|
+
"type": "string",
|
|
824
|
+
"enum": [
|
|
825
|
+
"fast",
|
|
826
|
+
"creative",
|
|
827
|
+
"anime",
|
|
828
|
+
"sd35"
|
|
829
|
+
],
|
|
830
|
+
"description": "Model shorthand. Default 'fast'."
|
|
831
|
+
},
|
|
832
|
+
"model": {
|
|
833
|
+
"type": "string",
|
|
834
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
835
|
+
},
|
|
836
|
+
"steps": {
|
|
837
|
+
"type": "number",
|
|
838
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
839
|
+
},
|
|
840
|
+
"cfg_scale": {
|
|
841
|
+
"type": "number",
|
|
842
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
843
|
+
},
|
|
844
|
+
"seed": {
|
|
845
|
+
"type": "number",
|
|
846
|
+
"description": "Random seed. Optional."
|
|
847
|
+
},
|
|
848
|
+
"negative_prompt": {
|
|
849
|
+
"type": "string",
|
|
850
|
+
"description": "Negative prompt. Optional."
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"required": [
|
|
854
|
+
"prompt"
|
|
855
|
+
]
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "image-describe-api",
|
|
860
|
+
"http_name": "image-describe-api",
|
|
861
|
+
"description": "(0.02 USDC/call) Image describe API / image captioning / alt text generator. Same image-description backend, exposed for agents producing captions, accessibility alt text, short descriptions, and visual summaries from public image URLs.",
|
|
862
|
+
"method": "POST",
|
|
863
|
+
"input_schema": {
|
|
864
|
+
"type": "object",
|
|
865
|
+
"properties": {
|
|
866
|
+
"image_url": {
|
|
867
|
+
"type": "string"
|
|
868
|
+
},
|
|
869
|
+
"mode": {
|
|
870
|
+
"type": "string",
|
|
871
|
+
"enum": [
|
|
872
|
+
"describe",
|
|
873
|
+
"alt_text",
|
|
874
|
+
"ocr",
|
|
875
|
+
"tags",
|
|
876
|
+
"caption"
|
|
877
|
+
]
|
|
878
|
+
},
|
|
879
|
+
"prompt": {
|
|
880
|
+
"type": "string"
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
"required": [
|
|
884
|
+
"image_url"
|
|
885
|
+
]
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "image-edit",
|
|
890
|
+
"http_name": "image-edit",
|
|
891
|
+
"description": "(0.02 USDC/call) Image edit / instruction-based image edit / text-driven photo edit / nano-banana image editor / GPT-image-2 edit. Mask-free instruction-driven image editing — describe the change in text and the model applies it to the whole image. Default model: nano-banana-pro. Returns a permanent fal-hosted PNG URL.",
|
|
892
|
+
"method": "POST",
|
|
893
|
+
"input_schema": {
|
|
894
|
+
"type": "object",
|
|
895
|
+
"properties": {
|
|
896
|
+
"image_url": {
|
|
897
|
+
"type": "string",
|
|
898
|
+
"description": "Public http(s) URL of the source image."
|
|
899
|
+
},
|
|
900
|
+
"prompt": {
|
|
901
|
+
"type": "string",
|
|
902
|
+
"description": "Edit instructions in plain English."
|
|
903
|
+
},
|
|
904
|
+
"model": {
|
|
905
|
+
"type": "string",
|
|
906
|
+
"description": "Override the model. Default 'nano-banana-pro'."
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
"required": [
|
|
910
|
+
"image_url",
|
|
911
|
+
"prompt"
|
|
912
|
+
]
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "image-expand",
|
|
917
|
+
"http_name": "image-expand",
|
|
918
|
+
"description": "(0.15 USDC/call) AI image outpainting / image expansion. Bria Expand model. Generates realistic content beyond original borders. Set canvas size + original placement. Commercial-license model.",
|
|
919
|
+
"method": "POST",
|
|
920
|
+
"input_schema": {
|
|
921
|
+
"type": "object",
|
|
922
|
+
"properties": {
|
|
923
|
+
"image_url": {
|
|
924
|
+
"type": "string"
|
|
925
|
+
},
|
|
926
|
+
"canvas_width": {
|
|
927
|
+
"type": "number"
|
|
928
|
+
},
|
|
929
|
+
"canvas_height": {
|
|
930
|
+
"type": "number"
|
|
931
|
+
},
|
|
932
|
+
"original_width": {
|
|
933
|
+
"type": "number"
|
|
934
|
+
},
|
|
935
|
+
"original_height": {
|
|
936
|
+
"type": "number"
|
|
937
|
+
},
|
|
938
|
+
"original_x": {
|
|
939
|
+
"type": "number"
|
|
940
|
+
},
|
|
941
|
+
"original_y": {
|
|
942
|
+
"type": "number"
|
|
943
|
+
},
|
|
944
|
+
"prompt": {
|
|
945
|
+
"type": "string"
|
|
946
|
+
},
|
|
947
|
+
"seed": {
|
|
948
|
+
"type": "number"
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
"required": [
|
|
952
|
+
"image_url",
|
|
953
|
+
"canvas_width",
|
|
954
|
+
"canvas_height"
|
|
955
|
+
]
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "image-generate",
|
|
960
|
+
"http_name": "image-generate",
|
|
961
|
+
"description": "(0.01 USDC/call) Image generate (fast/cheap) / text-to-image / AI art. SFW, sub-5s turnaround. Four tiers backed by curated $0.01 Venice models: 'fast' (z-image-turbo, default), 'creative' (chroma), 'anime' (wai-Illustrious), 'sd35' (venice-sd35). For top-tier quality use image-generate-pro ($0.10, Flux 2 Pro / Recraft / Seedream / Qwen Image 2 Pro) or image-generate-ultra ($0.30, Google nano-banana-pro / OpenAI gpt-image-2). Returns a permanent fal-hosted PNG URL.",
|
|
962
|
+
"method": "POST",
|
|
963
|
+
"input_schema": {
|
|
964
|
+
"type": "object",
|
|
965
|
+
"properties": {
|
|
966
|
+
"prompt": {
|
|
967
|
+
"type": "string",
|
|
968
|
+
"description": "Image description. Up to 2000 chars."
|
|
969
|
+
},
|
|
970
|
+
"width": {
|
|
971
|
+
"type": "number",
|
|
972
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
973
|
+
},
|
|
974
|
+
"height": {
|
|
975
|
+
"type": "number",
|
|
976
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
977
|
+
},
|
|
978
|
+
"tier": {
|
|
979
|
+
"type": "string",
|
|
980
|
+
"enum": [
|
|
981
|
+
"fast",
|
|
982
|
+
"creative",
|
|
983
|
+
"anime",
|
|
984
|
+
"sd35"
|
|
985
|
+
],
|
|
986
|
+
"description": "Model shorthand. Default 'fast'."
|
|
987
|
+
},
|
|
988
|
+
"model": {
|
|
989
|
+
"type": "string",
|
|
990
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
991
|
+
},
|
|
992
|
+
"steps": {
|
|
993
|
+
"type": "number",
|
|
994
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
995
|
+
},
|
|
996
|
+
"cfg_scale": {
|
|
997
|
+
"type": "number",
|
|
998
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
999
|
+
},
|
|
1000
|
+
"seed": {
|
|
1001
|
+
"type": "number",
|
|
1002
|
+
"description": "Random seed. Optional."
|
|
1003
|
+
},
|
|
1004
|
+
"negative_prompt": {
|
|
1005
|
+
"type": "string",
|
|
1006
|
+
"description": "Negative prompt. Optional."
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"required": [
|
|
1010
|
+
"prompt"
|
|
1011
|
+
]
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "image-generate-pro",
|
|
1016
|
+
"http_name": "image-generate-pro",
|
|
1017
|
+
"description": "(0.10 USDC/call) Image generate (pro) / premium text-to-image / Flux 2 Pro / Recraft / Seedream / Qwen Image 2 Pro / xAI Grok Imagine. Premium multi-model lineup for photoreal, design/illustration, text-in-image, and stylized art. Tiers: 'balanced' (flux-2-pro, default), 'max' (flux-2-max), 'text' (qwen-image-2-pro — best at rendering text in images), 'recraft' (recraft-v4), 'seedream' (seedream-v4), 'grok' (grok-imagine-image), 'art' (imagineart-1.5-pro), 'hunyuan' (hunyuan-image-v3). For flagship Google/OpenAI models use image-generate-ultra. Returns a permanent fal-hosted PNG URL.",
|
|
1018
|
+
"method": "POST",
|
|
1019
|
+
"input_schema": {
|
|
1020
|
+
"type": "object",
|
|
1021
|
+
"properties": {
|
|
1022
|
+
"prompt": {
|
|
1023
|
+
"type": "string",
|
|
1024
|
+
"description": "Image description. Up to 3000 chars."
|
|
1025
|
+
},
|
|
1026
|
+
"width": {
|
|
1027
|
+
"type": "number",
|
|
1028
|
+
"description": "Output width in pixels. Range [256, 2048]. Default 1024."
|
|
1029
|
+
},
|
|
1030
|
+
"height": {
|
|
1031
|
+
"type": "number",
|
|
1032
|
+
"description": "Output height in pixels. Range [256, 2048]. Default 1024."
|
|
1033
|
+
},
|
|
1034
|
+
"tier": {
|
|
1035
|
+
"type": "string",
|
|
1036
|
+
"enum": [
|
|
1037
|
+
"balanced",
|
|
1038
|
+
"max",
|
|
1039
|
+
"text",
|
|
1040
|
+
"recraft",
|
|
1041
|
+
"seedream",
|
|
1042
|
+
"grok",
|
|
1043
|
+
"art",
|
|
1044
|
+
"hunyuan"
|
|
1045
|
+
],
|
|
1046
|
+
"description": "Model shorthand. balanced=flux-2-pro (default), max=flux-2-max, text=qwen-image-2-pro, recraft=recraft-v4, seedream=seedream-v4, grok=grok-imagine-image, art=imagineart-1.5-pro, hunyuan=hunyuan-image-v3."
|
|
1047
|
+
},
|
|
1048
|
+
"model": {
|
|
1049
|
+
"type": "string",
|
|
1050
|
+
"description": "Override the model. Allowed: flux-2-pro, flux-2-max, qwen-image-2-pro, qwen-image-2, recraft-v4, seedream-v4, seedream-v5-lite, grok-imagine-image, imagineart-1.5-pro, hunyuan-image-v3, wan-2-7-text-to-image."
|
|
1051
|
+
},
|
|
1052
|
+
"steps": {
|
|
1053
|
+
"type": "number",
|
|
1054
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
1055
|
+
},
|
|
1056
|
+
"cfg_scale": {
|
|
1057
|
+
"type": "number",
|
|
1058
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
1059
|
+
},
|
|
1060
|
+
"seed": {
|
|
1061
|
+
"type": "number",
|
|
1062
|
+
"description": "Random seed. Optional."
|
|
1063
|
+
},
|
|
1064
|
+
"negative_prompt": {
|
|
1065
|
+
"type": "string",
|
|
1066
|
+
"description": "Negative prompt. Optional."
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
"required": [
|
|
1070
|
+
"prompt"
|
|
1071
|
+
]
|
|
1072
|
+
}
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "image-generate-ultra",
|
|
1076
|
+
"http_name": "image-generate-ultra",
|
|
1077
|
+
"description": "(0.30 USDC/call) Image generate (ultra) / flagship text-to-image / Google nano-banana-pro (Gemini Image 3) / OpenAI gpt-image-2 / Recraft V4 Pro / xAI Grok SOTA. Top proprietary models for the highest quality output. Tiers: 'nano-banana' (nano-banana-pro, default — Google Gemini Image 3), 'nano-banana-2' (cheaper Google variant), 'gpt' (gpt-image-2 — OpenAI flagship), 'gpt-1-5' (gpt-image-1-5), 'recraft-pro' (recraft-v4-pro), 'grok-sota' (grok-imagine-image-quality). Output is capped to 1024x1024 to keep wholesale within retail; for higher resolution, chain image-upscale. Returns a permanent fal-hosted PNG URL.",
|
|
1078
|
+
"method": "POST",
|
|
1079
|
+
"input_schema": {
|
|
1080
|
+
"type": "object",
|
|
1081
|
+
"properties": {
|
|
1082
|
+
"prompt": {
|
|
1083
|
+
"type": "string",
|
|
1084
|
+
"description": "Image description. Up to 5000 chars."
|
|
1085
|
+
},
|
|
1086
|
+
"width": {
|
|
1087
|
+
"type": "number",
|
|
1088
|
+
"description": "Output width in pixels. Range [256, 1024]. Default 1024."
|
|
1089
|
+
},
|
|
1090
|
+
"height": {
|
|
1091
|
+
"type": "number",
|
|
1092
|
+
"description": "Output height in pixels. Range [256, 1024]. Default 1024."
|
|
1093
|
+
},
|
|
1094
|
+
"tier": {
|
|
1095
|
+
"type": "string",
|
|
1096
|
+
"enum": [
|
|
1097
|
+
"nano-banana",
|
|
1098
|
+
"nano-banana-2",
|
|
1099
|
+
"gpt",
|
|
1100
|
+
"gpt-1-5",
|
|
1101
|
+
"recraft-pro",
|
|
1102
|
+
"grok-sota"
|
|
1103
|
+
],
|
|
1104
|
+
"description": "Model shorthand. nano-banana=nano-banana-pro (default), nano-banana-2=nano-banana-2, gpt=gpt-image-2, gpt-1-5=gpt-image-1-5, recraft-pro=recraft-v4-pro, grok-sota=grok-imagine-image-quality."
|
|
1105
|
+
},
|
|
1106
|
+
"model": {
|
|
1107
|
+
"type": "string",
|
|
1108
|
+
"description": "Override the model. Allowed: nano-banana-pro, nano-banana-2, gpt-image-2, gpt-image-1-5, recraft-v4-pro, grok-imagine-image-quality."
|
|
1109
|
+
},
|
|
1110
|
+
"steps": {
|
|
1111
|
+
"type": "number",
|
|
1112
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
1113
|
+
},
|
|
1114
|
+
"cfg_scale": {
|
|
1115
|
+
"type": "number",
|
|
1116
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
1117
|
+
},
|
|
1118
|
+
"seed": {
|
|
1119
|
+
"type": "number",
|
|
1120
|
+
"description": "Random seed. Optional."
|
|
1121
|
+
},
|
|
1122
|
+
"negative_prompt": {
|
|
1123
|
+
"type": "string",
|
|
1124
|
+
"description": "Negative prompt. Optional."
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
"required": [
|
|
1128
|
+
"prompt"
|
|
1129
|
+
]
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "image-inpaint",
|
|
1134
|
+
"http_name": "image-inpaint",
|
|
1135
|
+
"description": "(0.02 USDC/call) Image inpainting / mask-based image edit / fill in masked region / object replacement / face swap (mask-driven) / generative fill. Replaces the masked region of an image with content matching a text prompt. White pixels in the mask = region to inpaint. Default model: gpt-image-2. Returns a permanent fal-hosted PNG URL.",
|
|
1136
|
+
"method": "POST",
|
|
1137
|
+
"input_schema": {
|
|
1138
|
+
"type": "object",
|
|
1139
|
+
"properties": {
|
|
1140
|
+
"image_url": {
|
|
1141
|
+
"type": "string",
|
|
1142
|
+
"description": "Public http(s) URL of the source image."
|
|
1143
|
+
},
|
|
1144
|
+
"mask_url": {
|
|
1145
|
+
"type": "string",
|
|
1146
|
+
"description": "Public http(s) URL of the mask image (white = inpaint region; black = keep)."
|
|
1147
|
+
},
|
|
1148
|
+
"prompt": {
|
|
1149
|
+
"type": "string",
|
|
1150
|
+
"description": "What to fill the masked region with."
|
|
1151
|
+
},
|
|
1152
|
+
"model": {
|
|
1153
|
+
"type": "string",
|
|
1154
|
+
"description": "Override the inpaint model. Default 'gpt-image-2'."
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
1157
|
+
"required": [
|
|
1158
|
+
"image_url",
|
|
1159
|
+
"mask_url",
|
|
1160
|
+
"prompt"
|
|
1161
|
+
]
|
|
1162
|
+
}
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"name": "image-to-video",
|
|
1166
|
+
"http_name": "image-to-video",
|
|
1167
|
+
"description": "(0.20 USDC/call) Image-to-video / animate still image / Seedance image-to-video / motion-from-photo / camera-movement on photo. Animates a still image into video via Venice's seedance-2-0-fast-image-to-video. Optional prompt steers the motion (camera moves, subject motion). Same async-vs-sync handling as text-to-video.",
|
|
1168
|
+
"method": "POST",
|
|
1169
|
+
"input_schema": {
|
|
1170
|
+
"type": "object",
|
|
1171
|
+
"properties": {
|
|
1172
|
+
"image_url": {
|
|
1173
|
+
"type": "string",
|
|
1174
|
+
"description": "Public http(s) URL of the source image. Venice fetches it directly."
|
|
1175
|
+
},
|
|
1176
|
+
"prompt": {
|
|
1177
|
+
"type": "string",
|
|
1178
|
+
"description": "Optional motion description (e.g. 'camera slowly zooms in')."
|
|
1179
|
+
},
|
|
1180
|
+
"duration": {
|
|
1181
|
+
"type": "string",
|
|
1182
|
+
"description": "Clip length. Default '5s'."
|
|
1183
|
+
},
|
|
1184
|
+
"resolution": {
|
|
1185
|
+
"type": "string",
|
|
1186
|
+
"description": "Resolution. Default '720p'."
|
|
1187
|
+
},
|
|
1188
|
+
"model": {
|
|
1189
|
+
"type": "string",
|
|
1190
|
+
"description": "Override the model. Default 'seedance-2-0-fast-image-to-video'. Note: this model derives aspect from the source image; aspect_ratio is not accepted."
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
"required": [
|
|
1194
|
+
"image_url"
|
|
1195
|
+
]
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"name": "linkedin-banner-expand",
|
|
1200
|
+
"http_name": "linkedin-banner-expand",
|
|
1201
|
+
"description": "(0.15 USDC/call) LinkedIn banner expand API / profile header outpainting / brand banner image extender. Same Bria Expand backend as image-expand, discoverable for agents turning existing photos into wide social-profile headers.",
|
|
1202
|
+
"method": "POST",
|
|
1203
|
+
"input_schema": {
|
|
1204
|
+
"type": "object",
|
|
1205
|
+
"properties": {
|
|
1206
|
+
"image_url": {
|
|
1207
|
+
"type": "string"
|
|
1208
|
+
},
|
|
1209
|
+
"canvas_width": {
|
|
1210
|
+
"type": "number"
|
|
1211
|
+
},
|
|
1212
|
+
"canvas_height": {
|
|
1213
|
+
"type": "number"
|
|
1214
|
+
},
|
|
1215
|
+
"original_width": {
|
|
1216
|
+
"type": "number"
|
|
1217
|
+
},
|
|
1218
|
+
"original_height": {
|
|
1219
|
+
"type": "number"
|
|
1220
|
+
},
|
|
1221
|
+
"original_x": {
|
|
1222
|
+
"type": "number"
|
|
1223
|
+
},
|
|
1224
|
+
"original_y": {
|
|
1225
|
+
"type": "number"
|
|
1226
|
+
},
|
|
1227
|
+
"prompt": {
|
|
1228
|
+
"type": "string"
|
|
1229
|
+
},
|
|
1230
|
+
"seed": {
|
|
1231
|
+
"type": "number"
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
"required": [
|
|
1235
|
+
"image_url",
|
|
1236
|
+
"canvas_width",
|
|
1237
|
+
"canvas_height"
|
|
1238
|
+
]
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"name": "marketplace-product-expand",
|
|
1243
|
+
"http_name": "marketplace-product-expand",
|
|
1244
|
+
"description": "(0.15 USDC/call) Marketplace product image expand API / ecommerce photo canvas extender / product listing outpaint. Same Bria Expand backend as image-expand, tuned for agents adapting product shots to marketplace, catalog, and ad aspect ratios.",
|
|
1245
|
+
"method": "POST",
|
|
1246
|
+
"input_schema": {
|
|
1247
|
+
"type": "object",
|
|
1248
|
+
"properties": {
|
|
1249
|
+
"image_url": {
|
|
1250
|
+
"type": "string"
|
|
1251
|
+
},
|
|
1252
|
+
"canvas_width": {
|
|
1253
|
+
"type": "number"
|
|
1254
|
+
},
|
|
1255
|
+
"canvas_height": {
|
|
1256
|
+
"type": "number"
|
|
1257
|
+
},
|
|
1258
|
+
"original_width": {
|
|
1259
|
+
"type": "number"
|
|
1260
|
+
},
|
|
1261
|
+
"original_height": {
|
|
1262
|
+
"type": "number"
|
|
1263
|
+
},
|
|
1264
|
+
"original_x": {
|
|
1265
|
+
"type": "number"
|
|
1266
|
+
},
|
|
1267
|
+
"original_y": {
|
|
1268
|
+
"type": "number"
|
|
1269
|
+
},
|
|
1270
|
+
"prompt": {
|
|
1271
|
+
"type": "string"
|
|
1272
|
+
},
|
|
1273
|
+
"seed": {
|
|
1274
|
+
"type": "number"
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
"required": [
|
|
1278
|
+
"image_url",
|
|
1279
|
+
"canvas_width",
|
|
1280
|
+
"canvas_height"
|
|
1281
|
+
]
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "mobile-story-image-expand",
|
|
1286
|
+
"http_name": "mobile-story-image-expand",
|
|
1287
|
+
"description": "(0.15 USDC/call) Mobile story image expand API / vertical social outpaint / Instagram TikTok story extender. Same image-expand backend, discoverable for agents converting existing images into tall story, reel-cover, and short-form promotional canvases.",
|
|
1288
|
+
"method": "POST",
|
|
1289
|
+
"input_schema": {
|
|
1290
|
+
"type": "object",
|
|
1291
|
+
"properties": {
|
|
1292
|
+
"image_url": {
|
|
1293
|
+
"type": "string"
|
|
1294
|
+
},
|
|
1295
|
+
"canvas_width": {
|
|
1296
|
+
"type": "number"
|
|
1297
|
+
},
|
|
1298
|
+
"canvas_height": {
|
|
1299
|
+
"type": "number"
|
|
1300
|
+
},
|
|
1301
|
+
"original_width": {
|
|
1302
|
+
"type": "number"
|
|
1303
|
+
},
|
|
1304
|
+
"original_height": {
|
|
1305
|
+
"type": "number"
|
|
1306
|
+
},
|
|
1307
|
+
"original_x": {
|
|
1308
|
+
"type": "number"
|
|
1309
|
+
},
|
|
1310
|
+
"original_y": {
|
|
1311
|
+
"type": "number"
|
|
1312
|
+
},
|
|
1313
|
+
"prompt": {
|
|
1314
|
+
"type": "string"
|
|
1315
|
+
},
|
|
1316
|
+
"seed": {
|
|
1317
|
+
"type": "number"
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1320
|
+
"required": [
|
|
1321
|
+
"image_url",
|
|
1322
|
+
"canvas_width",
|
|
1323
|
+
"canvas_height"
|
|
1324
|
+
]
|
|
1325
|
+
}
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"name": "music-generate",
|
|
1329
|
+
"http_name": "music-generate",
|
|
1330
|
+
"description": "(0.05 USDC/call) Music generation / text-to-music / AI music / generative song / instrumental and vocal music. Text-to-music via Venice with the minimax-music-v26 model. Optional lyrics input. Duration 5-120 seconds. Returns a permanent fal-hosted audio URL (or a Venice-hosted URL when Venice already provides one).",
|
|
1331
|
+
"method": "POST",
|
|
1332
|
+
"input_schema": {
|
|
1333
|
+
"type": "object",
|
|
1334
|
+
"properties": {
|
|
1335
|
+
"prompt": {
|
|
1336
|
+
"type": "string",
|
|
1337
|
+
"description": "Genre / mood / instrumentation description."
|
|
1338
|
+
},
|
|
1339
|
+
"duration_seconds": {
|
|
1340
|
+
"type": "number",
|
|
1341
|
+
"description": "Length in seconds. Range [5, 120]. Default 30."
|
|
1342
|
+
},
|
|
1343
|
+
"lyrics": {
|
|
1344
|
+
"type": "string",
|
|
1345
|
+
"description": "Optional lyrics. The model will sing them."
|
|
1346
|
+
},
|
|
1347
|
+
"model": {
|
|
1348
|
+
"type": "string",
|
|
1349
|
+
"description": "Override the model. Default 'minimax-music-v26'."
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
"required": [
|
|
1353
|
+
"prompt"
|
|
1354
|
+
]
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "newsletter-image-generate",
|
|
1359
|
+
"http_name": "newsletter-image-generate",
|
|
1360
|
+
"description": "(0.01 USDC/call) Newsletter image generator API / email header illustration / editorial campaign visual. Same image-generate backend, listed for agents creating SFW newsletter artwork, digest headers, and publication graphics.",
|
|
1361
|
+
"method": "POST",
|
|
1362
|
+
"input_schema": {
|
|
1363
|
+
"type": "object",
|
|
1364
|
+
"properties": {
|
|
1365
|
+
"prompt": {
|
|
1366
|
+
"type": "string",
|
|
1367
|
+
"description": "Image description. Up to 2000 chars."
|
|
1368
|
+
},
|
|
1369
|
+
"width": {
|
|
1370
|
+
"type": "number",
|
|
1371
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
1372
|
+
},
|
|
1373
|
+
"height": {
|
|
1374
|
+
"type": "number",
|
|
1375
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
1376
|
+
},
|
|
1377
|
+
"tier": {
|
|
1378
|
+
"type": "string",
|
|
1379
|
+
"enum": [
|
|
1380
|
+
"fast",
|
|
1381
|
+
"creative",
|
|
1382
|
+
"anime",
|
|
1383
|
+
"sd35"
|
|
1384
|
+
],
|
|
1385
|
+
"description": "Model shorthand. Default 'fast'."
|
|
1386
|
+
},
|
|
1387
|
+
"model": {
|
|
1388
|
+
"type": "string",
|
|
1389
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
1390
|
+
},
|
|
1391
|
+
"steps": {
|
|
1392
|
+
"type": "number",
|
|
1393
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
1394
|
+
},
|
|
1395
|
+
"cfg_scale": {
|
|
1396
|
+
"type": "number",
|
|
1397
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
1398
|
+
},
|
|
1399
|
+
"seed": {
|
|
1400
|
+
"type": "number",
|
|
1401
|
+
"description": "Random seed. Optional."
|
|
1402
|
+
},
|
|
1403
|
+
"negative_prompt": {
|
|
1404
|
+
"type": "string",
|
|
1405
|
+
"description": "Negative prompt. Optional."
|
|
1406
|
+
}
|
|
1407
|
+
},
|
|
1408
|
+
"required": [
|
|
1409
|
+
"prompt"
|
|
1410
|
+
]
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"name": "podcast-cover-expand",
|
|
1415
|
+
"http_name": "podcast-cover-expand",
|
|
1416
|
+
"description": "(0.15 USDC/call) Podcast cover expand API / episode art outpaint / square artwork canvas extender. Same image-expand backend, surfaced for agents adapting guest photos, product images, or show art into podcast-cover dimensions.",
|
|
1417
|
+
"method": "POST",
|
|
1418
|
+
"input_schema": {
|
|
1419
|
+
"type": "object",
|
|
1420
|
+
"properties": {
|
|
1421
|
+
"image_url": {
|
|
1422
|
+
"type": "string"
|
|
1423
|
+
},
|
|
1424
|
+
"canvas_width": {
|
|
1425
|
+
"type": "number"
|
|
1426
|
+
},
|
|
1427
|
+
"canvas_height": {
|
|
1428
|
+
"type": "number"
|
|
1429
|
+
},
|
|
1430
|
+
"original_width": {
|
|
1431
|
+
"type": "number"
|
|
1432
|
+
},
|
|
1433
|
+
"original_height": {
|
|
1434
|
+
"type": "number"
|
|
1435
|
+
},
|
|
1436
|
+
"original_x": {
|
|
1437
|
+
"type": "number"
|
|
1438
|
+
},
|
|
1439
|
+
"original_y": {
|
|
1440
|
+
"type": "number"
|
|
1441
|
+
},
|
|
1442
|
+
"prompt": {
|
|
1443
|
+
"type": "string"
|
|
1444
|
+
},
|
|
1445
|
+
"seed": {
|
|
1446
|
+
"type": "number"
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
"required": [
|
|
1450
|
+
"image_url",
|
|
1451
|
+
"canvas_width",
|
|
1452
|
+
"canvas_height"
|
|
1453
|
+
]
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "podcast-cover-image-generate",
|
|
1458
|
+
"http_name": "podcast-cover-image-generate",
|
|
1459
|
+
"description": "(0.01 USDC/call) Podcast cover image generator API / episode art / show artwork concept. Same Venice-backed image-generate backend, discoverable for agents creating SFW square cover concepts, guest episode art, channel thumbnails, and audio-show campaign visuals.",
|
|
1460
|
+
"method": "POST",
|
|
1461
|
+
"input_schema": {
|
|
1462
|
+
"type": "object",
|
|
1463
|
+
"properties": {
|
|
1464
|
+
"prompt": {
|
|
1465
|
+
"type": "string",
|
|
1466
|
+
"description": "Image description. Up to 2000 chars."
|
|
1467
|
+
},
|
|
1468
|
+
"width": {
|
|
1469
|
+
"type": "number",
|
|
1470
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
1471
|
+
},
|
|
1472
|
+
"height": {
|
|
1473
|
+
"type": "number",
|
|
1474
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
1475
|
+
},
|
|
1476
|
+
"tier": {
|
|
1477
|
+
"type": "string",
|
|
1478
|
+
"enum": [
|
|
1479
|
+
"fast",
|
|
1480
|
+
"creative",
|
|
1481
|
+
"anime",
|
|
1482
|
+
"sd35"
|
|
1483
|
+
],
|
|
1484
|
+
"description": "Model shorthand. Default 'fast'."
|
|
1485
|
+
},
|
|
1486
|
+
"model": {
|
|
1487
|
+
"type": "string",
|
|
1488
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
1489
|
+
},
|
|
1490
|
+
"steps": {
|
|
1491
|
+
"type": "number",
|
|
1492
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
1493
|
+
},
|
|
1494
|
+
"cfg_scale": {
|
|
1495
|
+
"type": "number",
|
|
1496
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
1497
|
+
},
|
|
1498
|
+
"seed": {
|
|
1499
|
+
"type": "number",
|
|
1500
|
+
"description": "Random seed. Optional."
|
|
1501
|
+
},
|
|
1502
|
+
"negative_prompt": {
|
|
1503
|
+
"type": "string",
|
|
1504
|
+
"description": "Negative prompt. Optional."
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1507
|
+
"required": [
|
|
1508
|
+
"prompt"
|
|
1509
|
+
]
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"name": "presentation-hero-image-generate",
|
|
1514
|
+
"http_name": "presentation-hero-image-generate",
|
|
1515
|
+
"description": "(0.01 USDC/call) Presentation hero image generator API / pitch deck visual / slide cover image. Same image-generate backend, discoverable for agents creating SFW deck openers, product narrative visuals, and board-slide hero images.",
|
|
1516
|
+
"method": "POST",
|
|
1517
|
+
"input_schema": {
|
|
1518
|
+
"type": "object",
|
|
1519
|
+
"properties": {
|
|
1520
|
+
"prompt": {
|
|
1521
|
+
"type": "string",
|
|
1522
|
+
"description": "Image description. Up to 2000 chars."
|
|
1523
|
+
},
|
|
1524
|
+
"width": {
|
|
1525
|
+
"type": "number",
|
|
1526
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
1527
|
+
},
|
|
1528
|
+
"height": {
|
|
1529
|
+
"type": "number",
|
|
1530
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
1531
|
+
},
|
|
1532
|
+
"tier": {
|
|
1533
|
+
"type": "string",
|
|
1534
|
+
"enum": [
|
|
1535
|
+
"fast",
|
|
1536
|
+
"creative",
|
|
1537
|
+
"anime",
|
|
1538
|
+
"sd35"
|
|
1539
|
+
],
|
|
1540
|
+
"description": "Model shorthand. Default 'fast'."
|
|
1541
|
+
},
|
|
1542
|
+
"model": {
|
|
1543
|
+
"type": "string",
|
|
1544
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
1545
|
+
},
|
|
1546
|
+
"steps": {
|
|
1547
|
+
"type": "number",
|
|
1548
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
1549
|
+
},
|
|
1550
|
+
"cfg_scale": {
|
|
1551
|
+
"type": "number",
|
|
1552
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
1553
|
+
},
|
|
1554
|
+
"seed": {
|
|
1555
|
+
"type": "number",
|
|
1556
|
+
"description": "Random seed. Optional."
|
|
1557
|
+
},
|
|
1558
|
+
"negative_prompt": {
|
|
1559
|
+
"type": "string",
|
|
1560
|
+
"description": "Negative prompt. Optional."
|
|
1561
|
+
}
|
|
1562
|
+
},
|
|
1563
|
+
"required": [
|
|
1564
|
+
"prompt"
|
|
1565
|
+
]
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"name": "product-image-generate",
|
|
1570
|
+
"http_name": "product-image-generate",
|
|
1571
|
+
"description": "(0.01 USDC/call) Product image generator API / ecommerce product creative / marketplace listing image generation. Same fast Venice-backed backend as image-generate, exposed for agents creating SFW product concepts, studio-style mockups, and catalog creative from prompts.",
|
|
1572
|
+
"method": "POST",
|
|
1573
|
+
"input_schema": {
|
|
1574
|
+
"type": "object",
|
|
1575
|
+
"properties": {
|
|
1576
|
+
"prompt": {
|
|
1577
|
+
"type": "string",
|
|
1578
|
+
"description": "Product image prompt. Up to 2000 chars."
|
|
1579
|
+
},
|
|
1580
|
+
"width": {
|
|
1581
|
+
"type": "number"
|
|
1582
|
+
},
|
|
1583
|
+
"height": {
|
|
1584
|
+
"type": "number"
|
|
1585
|
+
},
|
|
1586
|
+
"tier": {
|
|
1587
|
+
"type": "string",
|
|
1588
|
+
"enum": [
|
|
1589
|
+
"fast",
|
|
1590
|
+
"creative",
|
|
1591
|
+
"anime",
|
|
1592
|
+
"sd35"
|
|
1593
|
+
]
|
|
1594
|
+
},
|
|
1595
|
+
"model": {
|
|
1596
|
+
"type": "string"
|
|
1597
|
+
},
|
|
1598
|
+
"steps": {
|
|
1599
|
+
"type": "number"
|
|
1600
|
+
},
|
|
1601
|
+
"cfg_scale": {
|
|
1602
|
+
"type": "number"
|
|
1603
|
+
},
|
|
1604
|
+
"seed": {
|
|
1605
|
+
"type": "number"
|
|
1606
|
+
},
|
|
1607
|
+
"negative_prompt": {
|
|
1608
|
+
"type": "string"
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
"required": [
|
|
1612
|
+
"prompt"
|
|
1613
|
+
]
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"name": "product-photo-background-expand",
|
|
1618
|
+
"http_name": "product-photo-background-expand",
|
|
1619
|
+
"description": "(0.15 USDC/call) Product photo background expand API / ecommerce product outpaint / studio backdrop extender. Same image-expand backend, listed for agents converting tight product crops into marketplace, catalog, and lifestyle ad canvases.",
|
|
1620
|
+
"method": "POST",
|
|
1621
|
+
"input_schema": {
|
|
1622
|
+
"type": "object",
|
|
1623
|
+
"properties": {
|
|
1624
|
+
"image_url": {
|
|
1625
|
+
"type": "string"
|
|
1626
|
+
},
|
|
1627
|
+
"canvas_width": {
|
|
1628
|
+
"type": "number"
|
|
1629
|
+
},
|
|
1630
|
+
"canvas_height": {
|
|
1631
|
+
"type": "number"
|
|
1632
|
+
},
|
|
1633
|
+
"original_width": {
|
|
1634
|
+
"type": "number"
|
|
1635
|
+
},
|
|
1636
|
+
"original_height": {
|
|
1637
|
+
"type": "number"
|
|
1638
|
+
},
|
|
1639
|
+
"original_x": {
|
|
1640
|
+
"type": "number"
|
|
1641
|
+
},
|
|
1642
|
+
"original_y": {
|
|
1643
|
+
"type": "number"
|
|
1644
|
+
},
|
|
1645
|
+
"prompt": {
|
|
1646
|
+
"type": "string"
|
|
1647
|
+
},
|
|
1648
|
+
"seed": {
|
|
1649
|
+
"type": "number"
|
|
1650
|
+
}
|
|
1651
|
+
},
|
|
1652
|
+
"required": [
|
|
1653
|
+
"image_url",
|
|
1654
|
+
"canvas_width",
|
|
1655
|
+
"canvas_height"
|
|
1656
|
+
]
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"name": "product-photo-expand",
|
|
1661
|
+
"http_name": "product-photo-expand",
|
|
1662
|
+
"description": "(0.15 USDC/call) Product photo outpainting API / ecommerce image expand / product hero image extender. Same Bria Expand backend as image-expand, listed for product-detail pages, marketplaces, and catalog creative that need a larger canvas around an existing product shot.",
|
|
1663
|
+
"method": "POST",
|
|
1664
|
+
"input_schema": {
|
|
1665
|
+
"type": "object",
|
|
1666
|
+
"properties": {
|
|
1667
|
+
"image_url": {
|
|
1668
|
+
"type": "string"
|
|
1669
|
+
},
|
|
1670
|
+
"canvas_width": {
|
|
1671
|
+
"type": "number"
|
|
1672
|
+
},
|
|
1673
|
+
"canvas_height": {
|
|
1674
|
+
"type": "number"
|
|
1675
|
+
},
|
|
1676
|
+
"original_width": {
|
|
1677
|
+
"type": "number"
|
|
1678
|
+
},
|
|
1679
|
+
"original_height": {
|
|
1680
|
+
"type": "number"
|
|
1681
|
+
},
|
|
1682
|
+
"original_x": {
|
|
1683
|
+
"type": "number"
|
|
1684
|
+
},
|
|
1685
|
+
"original_y": {
|
|
1686
|
+
"type": "number"
|
|
1687
|
+
},
|
|
1688
|
+
"prompt": {
|
|
1689
|
+
"type": "string"
|
|
1690
|
+
},
|
|
1691
|
+
"seed": {
|
|
1692
|
+
"type": "number"
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
"required": [
|
|
1696
|
+
"image_url",
|
|
1697
|
+
"canvas_width",
|
|
1698
|
+
"canvas_height"
|
|
1699
|
+
]
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "real-estate-ad-image-generate",
|
|
1704
|
+
"http_name": "real-estate-ad-image-generate",
|
|
1705
|
+
"description": "(0.01 USDC/call) Real estate ad image generator API / property campaign visual / listing promotion creative. Same image-generate backend, listed for agents producing SFW property marketing visuals, neighborhood concept art, open-house ads, and listing campaign backgrounds.",
|
|
1706
|
+
"method": "POST",
|
|
1707
|
+
"input_schema": {
|
|
1708
|
+
"type": "object",
|
|
1709
|
+
"properties": {
|
|
1710
|
+
"prompt": {
|
|
1711
|
+
"type": "string",
|
|
1712
|
+
"description": "Image description. Up to 2000 chars."
|
|
1713
|
+
},
|
|
1714
|
+
"width": {
|
|
1715
|
+
"type": "number",
|
|
1716
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
1717
|
+
},
|
|
1718
|
+
"height": {
|
|
1719
|
+
"type": "number",
|
|
1720
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
1721
|
+
},
|
|
1722
|
+
"tier": {
|
|
1723
|
+
"type": "string",
|
|
1724
|
+
"enum": [
|
|
1725
|
+
"fast",
|
|
1726
|
+
"creative",
|
|
1727
|
+
"anime",
|
|
1728
|
+
"sd35"
|
|
1729
|
+
],
|
|
1730
|
+
"description": "Model shorthand. Default 'fast'."
|
|
1731
|
+
},
|
|
1732
|
+
"model": {
|
|
1733
|
+
"type": "string",
|
|
1734
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
1735
|
+
},
|
|
1736
|
+
"steps": {
|
|
1737
|
+
"type": "number",
|
|
1738
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
1739
|
+
},
|
|
1740
|
+
"cfg_scale": {
|
|
1741
|
+
"type": "number",
|
|
1742
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
1743
|
+
},
|
|
1744
|
+
"seed": {
|
|
1745
|
+
"type": "number",
|
|
1746
|
+
"description": "Random seed. Optional."
|
|
1747
|
+
},
|
|
1748
|
+
"negative_prompt": {
|
|
1749
|
+
"type": "string",
|
|
1750
|
+
"description": "Negative prompt. Optional."
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
"required": [
|
|
1754
|
+
"prompt"
|
|
1755
|
+
]
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "real-estate-hero-expand",
|
|
1760
|
+
"http_name": "real-estate-hero-expand",
|
|
1761
|
+
"description": "(0.15 USDC/call) Real estate hero image expand API / listing banner outpaint / property website image extender. Same image-expand backend, listed for agents turning room, exterior, and neighborhood photos into wide property-page and ad hero canvases.",
|
|
1762
|
+
"method": "POST",
|
|
1763
|
+
"input_schema": {
|
|
1764
|
+
"type": "object",
|
|
1765
|
+
"properties": {
|
|
1766
|
+
"image_url": {
|
|
1767
|
+
"type": "string"
|
|
1768
|
+
},
|
|
1769
|
+
"canvas_width": {
|
|
1770
|
+
"type": "number"
|
|
1771
|
+
},
|
|
1772
|
+
"canvas_height": {
|
|
1773
|
+
"type": "number"
|
|
1774
|
+
},
|
|
1775
|
+
"original_width": {
|
|
1776
|
+
"type": "number"
|
|
1777
|
+
},
|
|
1778
|
+
"original_height": {
|
|
1779
|
+
"type": "number"
|
|
1780
|
+
},
|
|
1781
|
+
"original_x": {
|
|
1782
|
+
"type": "number"
|
|
1783
|
+
},
|
|
1784
|
+
"original_y": {
|
|
1785
|
+
"type": "number"
|
|
1786
|
+
},
|
|
1787
|
+
"prompt": {
|
|
1788
|
+
"type": "string"
|
|
1789
|
+
},
|
|
1790
|
+
"seed": {
|
|
1791
|
+
"type": "number"
|
|
1792
|
+
}
|
|
1793
|
+
},
|
|
1794
|
+
"required": [
|
|
1795
|
+
"image_url",
|
|
1796
|
+
"canvas_width",
|
|
1797
|
+
"canvas_height"
|
|
1798
|
+
]
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"name": "real-estate-photo-expand",
|
|
1803
|
+
"http_name": "real-estate-photo-expand",
|
|
1804
|
+
"description": "(0.15 USDC/call) Real estate photo outpainting API / property listing image expand / room photo canvas extender. Same backend as image-expand, listed for listing creatives that need a wider hero crop or vertical social version from an existing room or exterior image.",
|
|
1805
|
+
"method": "POST",
|
|
1806
|
+
"input_schema": {
|
|
1807
|
+
"type": "object",
|
|
1808
|
+
"properties": {
|
|
1809
|
+
"image_url": {
|
|
1810
|
+
"type": "string"
|
|
1811
|
+
},
|
|
1812
|
+
"canvas_width": {
|
|
1813
|
+
"type": "number"
|
|
1814
|
+
},
|
|
1815
|
+
"canvas_height": {
|
|
1816
|
+
"type": "number"
|
|
1817
|
+
},
|
|
1818
|
+
"original_width": {
|
|
1819
|
+
"type": "number"
|
|
1820
|
+
},
|
|
1821
|
+
"original_height": {
|
|
1822
|
+
"type": "number"
|
|
1823
|
+
},
|
|
1824
|
+
"original_x": {
|
|
1825
|
+
"type": "number"
|
|
1826
|
+
},
|
|
1827
|
+
"original_y": {
|
|
1828
|
+
"type": "number"
|
|
1829
|
+
},
|
|
1830
|
+
"prompt": {
|
|
1831
|
+
"type": "string"
|
|
1832
|
+
},
|
|
1833
|
+
"seed": {
|
|
1834
|
+
"type": "number"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"required": [
|
|
1838
|
+
"image_url",
|
|
1839
|
+
"canvas_width",
|
|
1840
|
+
"canvas_height"
|
|
1841
|
+
]
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"name": "real-estate-render-generate",
|
|
1846
|
+
"http_name": "real-estate-render-generate",
|
|
1847
|
+
"description": "(0.01 USDC/call) Real estate render generator API / property marketing image / interior concept visual. Same image-generate backend, discoverable for agents producing SFW listing concepts, room mood boards, exterior concepts, and property campaign visuals.",
|
|
144
1848
|
"method": "POST",
|
|
145
1849
|
"input_schema": {
|
|
146
1850
|
"type": "object",
|
|
147
1851
|
"properties": {
|
|
148
1852
|
"prompt": {
|
|
149
1853
|
"type": "string",
|
|
150
|
-
"description": "Image description. Up to
|
|
1854
|
+
"description": "Image description. Up to 2000 chars."
|
|
151
1855
|
},
|
|
152
1856
|
"width": {
|
|
153
1857
|
"type": "number",
|
|
154
|
-
"description": "Output width in pixels. Range [256, 2048]. Default 1024."
|
|
1858
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
155
1859
|
},
|
|
156
1860
|
"height": {
|
|
157
1861
|
"type": "number",
|
|
158
|
-
"description": "Output height in pixels. Range [256, 2048]. Default 1024."
|
|
1862
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
159
1863
|
},
|
|
160
1864
|
"tier": {
|
|
161
1865
|
"type": "string",
|
|
162
1866
|
"enum": [
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"seedream",
|
|
168
|
-
"grok",
|
|
169
|
-
"art",
|
|
170
|
-
"hunyuan"
|
|
1867
|
+
"fast",
|
|
1868
|
+
"creative",
|
|
1869
|
+
"anime",
|
|
1870
|
+
"sd35"
|
|
171
1871
|
],
|
|
172
|
-
"description": "Model shorthand.
|
|
1872
|
+
"description": "Model shorthand. Default 'fast'."
|
|
173
1873
|
},
|
|
174
1874
|
"model": {
|
|
175
1875
|
"type": "string",
|
|
176
|
-
"description": "Override the model.
|
|
1876
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
177
1877
|
},
|
|
178
1878
|
"steps": {
|
|
179
1879
|
"type": "number",
|
|
@@ -198,40 +1898,78 @@ export const TOOLS = [
|
|
|
198
1898
|
}
|
|
199
1899
|
},
|
|
200
1900
|
{
|
|
201
|
-
"name": "
|
|
202
|
-
"http_name": "
|
|
203
|
-
"description": "(0.
|
|
1901
|
+
"name": "remove-background",
|
|
1902
|
+
"http_name": "remove-background",
|
|
1903
|
+
"description": "(0.08 USDC/call) Remove background from image / background remove API / transparent PNG cutout. Takes an image URL and returns the subject as a PNG with alpha channel. Optional crop_to_bbox. fal.ai imageutils/rembg.",
|
|
1904
|
+
"method": "POST",
|
|
1905
|
+
"input_schema": {
|
|
1906
|
+
"type": "object",
|
|
1907
|
+
"properties": {
|
|
1908
|
+
"image_url": {
|
|
1909
|
+
"type": "string"
|
|
1910
|
+
},
|
|
1911
|
+
"crop_to_bbox": {
|
|
1912
|
+
"type": "boolean"
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
"required": [
|
|
1916
|
+
"image_url"
|
|
1917
|
+
]
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"name": "remove-bg",
|
|
1922
|
+
"http_name": "remove-bg",
|
|
1923
|
+
"description": "(0.08 USDC/call) Remove background from image / AI background remover / background eraser / transparent PNG cutout tool. Returns a foreground cutout with alpha channel. Optional crop_to_bbox. fal.ai imageutils/rembg.",
|
|
1924
|
+
"method": "POST",
|
|
1925
|
+
"input_schema": {
|
|
1926
|
+
"type": "object",
|
|
1927
|
+
"properties": {
|
|
1928
|
+
"image_url": {
|
|
1929
|
+
"type": "string"
|
|
1930
|
+
},
|
|
1931
|
+
"crop_to_bbox": {
|
|
1932
|
+
"type": "boolean"
|
|
1933
|
+
}
|
|
1934
|
+
},
|
|
1935
|
+
"required": [
|
|
1936
|
+
"image_url"
|
|
1937
|
+
]
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "restaurant-menu-image-generate",
|
|
1942
|
+
"http_name": "restaurant-menu-image-generate",
|
|
1943
|
+
"description": "(0.01 USDC/call) Restaurant menu image generator API / food concept visual / hospitality creative. Same image-generate backend, surfaced for agents creating SFW dish concepts, menu hero visuals, and local restaurant ad creative.",
|
|
204
1944
|
"method": "POST",
|
|
205
1945
|
"input_schema": {
|
|
206
1946
|
"type": "object",
|
|
207
1947
|
"properties": {
|
|
208
1948
|
"prompt": {
|
|
209
1949
|
"type": "string",
|
|
210
|
-
"description": "Image description. Up to
|
|
1950
|
+
"description": "Image description. Up to 2000 chars."
|
|
211
1951
|
},
|
|
212
1952
|
"width": {
|
|
213
1953
|
"type": "number",
|
|
214
|
-
"description": "Output width in pixels. Range [256,
|
|
1954
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
215
1955
|
},
|
|
216
1956
|
"height": {
|
|
217
1957
|
"type": "number",
|
|
218
|
-
"description": "Output height in pixels. Range [256,
|
|
1958
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
219
1959
|
},
|
|
220
1960
|
"tier": {
|
|
221
1961
|
"type": "string",
|
|
222
1962
|
"enum": [
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"recraft-pro",
|
|
228
|
-
"grok-sota"
|
|
1963
|
+
"fast",
|
|
1964
|
+
"creative",
|
|
1965
|
+
"anime",
|
|
1966
|
+
"sd35"
|
|
229
1967
|
],
|
|
230
|
-
"description": "Model shorthand.
|
|
1968
|
+
"description": "Model shorthand. Default 'fast'."
|
|
231
1969
|
},
|
|
232
1970
|
"model": {
|
|
233
1971
|
"type": "string",
|
|
234
|
-
"description": "Override the model.
|
|
1972
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
235
1973
|
},
|
|
236
1974
|
"steps": {
|
|
237
1975
|
"type": "number",
|
|
@@ -256,154 +1994,122 @@ export const TOOLS = [
|
|
|
256
1994
|
}
|
|
257
1995
|
},
|
|
258
1996
|
{
|
|
259
|
-
"name": "
|
|
260
|
-
"http_name": "
|
|
261
|
-
"description": "(0.
|
|
262
|
-
"method": "POST",
|
|
263
|
-
"input_schema": {
|
|
264
|
-
"type": "object",
|
|
265
|
-
"properties": {
|
|
266
|
-
"image_url": {
|
|
267
|
-
"type": "string",
|
|
268
|
-
"description": "Public http(s) URL of the source image."
|
|
269
|
-
},
|
|
270
|
-
"mask_url": {
|
|
271
|
-
"type": "string",
|
|
272
|
-
"description": "Public http(s) URL of the mask image (white = inpaint region; black = keep)."
|
|
273
|
-
},
|
|
274
|
-
"prompt": {
|
|
275
|
-
"type": "string",
|
|
276
|
-
"description": "What to fill the masked region with."
|
|
277
|
-
},
|
|
278
|
-
"model": {
|
|
279
|
-
"type": "string",
|
|
280
|
-
"description": "Override the inpaint model. Default 'gpt-image-2'."
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
"required": [
|
|
284
|
-
"image_url",
|
|
285
|
-
"mask_url",
|
|
286
|
-
"prompt"
|
|
287
|
-
]
|
|
288
|
-
}
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"name": "image-to-video",
|
|
292
|
-
"http_name": "image-to-video",
|
|
293
|
-
"description": "(0.20 USDC/call) Image-to-video / animate still image / Seedance image-to-video / motion-from-photo / camera-movement on photo. Animates a still image into video via Venice's seedance-2-0-fast-image-to-video. Optional prompt steers the motion (camera moves, subject motion). Same async-vs-sync handling as text-to-video.",
|
|
1997
|
+
"name": "seedance-video",
|
|
1998
|
+
"http_name": "seedance-video",
|
|
1999
|
+
"description": "(0.20 USDC/call) Seedance 2.0 / Seedance 2.0 video generation / Seedance video AI / generative AI video / text-to-video AI / cinematic AI clips on AI Gateway. Powered by Venice's seedance-2-0-fast-text-to-video model. Duration / aspect-ratio / resolution configurable. Same backend as text-to-video under a model-named slug for direct discovery by agents searching for 'Seedance'.",
|
|
294
2000
|
"method": "POST",
|
|
295
2001
|
"input_schema": {
|
|
296
2002
|
"type": "object",
|
|
297
2003
|
"properties": {
|
|
298
|
-
"image_url": {
|
|
299
|
-
"type": "string",
|
|
300
|
-
"description": "Public http(s) URL of the source image."
|
|
301
|
-
},
|
|
302
2004
|
"prompt": {
|
|
303
2005
|
"type": "string",
|
|
304
|
-
"description": "
|
|
2006
|
+
"description": "Video scene description."
|
|
305
2007
|
},
|
|
306
2008
|
"duration": {
|
|
307
2009
|
"type": "string",
|
|
308
|
-
"description": "Clip length. Default '5s'."
|
|
2010
|
+
"description": "Clip length, e.g. '5s' or '10s'. Default '5s'."
|
|
309
2011
|
},
|
|
310
2012
|
"aspect_ratio": {
|
|
311
2013
|
"type": "string",
|
|
312
|
-
"description": "Aspect ratio. Default '16:9'."
|
|
2014
|
+
"description": "Aspect ratio: '16:9', '9:16', '1:1', '4:3'. Default '16:9'."
|
|
313
2015
|
},
|
|
314
2016
|
"resolution": {
|
|
315
2017
|
"type": "string",
|
|
316
|
-
"description": "
|
|
2018
|
+
"description": "Video resolution: '720p', '480p'. Default '720p'."
|
|
317
2019
|
},
|
|
318
2020
|
"model": {
|
|
319
2021
|
"type": "string",
|
|
320
|
-
"description": "Override the model. Default 'seedance-2-0-fast-
|
|
2022
|
+
"description": "Override the model. Default 'seedance-2-0-fast-text-to-video'."
|
|
321
2023
|
}
|
|
322
2024
|
},
|
|
323
2025
|
"required": [
|
|
324
|
-
"
|
|
2026
|
+
"prompt"
|
|
325
2027
|
]
|
|
326
2028
|
}
|
|
327
2029
|
},
|
|
328
2030
|
{
|
|
329
|
-
"name": "
|
|
330
|
-
"http_name": "
|
|
331
|
-
"description": "(0.
|
|
2031
|
+
"name": "social-crop-expand",
|
|
2032
|
+
"http_name": "social-crop-expand",
|
|
2033
|
+
"description": "(0.15 USDC/call) Social crop expand API / Instagram TikTok LinkedIn crop extender / image aspect-ratio outpainting. Same backend as image-expand, discoverable for agents adapting one image into square, portrait, landscape, and banner canvases.",
|
|
332
2034
|
"method": "POST",
|
|
333
2035
|
"input_schema": {
|
|
334
2036
|
"type": "object",
|
|
335
2037
|
"properties": {
|
|
336
|
-
"
|
|
337
|
-
"type": "string"
|
|
338
|
-
"description": "Genre / mood / instrumentation description."
|
|
2038
|
+
"image_url": {
|
|
2039
|
+
"type": "string"
|
|
339
2040
|
},
|
|
340
|
-
"
|
|
341
|
-
"type": "number"
|
|
342
|
-
"description": "Length in seconds. Range [5, 120]. Default 30."
|
|
2041
|
+
"canvas_width": {
|
|
2042
|
+
"type": "number"
|
|
343
2043
|
},
|
|
344
|
-
"
|
|
345
|
-
"type": "
|
|
346
|
-
"description": "Optional lyrics. The model will sing them."
|
|
2044
|
+
"canvas_height": {
|
|
2045
|
+
"type": "number"
|
|
347
2046
|
},
|
|
348
|
-
"
|
|
349
|
-
"type": "
|
|
350
|
-
"description": "Override the model. Default 'minimax-music-v26'."
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
"required": [
|
|
354
|
-
"prompt"
|
|
355
|
-
]
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"name": "remove-bg",
|
|
360
|
-
"http_name": "remove-bg",
|
|
361
|
-
"description": "(0.08 USDC/call) AI background remover / background eraser / cutout tool. Returns transparent PNG. Optional crop_to_bbox. fal.ai imageutils/rembg.",
|
|
362
|
-
"method": "POST",
|
|
363
|
-
"input_schema": {
|
|
364
|
-
"type": "object",
|
|
365
|
-
"properties": {
|
|
366
|
-
"image_url": {
|
|
367
|
-
"type": "string",
|
|
368
|
-
"description": "Source image URL to remove the background from; returns a transparent PNG cutout of the foreground subject."
|
|
2047
|
+
"original_width": {
|
|
2048
|
+
"type": "number"
|
|
369
2049
|
},
|
|
370
|
-
"
|
|
371
|
-
"type": "
|
|
372
|
-
|
|
2050
|
+
"original_height": {
|
|
2051
|
+
"type": "number"
|
|
2052
|
+
},
|
|
2053
|
+
"original_x": {
|
|
2054
|
+
"type": "number"
|
|
2055
|
+
},
|
|
2056
|
+
"original_y": {
|
|
2057
|
+
"type": "number"
|
|
2058
|
+
},
|
|
2059
|
+
"prompt": {
|
|
2060
|
+
"type": "string"
|
|
2061
|
+
},
|
|
2062
|
+
"seed": {
|
|
2063
|
+
"type": "number"
|
|
373
2064
|
}
|
|
374
2065
|
},
|
|
375
2066
|
"required": [
|
|
376
|
-
"image_url"
|
|
2067
|
+
"image_url",
|
|
2068
|
+
"canvas_width",
|
|
2069
|
+
"canvas_height"
|
|
377
2070
|
]
|
|
378
2071
|
}
|
|
379
2072
|
},
|
|
380
2073
|
{
|
|
381
|
-
"name": "
|
|
382
|
-
"http_name": "
|
|
383
|
-
"description": "(0.
|
|
2074
|
+
"name": "social-image-generate",
|
|
2075
|
+
"http_name": "social-image-generate",
|
|
2076
|
+
"description": "(0.01 USDC/call) Social image generator API / post visual generator / LinkedIn X Instagram creative. Same backend as image-generate, exposed for agents generating SFW social images in square, portrait, and landscape sizes.",
|
|
384
2077
|
"method": "POST",
|
|
385
2078
|
"input_schema": {
|
|
386
2079
|
"type": "object",
|
|
387
2080
|
"properties": {
|
|
388
2081
|
"prompt": {
|
|
389
|
-
"type": "string"
|
|
390
|
-
"description": "Video scene description."
|
|
2082
|
+
"type": "string"
|
|
391
2083
|
},
|
|
392
|
-
"
|
|
393
|
-
"type": "
|
|
394
|
-
"description": "Clip length, e.g. '5s' or '10s'. Default '5s'."
|
|
2084
|
+
"width": {
|
|
2085
|
+
"type": "number"
|
|
395
2086
|
},
|
|
396
|
-
"
|
|
397
|
-
"type": "
|
|
398
|
-
"description": "Aspect ratio: '16:9', '9:16', '1:1', '4:3'. Default '16:9'."
|
|
2087
|
+
"height": {
|
|
2088
|
+
"type": "number"
|
|
399
2089
|
},
|
|
400
|
-
"
|
|
2090
|
+
"tier": {
|
|
401
2091
|
"type": "string",
|
|
402
|
-
"
|
|
2092
|
+
"enum": [
|
|
2093
|
+
"fast",
|
|
2094
|
+
"creative",
|
|
2095
|
+
"anime",
|
|
2096
|
+
"sd35"
|
|
2097
|
+
]
|
|
403
2098
|
},
|
|
404
2099
|
"model": {
|
|
405
|
-
"type": "string"
|
|
406
|
-
|
|
2100
|
+
"type": "string"
|
|
2101
|
+
},
|
|
2102
|
+
"steps": {
|
|
2103
|
+
"type": "number"
|
|
2104
|
+
},
|
|
2105
|
+
"cfg_scale": {
|
|
2106
|
+
"type": "number"
|
|
2107
|
+
},
|
|
2108
|
+
"seed": {
|
|
2109
|
+
"type": "number"
|
|
2110
|
+
},
|
|
2111
|
+
"negative_prompt": {
|
|
2112
|
+
"type": "string"
|
|
407
2113
|
}
|
|
408
2114
|
},
|
|
409
2115
|
"required": [
|
|
@@ -440,26 +2146,22 @@ export const TOOLS = [
|
|
|
440
2146
|
{
|
|
441
2147
|
"name": "text-to-speech",
|
|
442
2148
|
"http_name": "text-to-speech",
|
|
443
|
-
"description": "(0.05 USDC/call) Text to speech / TTS / voice generator. Venice TTS (
|
|
2149
|
+
"description": "(0.05 USDC/call) Text to speech / TTS / voice generator. Morpheus primary for Kokoro, Venice fallback and alternate TTS models (xAI / ElevenLabs / Orpheus / MiniMax / Gemini), with fal.ai storage for hosted audio URLs. 30+ voices, 5 audio formats.",
|
|
444
2150
|
"method": "POST",
|
|
445
2151
|
"input_schema": {
|
|
446
2152
|
"type": "object",
|
|
447
2153
|
"properties": {
|
|
448
2154
|
"text": {
|
|
449
|
-
"type": "string"
|
|
450
|
-
"description": "Max 4000 chars."
|
|
2155
|
+
"type": "string"
|
|
451
2156
|
},
|
|
452
2157
|
"voice": {
|
|
453
|
-
"type": "string"
|
|
454
|
-
"description": "Default 'af_sky'."
|
|
2158
|
+
"type": "string"
|
|
455
2159
|
},
|
|
456
2160
|
"model": {
|
|
457
|
-
"type": "string"
|
|
458
|
-
"description": "Default 'tts-kokoro'. Other options: tts-xai-v1, tts-elevenlabs-turbo-v2-5, tts-orpheus, etc."
|
|
2161
|
+
"type": "string"
|
|
459
2162
|
},
|
|
460
2163
|
"speed": {
|
|
461
|
-
"type": "number"
|
|
462
|
-
"description": "0.25-4. Default 1."
|
|
2164
|
+
"type": "number"
|
|
463
2165
|
},
|
|
464
2166
|
"format": {
|
|
465
2167
|
"type": "string",
|
|
@@ -469,8 +2171,7 @@ export const TOOLS = [
|
|
|
469
2171
|
"opus",
|
|
470
2172
|
"aac",
|
|
471
2173
|
"flac"
|
|
472
|
-
]
|
|
473
|
-
"description": "mp3 (default), wav, opus, aac, flac."
|
|
2174
|
+
]
|
|
474
2175
|
}
|
|
475
2176
|
},
|
|
476
2177
|
"required": [
|
|
@@ -521,29 +2222,67 @@ export const TOOLS = [
|
|
|
521
2222
|
"type": "object",
|
|
522
2223
|
"properties": {
|
|
523
2224
|
"text": {
|
|
524
|
-
"type": "string"
|
|
525
|
-
"description": "Max 4000 chars."
|
|
2225
|
+
"type": "string"
|
|
526
2226
|
},
|
|
527
2227
|
"voice": {
|
|
528
|
-
"type": "string"
|
|
529
|
-
"description": "Default 'af_sky'."
|
|
2228
|
+
"type": "string"
|
|
530
2229
|
},
|
|
531
2230
|
"model": {
|
|
532
|
-
"type": "string"
|
|
533
|
-
"description": "Default 'tts-kokoro'. Other options: tts-xai-v1, tts-elevenlabs-turbo-v2-5, tts-orpheus, etc."
|
|
2231
|
+
"type": "string"
|
|
534
2232
|
},
|
|
535
2233
|
"speed": {
|
|
536
|
-
"type": "number"
|
|
537
|
-
"description": "0.25-4. Default 1."
|
|
2234
|
+
"type": "number"
|
|
538
2235
|
},
|
|
539
2236
|
"format": {
|
|
540
|
-
"type": "string"
|
|
541
|
-
"description": "mp3 (default), wav, opus, aac, flac."
|
|
2237
|
+
"type": "string"
|
|
542
2238
|
}
|
|
543
2239
|
},
|
|
544
2240
|
"required": [
|
|
545
2241
|
"text"
|
|
546
2242
|
]
|
|
547
2243
|
}
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"name": "youtube-thumbnail-expand",
|
|
2247
|
+
"http_name": "youtube-thumbnail-expand",
|
|
2248
|
+
"description": "(0.15 USDC/call) YouTube thumbnail expand API / video thumbnail outpaint / 16:9 image extender. Same Bria Expand backend as image-expand, exposed for agents adapting source images into thumbnail and video-cover canvases.",
|
|
2249
|
+
"method": "POST",
|
|
2250
|
+
"input_schema": {
|
|
2251
|
+
"type": "object",
|
|
2252
|
+
"properties": {
|
|
2253
|
+
"image_url": {
|
|
2254
|
+
"type": "string"
|
|
2255
|
+
},
|
|
2256
|
+
"canvas_width": {
|
|
2257
|
+
"type": "number"
|
|
2258
|
+
},
|
|
2259
|
+
"canvas_height": {
|
|
2260
|
+
"type": "number"
|
|
2261
|
+
},
|
|
2262
|
+
"original_width": {
|
|
2263
|
+
"type": "number"
|
|
2264
|
+
},
|
|
2265
|
+
"original_height": {
|
|
2266
|
+
"type": "number"
|
|
2267
|
+
},
|
|
2268
|
+
"original_x": {
|
|
2269
|
+
"type": "number"
|
|
2270
|
+
},
|
|
2271
|
+
"original_y": {
|
|
2272
|
+
"type": "number"
|
|
2273
|
+
},
|
|
2274
|
+
"prompt": {
|
|
2275
|
+
"type": "string"
|
|
2276
|
+
},
|
|
2277
|
+
"seed": {
|
|
2278
|
+
"type": "number"
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2281
|
+
"required": [
|
|
2282
|
+
"image_url",
|
|
2283
|
+
"canvas_width",
|
|
2284
|
+
"canvas_height"
|
|
2285
|
+
]
|
|
2286
|
+
}
|
|
548
2287
|
}
|
|
549
2288
|
];
|