Skip to content

Commit 14138f4

Browse files
authored
docs(ai): add upscale api reference (#590)
* docs(ai): add upscale api reference, add upscaling to configuration example
1 parent 35afafc commit 14138f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ai/orchestrators/models-config.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ currently **recommended** models and their respective prices.
2727
"model_id": "ByteDance/SDXL-Lightning",
2828
"price_per_unit": 4768371
2929
},
30+
{
31+
"pipeline": "upscale",
32+
"model_id": "stabilityai/stable-diffusion-x4-upscaler",
33+
"price_per_unit": 4768371,
34+
}
3035
{
3136
"pipeline": "image-to-video",
3237
"model_id": "stabilityai/stable-video-diffusion-img2vid-xt-1-1",

mint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,8 @@
564564
"pages": [
565565
"ai/api-reference/text-to-image",
566566
"ai/api-reference/image-to-image",
567-
"ai/api-reference/image-to-video"
567+
"ai/api-reference/image-to-video",
568+
"ai/api-reference/upscale"
568569
]
569570
}
570571
]

0 commit comments

Comments
 (0)