InferHoodInferHood

Images

Generate images from text prompts.

Note: The Images API is currently in active development and not available to all users.

POST /v1/images/generations

Creates an image given a prompt.

Supported Models

  • openai/dall-e-3
  • midjourney/v6 (Coming Soon)

Request Format

The standard OpenAI images generation format is supported.

Response Format

Responses will return a list of image URLs hosted temporarily, or base64 encoded data depending on request parameters.