We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35afafc commit 14138f4Copy full SHA for 14138f4
ai/orchestrators/models-config.mdx
@@ -27,6 +27,11 @@ currently **recommended** models and their respective prices.
27
"model_id": "ByteDance/SDXL-Lightning",
28
"price_per_unit": 4768371
29
},
30
+ {
31
+ "pipeline": "upscale",
32
+ "model_id": "stabilityai/stable-diffusion-x4-upscaler",
33
+ "price_per_unit": 4768371,
34
+ }
35
{
36
"pipeline": "image-to-video",
37
"model_id": "stabilityai/stable-video-diffusion-img2vid-xt-1-1",
mint.json
@@ -564,7 +564,8 @@
564
"pages": [
565
"ai/api-reference/text-to-image",
566
"ai/api-reference/image-to-image",
567
- "ai/api-reference/image-to-video"
+ "ai/api-reference/image-to-video",
568
+ "ai/api-reference/upscale"
569
]
570
}
571
0 commit comments