LogoLogo
IntroInstalling Dashboard
  • 🌐Distribute
    • Introducing DistributeAI
    • FAQ
  • 🪙Distribute For $DIS
    • Public Presale
    • Tokenomics
  • 📱Distribute For Consumers
    • Distribute.ai Discord Bot
      • Adding the bot to a server
      • Adding the bot as a user app
      • Bot Commands
      • Generation Buttons
      • Prompting Guide
    • Distribute.ai Dashboard
      • Statistics
      • Referrals
      • Account Settings
  • 🖥️Distribute For Inference Providers
    • Chrome Extension
      • Installing Extension
        • Enabling Chrome Flags
        • Chrome GPU Setup Guide
      • Updating the Extension
    • Desktop App
      • Installing Desktop App
      • Desktop App Debugging
        • Windows Debugging
        • MacOS Debugging
        • Linux Debugging
      • Desktop System Requirements
  • 🏢Distribute For Enterprise
    • Enterprise Inference API
      • Authentication
      • OpenAI Compatible API
        • Images
          • Generations
        • Chat
          • Completions
      • Async API
        • Chat
          • Chat Create
          • Chat Result
        • Images
          • Images Create
          • Images Result
    • Enterprise Compute Providers
Powered by GitBook
On this page
  1. Distribute For Enterprise
  2. Enterprise Inference API
  3. Async API

Images

PreviousChat ResultNextImages Create

Last updated 2 days ago

The Asynchronous Image Generation API enables non-blocking image creation from text prompts by allowing tasks to be queued and retrieved later. Submit a generation request via POST, and receive a task ID to poll or fetch the result once it's ready. This is ideal for high-throughput applications, user-submitted batch jobs, or environments where immediate responses aren’t practical. It ensures scalability, reliability, and flexibility for integrating advanced image generation into your workflows.

🏢
Images Create
Images Result