@agentutility/mcp-synthforge 0.1.8 → 0.7.4
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 +57 -19
- package/dist/tools.generated.js +1951 -212
- package/package.json +1 -1
package/dist/tools.generated.js
CHANGED
|
@@ -1,77 +1,1794 @@
|
|
|
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.4";
|
|
4
4
|
export const TOOLS = [
|
|
5
|
+
{
|
|
6
|
+
"name": "ad-banner-image-expand",
|
|
7
|
+
"http_name": "ad-banner-image-expand",
|
|
8
|
+
"description": "(0.15 USDC/call) Expands existing images into wide, square, or portrait ad banner placements. Same Bria Expand backend as image-expand. Use it as an ad banner image expand API, paid social canvas outpaint, or campaign creative extender.",
|
|
9
|
+
"method": "POST",
|
|
10
|
+
"input_schema": {
|
|
11
|
+
"type": "object",
|
|
12
|
+
"properties": {
|
|
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) Generates ad creative images: SFW marketing visuals, concept images, and campaign thumbnails from prompts. Same backend as image-generate. Use it as a campaign visual generator or paid social creative API.",
|
|
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": {
|
|
66
|
+
"type": "string",
|
|
67
|
+
"enum": [
|
|
68
|
+
"fast",
|
|
69
|
+
"creative",
|
|
70
|
+
"anime",
|
|
71
|
+
"sd35"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"model": {
|
|
75
|
+
"type": "string"
|
|
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.02 USDC/call) Generates SFW square app icon concepts, product marks, and launch visuals. Same image-generate backend. Use it as an app icon generator API for mobile icon concepts or SaaS icon image generation.",
|
|
99
|
+
"method": "POST",
|
|
100
|
+
"input_schema": {
|
|
101
|
+
"type": "object",
|
|
102
|
+
"properties": {
|
|
103
|
+
"prompt": {
|
|
104
|
+
"type": "string",
|
|
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'."
|
|
124
|
+
},
|
|
125
|
+
"model": {
|
|
126
|
+
"type": "string",
|
|
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."
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"required": [
|
|
147
|
+
"prompt"
|
|
148
|
+
]
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "app-store-screenshot-expand",
|
|
153
|
+
"http_name": "app-store-screenshot-expand",
|
|
154
|
+
"description": "(0.15 USDC/call) Expands mobile app screenshots into store, ad, and product-page layouts. Same Bria Expand backend as image-expand. Use it as an app store screenshot expand API, screenshot backdrop extender, or launch asset outpaint.",
|
|
155
|
+
"method": "POST",
|
|
156
|
+
"input_schema": {
|
|
157
|
+
"type": "object",
|
|
158
|
+
"properties": {
|
|
159
|
+
"image_url": {
|
|
160
|
+
"type": "string"
|
|
161
|
+
},
|
|
162
|
+
"canvas_width": {
|
|
163
|
+
"type": "number"
|
|
164
|
+
},
|
|
165
|
+
"canvas_height": {
|
|
166
|
+
"type": "number"
|
|
167
|
+
},
|
|
168
|
+
"original_width": {
|
|
169
|
+
"type": "number"
|
|
170
|
+
},
|
|
171
|
+
"original_height": {
|
|
172
|
+
"type": "number"
|
|
173
|
+
},
|
|
174
|
+
"original_x": {
|
|
175
|
+
"type": "number"
|
|
176
|
+
},
|
|
177
|
+
"original_y": {
|
|
178
|
+
"type": "number"
|
|
179
|
+
},
|
|
180
|
+
"prompt": {
|
|
181
|
+
"type": "string"
|
|
182
|
+
},
|
|
183
|
+
"seed": {
|
|
184
|
+
"type": "number"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"required": [
|
|
188
|
+
"image_url",
|
|
189
|
+
"canvas_width",
|
|
190
|
+
"canvas_height"
|
|
191
|
+
]
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "background-remove",
|
|
196
|
+
"http_name": "background-remove",
|
|
197
|
+
"description": "(0.08 USDC/call) Removes the background from a public image URL and returns the subject with alpha transparency. Optional crop_to_bbox. fal.ai imageutils/rembg. Use it as a background remove API, image background remover, or transparent PNG foreground cutout.",
|
|
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) Removes the background from product, portrait, and object images, returning alpha PNG foreground cutouts with optional crop-to-bounding-box behavior. Same remove-bg backend. Use it as a background remover API, to remove image background, or for transparent PNG cutouts.",
|
|
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) Turns existing photos into wide website, ad, and email-header canvases. Same backend as image-expand. Use it as a banner image expand API, hero image outpainting tool, or website header extender.",
|
|
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) Generates blog header images: SFW header images, newsletter visuals, and documentation illustrations from prompts. Same backend as image-generate. Use it as an article hero image or editorial illustration generator.",
|
|
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.02 USDC/call) Generates SFW book cover art concepts, genre mood boards, and launch visuals from a prompt. Same image-generate backend. Use it as a book cover image generator API, ebook cover concept tool, or publishing creative source.",
|
|
328
|
+
"method": "POST",
|
|
329
|
+
"input_schema": {
|
|
330
|
+
"type": "object",
|
|
331
|
+
"properties": {
|
|
332
|
+
"prompt": {
|
|
333
|
+
"type": "string",
|
|
334
|
+
"description": "Image description. Up to 2000 chars."
|
|
335
|
+
},
|
|
336
|
+
"width": {
|
|
337
|
+
"type": "number",
|
|
338
|
+
"description": "Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
339
|
+
},
|
|
340
|
+
"height": {
|
|
341
|
+
"type": "number",
|
|
342
|
+
"description": "Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024."
|
|
343
|
+
},
|
|
344
|
+
"tier": {
|
|
345
|
+
"type": "string",
|
|
346
|
+
"enum": [
|
|
347
|
+
"fast",
|
|
348
|
+
"creative",
|
|
349
|
+
"anime",
|
|
350
|
+
"sd35"
|
|
351
|
+
],
|
|
352
|
+
"description": "Model shorthand. Default 'fast'."
|
|
353
|
+
},
|
|
354
|
+
"model": {
|
|
355
|
+
"type": "string",
|
|
356
|
+
"description": "Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35."
|
|
357
|
+
},
|
|
358
|
+
"steps": {
|
|
359
|
+
"type": "number",
|
|
360
|
+
"description": "Diffusion steps. Optional; depends on model."
|
|
361
|
+
},
|
|
362
|
+
"cfg_scale": {
|
|
363
|
+
"type": "number",
|
|
364
|
+
"description": "Classifier-free guidance scale. Optional."
|
|
365
|
+
},
|
|
366
|
+
"seed": {
|
|
367
|
+
"type": "number",
|
|
368
|
+
"description": "Random seed. Optional."
|
|
369
|
+
},
|
|
370
|
+
"negative_prompt": {
|
|
371
|
+
"type": "string",
|
|
372
|
+
"description": "Negative prompt. Optional."
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"required": [
|
|
376
|
+
"prompt"
|
|
377
|
+
]
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "brand-logo-concept-image",
|
|
382
|
+
"http_name": "brand-logo-concept-image",
|
|
383
|
+
"description": "(0.02 USDC/call) Generates SFW logo concept boards, abstract marks, and brand direction visuals from prompts. Same fast Venice-backed backend as image-generate. Use it as a brand logo concept image API, for startup logo visual ideation, or as a mark concept generator.",
|
|
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) Expands existing screenshots, instructor photos, or diagrams into 16:9 course thumbnails. Same image-expand backend. Use it as a course thumbnail expand API, tutorial cover outpaint, or education hero image extender.",
|
|
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.02 USDC/call) Generates SFW course thumbnails, lesson covers, learning-path artwork, and academy launch visuals, without text rendering. Same fast image-generate backend. Use it as a course thumbnail image generator API, education cover art tool, or tutorial hero image source.",
|
|
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.02 USDC/call) Generates SFW ecommerce lifestyle scenes and ad visuals around product prompts. Same image-generate backend. Use it as an ecommerce lifestyle image generator API, product lifestyle creative tool, or marketplace campaign image source.",
|
|
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) Expands existing product, event, or editorial images into wide email-header canvases. Same image-expand backend. Use it as an email header image expand API, newsletter banner outpaint, or lifecycle email creative extender.",
|
|
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.02 USDC/call) Generates SFW event artwork, launch posters, and campaign backgrounds without relying on stock art. Same fast image-generate backend. Use it as an event poster image generator API, conference visual tool, or meetup campaign image source.",
|
|
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.02 USDC/call) Generates SFW fashion visuals: clothing concepts, seasonal lookbook scenes, and ecommerce fashion creative from prompts. Same image-generate backend. Use it as a fashion lookbook image generator API, apparel campaign visual tool, or style mood board source.",
|
|
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.02 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.02 USDC/call) Generates SFW healthcare, wellness, clinic, and patient-education campaign visuals, without medical claims. Same image-generate backend. Use it as a healthcare campaign image generator API, clinic marketing visual tool, or wellness program creative source.",
|
|
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) Describes images from public URLs, producing captions, accessibility alt text, short descriptions, and visual summaries. Same image-description backend. Use it as an image describe API, image captioning service, or alt text generator.",
|
|
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
|
+
},
|
|
5
888
|
{
|
|
6
889
|
"name": "image-edit",
|
|
7
890
|
"http_name": "image-edit",
|
|
8
|
-
"description": "(0.02 USDC/call)
|
|
891
|
+
"description": "(0.02 USDC/call) Edits an image from a plain-text instruction, mask-free: describe the change and the model applies it to the whole image. Default model: nano-banana-pro. Returns a permanent fal-hosted PNG URL. Use it for instruction-based image editing, text-driven photo edits, nano-banana image editing, or GPT-image-2 edits.",
|
|
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.02 USDC/call) Generate an image from text in under 5 seconds. Four style tiers backed by curated $0.01 Venice models: 'fast' (z-image-turbo, default), 'creative' (chroma), 'anime' (wai-Illustrious), 'sd35' (venice-sd35). Returns a permanent fal-hosted PNG URL. SFW text-to-image / AI art at the cheapest tier; 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).",
|
|
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) Premium text-to-image generation across a 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. Use it for Flux 2 Pro, Recraft, Seedream, Qwen Image 2 Pro, or xAI Grok Imagine image generation.",
|
|
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) Flagship text-to-image generation using 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. Use it for Google nano-banana-pro, OpenAI gpt-image-2, Recraft V4 Pro, or xAI Grok SOTA image generation.",
|
|
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) Inpaints an image by replacing the masked region 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. Use it for mask-based image edits, object replacement, mask-driven face swap, or generative fill.",
|
|
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": "(5.00 USDC/call) 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. Use it for image-to-video, Seedance image-to-video, motion-from-photo, or camera movement on a photo.",
|
|
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) Expands existing photos into wide LinkedIn banner and social-profile header canvases. Same Bria Expand backend as image-expand. Use it as a LinkedIn banner expand API, profile header outpainting tool, or brand banner image extender.",
|
|
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) Expands marketplace product images, adapting product shots to marketplace, catalog, and ad aspect ratios. Same Bria Expand backend as image-expand. Use it as a product image expand API, ecommerce photo canvas extender, or product listing outpaint.",
|
|
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) Expands existing images into tall story, reel-cover, and short-form promotional canvases. Same image-expand backend. Use it as a mobile story image expand API, vertical social outpaint, or Instagram TikTok story extender.",
|
|
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) Generates music from a text prompt via Venice using 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). Use it for AI music generation, text-to-music, generative songs, and instrumental or vocal music.",
|
|
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.02 USDC/call) Generates SFW newsletter artwork, digest headers, and publication graphics. Same image-generate backend. Use it as a newsletter image generator API, email header illustration tool, or editorial campaign visual source.",
|
|
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) Expands guest photos, product images, or show art into podcast-cover dimensions. Same image-expand backend. Use it as a podcast cover expand API, episode art outpaint, or square artwork canvas extender.",
|
|
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.02 USDC/call) Generates SFW podcast cover art: square cover concepts, guest episode art, channel thumbnails, and audio-show campaign visuals. Same Venice-backed image-generate backend. Use it as a podcast cover image generator API, episode art tool, or show artwork concept source.",
|
|
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.02 USDC/call) Generates SFW presentation visuals: deck openers, product narrative visuals, and board-slide hero images. Same image-generate backend. Use it as a presentation hero image generator API, pitch deck visual tool, or slide cover image source.",
|
|
9
1516
|
"method": "POST",
|
|
10
1517
|
"input_schema": {
|
|
11
1518
|
"type": "object",
|
|
12
1519
|
"properties": {
|
|
13
|
-
"
|
|
1520
|
+
"prompt": {
|
|
14
1521
|
"type": "string",
|
|
15
|
-
"description": "
|
|
1522
|
+
"description": "Image description. Up to 2000 chars."
|
|
16
1523
|
},
|
|
17
|
-
"
|
|
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": {
|
|
18
1533
|
"type": "string",
|
|
19
|
-
"
|
|
1534
|
+
"enum": [
|
|
1535
|
+
"fast",
|
|
1536
|
+
"creative",
|
|
1537
|
+
"anime",
|
|
1538
|
+
"sd35"
|
|
1539
|
+
],
|
|
1540
|
+
"description": "Model shorthand. Default 'fast'."
|
|
20
1541
|
},
|
|
21
1542
|
"model": {
|
|
22
1543
|
"type": "string",
|
|
23
|
-
"description": "Override the model.
|
|
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."
|
|
24
1561
|
}
|
|
25
1562
|
},
|
|
26
1563
|
"required": [
|
|
27
|
-
"image_url",
|
|
28
1564
|
"prompt"
|
|
29
1565
|
]
|
|
30
1566
|
}
|
|
31
1567
|
},
|
|
32
1568
|
{
|
|
33
|
-
"name": "image-
|
|
34
|
-
"http_name": "image-
|
|
35
|
-
"description": "(0.
|
|
1569
|
+
"name": "product-image-generate",
|
|
1570
|
+
"http_name": "product-image-generate",
|
|
1571
|
+
"description": "(0.01 USDC/call) Generates product images for ecommerce: SFW product concepts, studio-style mockups, and catalog creative from prompts. Same fast Venice-backed backend as image-generate. Use it as an ecommerce product creative or marketplace listing image generation API.",
|
|
36
1572
|
"method": "POST",
|
|
37
1573
|
"input_schema": {
|
|
38
1574
|
"type": "object",
|
|
39
1575
|
"properties": {
|
|
40
|
-
"
|
|
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": {
|
|
41
1587
|
"type": "string",
|
|
42
|
-
"
|
|
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) Expands tight product crops into marketplace, catalog, and lifestyle ad canvases by extending the background. Same image-expand backend. Use it as a product photo background expand API, ecommerce product outpaint, or studio backdrop extender.",
|
|
1620
|
+
"method": "POST",
|
|
1621
|
+
"input_schema": {
|
|
1622
|
+
"type": "object",
|
|
1623
|
+
"properties": {
|
|
1624
|
+
"image_url": {
|
|
1625
|
+
"type": "string"
|
|
43
1626
|
},
|
|
44
1627
|
"canvas_width": {
|
|
45
|
-
"type": "number"
|
|
46
|
-
"description": "Final canvas width in pixels (256-4096)."
|
|
1628
|
+
"type": "number"
|
|
47
1629
|
},
|
|
48
1630
|
"canvas_height": {
|
|
49
|
-
"type": "number"
|
|
50
|
-
"description": "Final canvas height in pixels (256-4096)."
|
|
1631
|
+
"type": "number"
|
|
51
1632
|
},
|
|
52
1633
|
"original_width": {
|
|
53
|
-
"type": "number"
|
|
54
|
-
"description": "Width to render the original at within the new canvas."
|
|
1634
|
+
"type": "number"
|
|
55
1635
|
},
|
|
56
1636
|
"original_height": {
|
|
57
|
-
"type": "number"
|
|
58
|
-
"description": "Height to render the original at within the new canvas."
|
|
1637
|
+
"type": "number"
|
|
59
1638
|
},
|
|
60
1639
|
"original_x": {
|
|
61
|
-
"type": "number"
|
|
62
|
-
"description": "X position of the original (top-left) within the canvas."
|
|
1640
|
+
"type": "number"
|
|
63
1641
|
},
|
|
64
1642
|
"original_y": {
|
|
65
|
-
"type": "number"
|
|
66
|
-
|
|
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) Expands the canvas around an existing product shot for product-detail pages, marketplaces, and catalog creative. Same Bria Expand backend as image-expand. Use it as a product photo outpainting API, ecommerce image expand, or product hero image extender.",
|
|
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"
|
|
67
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.02 USDC/call) Generates SFW real estate ad visuals: property marketing imagery, neighborhood concept art, open-house ads, and listing campaign backgrounds. Same image-generate backend. Use it as a real estate ad image generator API, property campaign visual tool, or listing promotion creative source.",
|
|
1706
|
+
"method": "POST",
|
|
1707
|
+
"input_schema": {
|
|
1708
|
+
"type": "object",
|
|
1709
|
+
"properties": {
|
|
68
1710
|
"prompt": {
|
|
69
1711
|
"type": "string",
|
|
70
|
-
"description": "
|
|
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."
|
|
71
1743
|
},
|
|
72
1744
|
"seed": {
|
|
73
1745
|
"type": "number",
|
|
74
|
-
"description": "
|
|
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) Expands room, exterior, and neighborhood photos into wide property-page and ad hero canvases. Same image-expand backend. Use it as a real estate hero image expand API, listing banner outpaint, or property website image extender.",
|
|
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"
|
|
75
1792
|
}
|
|
76
1793
|
},
|
|
77
1794
|
"required": [
|
|
@@ -82,9 +1799,52 @@ export const TOOLS = [
|
|
|
82
1799
|
}
|
|
83
1800
|
},
|
|
84
1801
|
{
|
|
85
|
-
"name": "
|
|
86
|
-
"http_name": "
|
|
87
|
-
"description": "(0.
|
|
1802
|
+
"name": "real-estate-photo-expand",
|
|
1803
|
+
"http_name": "real-estate-photo-expand",
|
|
1804
|
+
"description": "(0.15 USDC/call) Extends an existing room or exterior photo into a wider hero crop or vertical social version for listing creatives. Same backend as image-expand. Use it as a real estate photo outpainting API, property listing image expand, or room photo canvas extender.",
|
|
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.02 USDC/call) Generates SFW real estate visuals: listing concepts, room mood boards, exterior concepts, and property campaign imagery. Same image-generate backend. Use it as a real estate render generator API, property marketing image tool, or interior concept visual source.",
|
|
88
1848
|
"method": "POST",
|
|
89
1849
|
"input_schema": {
|
|
90
1850
|
"type": "object",
|
|
@@ -138,100 +1898,78 @@ export const TOOLS = [
|
|
|
138
1898
|
}
|
|
139
1899
|
},
|
|
140
1900
|
{
|
|
141
|
-
"name": "
|
|
142
|
-
"http_name": "
|
|
143
|
-
"description": "(0.
|
|
1901
|
+
"name": "remove-background",
|
|
1902
|
+
"http_name": "remove-background",
|
|
1903
|
+
"description": "(0.08 USDC/call) Removes the background from an image URL and returns the subject as a PNG with alpha channel. Optional crop_to_bbox. fal.ai imageutils/rembg. Use it as a background remove API or transparent PNG cutout.",
|
|
144
1904
|
"method": "POST",
|
|
145
1905
|
"input_schema": {
|
|
146
1906
|
"type": "object",
|
|
147
1907
|
"properties": {
|
|
148
|
-
"
|
|
149
|
-
"type": "string"
|
|
150
|
-
"description": "Image description. Up to 3000 chars."
|
|
151
|
-
},
|
|
152
|
-
"width": {
|
|
153
|
-
"type": "number",
|
|
154
|
-
"description": "Output width in pixels. Range [256, 2048]. Default 1024."
|
|
155
|
-
},
|
|
156
|
-
"height": {
|
|
157
|
-
"type": "number",
|
|
158
|
-
"description": "Output height in pixels. Range [256, 2048]. Default 1024."
|
|
159
|
-
},
|
|
160
|
-
"tier": {
|
|
161
|
-
"type": "string",
|
|
162
|
-
"enum": [
|
|
163
|
-
"balanced",
|
|
164
|
-
"max",
|
|
165
|
-
"text",
|
|
166
|
-
"recraft",
|
|
167
|
-
"seedream",
|
|
168
|
-
"grok",
|
|
169
|
-
"art",
|
|
170
|
-
"hunyuan"
|
|
171
|
-
],
|
|
172
|
-
"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."
|
|
173
|
-
},
|
|
174
|
-
"model": {
|
|
175
|
-
"type": "string",
|
|
176
|
-
"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."
|
|
177
|
-
},
|
|
178
|
-
"steps": {
|
|
179
|
-
"type": "number",
|
|
180
|
-
"description": "Diffusion steps. Optional; depends on model."
|
|
181
|
-
},
|
|
182
|
-
"cfg_scale": {
|
|
183
|
-
"type": "number",
|
|
184
|
-
"description": "Classifier-free guidance scale. Optional."
|
|
1908
|
+
"image_url": {
|
|
1909
|
+
"type": "string"
|
|
185
1910
|
},
|
|
186
|
-
"
|
|
187
|
-
"type": "
|
|
188
|
-
|
|
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) Removes the background from an image and returns a foreground cutout with alpha channel. Optional crop_to_bbox. fal.ai imageutils/rembg. Use it as an AI background remover, background eraser, or transparent PNG cutout tool.",
|
|
1924
|
+
"method": "POST",
|
|
1925
|
+
"input_schema": {
|
|
1926
|
+
"type": "object",
|
|
1927
|
+
"properties": {
|
|
1928
|
+
"image_url": {
|
|
1929
|
+
"type": "string"
|
|
189
1930
|
},
|
|
190
|
-
"
|
|
191
|
-
"type": "
|
|
192
|
-
"description": "Negative prompt. Optional."
|
|
1931
|
+
"crop_to_bbox": {
|
|
1932
|
+
"type": "boolean"
|
|
193
1933
|
}
|
|
194
1934
|
},
|
|
195
1935
|
"required": [
|
|
196
|
-
"
|
|
1936
|
+
"image_url"
|
|
197
1937
|
]
|
|
198
1938
|
}
|
|
199
1939
|
},
|
|
200
1940
|
{
|
|
201
|
-
"name": "image-generate
|
|
202
|
-
"http_name": "image-generate
|
|
203
|
-
"description": "(0.
|
|
1941
|
+
"name": "restaurant-menu-image-generate",
|
|
1942
|
+
"http_name": "restaurant-menu-image-generate",
|
|
1943
|
+
"description": "(0.02 USDC/call) Generates SFW restaurant imagery: dish concepts, menu hero visuals, and local restaurant ad creative. Same image-generate backend. Use it as a restaurant menu image generator API, food concept visual tool, or hospitality creative source.",
|
|
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": "(
|
|
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": "(5.00 USDC/call) Generates AI video with Seedance 2.0, powered by Venice's seedance-2-0-fast-text-to-video model. Duration, aspect ratio, and resolution are configurable. Same backend as text-to-video under a model-named slug for direct discovery by agents searching for 'Seedance'. Use it for Seedance 2.0 video generation, text-to-video AI, and cinematic AI clips on AI Gateway.",
|
|
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) Adapts one image into square, portrait, landscape, and banner canvases. Same backend as image-expand, for agents reformatting creative per platform. Use it as a social crop expand API, Instagram TikTok LinkedIn crop extender, or image aspect-ratio outpainting tool.",
|
|
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) Generates SFW social images in square, portrait, and landscape sizes from prompts. Same backend as image-generate. Use it as a post visual generator or LinkedIn, X, and Instagram creative API.",
|
|
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": [
|
|
@@ -414,7 +2120,7 @@ export const TOOLS = [
|
|
|
414
2120
|
{
|
|
415
2121
|
"name": "sound-effect-generate",
|
|
416
2122
|
"http_name": "sound-effect-generate",
|
|
417
|
-
"description": "(0.01 USDC/call)
|
|
2123
|
+
"description": "(0.01 USDC/call) Generates sound effects from a text prompt via Venice using elevenlabs-sound-effects-v2. Duration 0.5-22 seconds. Returns a permanent fal-hosted audio URL (or Venice-hosted when applicable). Use it as a text-to-SFX tool, Foley generator, ElevenLabs sound effects endpoint, or ambient audio synth.",
|
|
418
2124
|
"method": "POST",
|
|
419
2125
|
"input_schema": {
|
|
420
2126
|
"type": "object",
|
|
@@ -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)
|
|
2149
|
+
"description": "(0.05 USDC/call) Converts text to speech with 30+ voices and 5 audio formats. Morpheus primary for Kokoro, Venice fallback and alternate TTS models (xAI / ElevenLabs / Orpheus / MiniMax / Gemini), with fal.ai storage for hosted audio URLs. Use it as a TTS API or voice generator.",
|
|
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": [
|
|
@@ -481,7 +2182,7 @@ export const TOOLS = [
|
|
|
481
2182
|
{
|
|
482
2183
|
"name": "text-to-video",
|
|
483
2184
|
"http_name": "text-to-video",
|
|
484
|
-
"description": "(
|
|
2185
|
+
"description": "(5.00 USDC/call) Generates video from a text prompt via Venice's seedance-2-0-fast-text-to-video. Duration, aspect ratio, and resolution are configurable. The synchronous path has a 22s budget; if Venice can't return inline within that window, the response surfaces a job_id + poll_url for the caller to resolve later. Use it for AI video, Seedance generation, generative video, and cinematic clips from a prompt.",
|
|
485
2186
|
"method": "POST",
|
|
486
2187
|
"input_schema": {
|
|
487
2188
|
"type": "object",
|
|
@@ -515,35 +2216,73 @@ export const TOOLS = [
|
|
|
515
2216
|
{
|
|
516
2217
|
"name": "voice",
|
|
517
2218
|
"http_name": "voice",
|
|
518
|
-
"description": "(0.05 USDC/call)
|
|
2219
|
+
"description": "(0.05 USDC/call) Converts text to speech with 30+ voices and MP3/WAV/OPUS/AAC/FLAC output. Powered by Venice TTS (Kokoro/xAI/ElevenLabs/Orpheus/MiniMax). Use it as a TTS or voice synthesis API.",
|
|
519
2220
|
"method": "POST",
|
|
520
2221
|
"input_schema": {
|
|
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) Expands source images into YouTube thumbnail and video-cover canvases. Same Bria Expand backend as image-expand. Use it as a YouTube thumbnail expand API, video thumbnail outpaint, or 16:9 image extender.",
|
|
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
|
];
|