Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Srijan-D/DALLE3/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Description
This function uses GPT-3.5 Turbo Instruct to generate random, creative text prompts that can be used for DALL-E image generation. The prompts include details about genre, style, and artistic approach.Request
No parameters required. This is a simple GET request.Response
A randomly generated text prompt suitable for DALL-E image generation. The prompt includes artistic details such as genre, style (oil painting, watercolor, photo-realistic, 4K, abstract, modern, black and white, etc.).
Behavior
- Sends a request to GPT-3.5 Turbo Instruct with a specific prompt template
- Uses a high temperature (0.9) to ensure creative and varied responses
- Generates up to 100 tokens for the suggestion
- Returns the generated text prompt without quotes