Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions agents-api/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,6 @@ Agents API uses dedicated limiters. All responses include `X-RateLimit-Remaining
<Card title="Subscriptions" href="/agents-api/subscriptions">
Discover plans, pay-as-you-go options, direct headless subscriptions, and manage subscription lifecycle.
</Card>
<Card title="Training" href="/agents-api/training">
Start and monitor model training and fine-tuning jobs.
</Card>
<Card title="Servers" href="/agents-api/servers">
Deploy and manage custom/enterprise dedicated servers.
</Card>
<Card title="Uploads" href="/agents-api/uploads">
Presigned URL and base64 file uploads for training and generation.
</Card>
<Card title="Teams" href="/agents-api/teams">
Team members, invites, and invitation acceptance.
</Card>
Expand Down
2 changes: 1 addition & 1 deletion error-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Not all non-success responses are errors. Some indicate the request is still pro
}
```

Use the [fetch endpoint](/general-api/fetch-image) to check the status of processing requests.
Use the [fetch endpoint](/image-generation/community-models/dreambooth-fetch-queue-image) to check the status of processing requests.

## Getting Help

Expand Down
2 changes: 1 addition & 1 deletion image-editing/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description: "AI image editing API for face generation, inpainting, outpainting,
<span className="badge-new">NEW</span>
</div>
</Card>
<Card title="Flux Kontext Dev" href="/image-generation/flux_kontext/flux-kontext-img-to-image">
<Card title="Flux Kontext Dev" href="/image-editing/flux-kontext-img-to-image">
Edit image from text based using flux kontext model.
</Card>
<Card title="Fashion" href="/image-editing/fashion" img="">
Expand Down
4 changes: 2 additions & 2 deletions image-generation/flux/flux-text-to-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ When you receive a processing response, use the [Fetch endpoint](/image-generati
## Related Endpoints

<CardGroup cols={2}>
<Card title="Image to Image" icon="image" href="/image-generation/flux/flux-img2img">
Transform existing images with FLUX
<Card title="Image to Image" icon="image" href="/image-generation/community-models/dreambooth-image-to-image">
Transform existing images with a FLUX model ID
</Card>
<Card title="Fetch Results" icon="download" href="/image-generation/community-models/dreambooth-fetch-queue-image">
Retrieve results for processing requests
Expand Down
3 changes: 0 additions & 3 deletions image-generation/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ description: "Generate stunning AI images with 10,000+ Stable Diffusion models,
<Card title="Pony Models" href='/image-generation/pony-models/overview'>
Generate high-quality images with Pony models.
</Card>
<Card title="NanoBanana Lite" href='/image-generation/nanobanana-lite-pretrained/overview'>
Generate images with the NanoBanana Lite Pretrained model.
</Card>
<Card title="Community Models" href='/image-generation/community-models/overview'>
Collection of APIs that lets you use Community LoRA Models and many more.
</Card>
Expand Down
3 changes: 0 additions & 3 deletions release-notes/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ description: "Latest updates, new features, bug fixes, and improvements to the M
<Card title="API" icon="code" href="/release-notes/api">
Discover the latest enhancements, new features, and bug fixes for ModelsLab’s API.
</Card>
<Card title="Playground" icon="play" href="/release-notes/playground">
Explore the new capabilities and improvements in the ModelsLab Playground.
</Card>
</Columns>
2 changes: 1 addition & 1 deletion video-api/video-to-video.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hidden: true
### Video to Video
Generate videos from video.

![Video to Video Example](/images/video-api/assets/images/Image-to-video-06907dcc4363b727c589be0243af41f4.jpg)
![Video to Video Example](/images/video-api/assets/images/Image_to_video_modelslab.jpg)


## Request
Expand Down