Skip to content

flux-illustrate (Coming Soon)

⚠️ This model is coming soon! This documentation is for preview purposes only. The API will be available in the near future.

flux-illustrate whips up custom illustrations instantly—great for designers and content creators.

Key Features

  • Styles: Cartoon, watercolor, sketch, anime, fantasy, and more
  • Generation Time: ~5 seconds
  • Customization: Multiple artistic styles to choose from
  • Usage: Perfect for graphics, presentations, and creative content

Endpoint

Our API follows the OpenAI-compatible format:

POST /v1/images/generations

Model Name

Use the following model identifier in your requests:

flux-illustrate

Parameters

  • model (string): The model identifier (“flux-illustrate”).
  • prompt (string): Detailed description of the desired illustration.
  • n (integer, optional): Number of images to generate (default: 1).
  • size (string, optional): Image size - “256x256”, “512x512”, or “1024x1024” (default: “1024x1024”).
  • style (string, optional): Artistic style - “cartoon”, “watercolor”, “sketch”, “anime”, “fantasy” (default: “cartoon”).
  • negative_prompt (string, optional): Description of elements to avoid in the image.
  • response_format (string, optional): Response format - “url” or “b64_json” (default: “url”).

Example Request

Terminal window
curl -X POST https://api.deeprequest.io/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "flux-illustrate",
"prompt": "A dog chasing a frisbee in a park.",
"n": 1,
"size": "1024x1024",
"style": "sketch"
}'

Example Response

{
"created": 1683642180,
"data": [
{
"url": "https://deeprequest.io/storage/images/dog-frisbee-12345.png"
}
]
}

Pricing details at Pricing.