modelslab-image-generation

Generate AI images from text prompts or transform images via ModelsLab's v7 API.

10|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/ModelsLab/skills --skill modelslab-image-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: modelslab-image-generation
Source: https://github.com/ModelsLab/skills/tree/main/image-generation
Command: npx skills add https://github.com/ModelsLab/skills --skill modelslab-image-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate high-quality AI images from text prompts or transform existing images using ModelsLab's v7 API, enabling rapid creative output without specialized tooling.

Core Features & Use Cases

  • Text-to-image generation from prompts (text-to-image)
  • Image-to-image transformation and inpainting
  • Async result fetching via fetch endpoints
  • Supports 50,000+ models including FLUX, Realtime, and Community models
  • Ideal for product visuals, marketing graphics, concept art, and social media content creation

Quick Start

Provide a detailed prompt and optional parameters to generate an image using the ModelsLab API.

Frequently Asked Questions about modelslab-image-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate AI images from text prompts for marketing graphics?

To generate AI images from text prompts, you provide a detailed prompt and optional parameters to the API. This skill utilizes the ModelsLab v7 API to produce high-quality visuals suitable for product marketing and social media content.

Can I apply image-to-image transformations and inpainting to existing visuals?

Yes, image-to-image transformations and inpainting are fully supported. You can modify existing images by providing an input image alongside your prompt parameters, allowing targeted edits or complete style transfers.

Does this API support specific models like FLUX and Realtime for concept art generation?

Yes, the API supports over 50,000 models including FLUX, Realtime, and Community models. This extensive model library provides diverse style options for generating concept art and other design workflows.

What is the best way to retrieve asynchronous results from the image generation fetch endpoint?

The best way to retrieve asynchronous results is by calling the specific fetch endpoint provided by the API. This endpoint allows you to poll for and download your completed generated images once processing finishes.

Why does my AI image generation require a fetch endpoint instead of returning results immediately?

AI image generation uses an asynchronous fetch endpoint because rendering complex prompts with models like FLUX takes time. This architecture prevents timeout errors by allowing you to retrieve results once processing completes.