https://github.com/leodeveloper/dalle3
Image generation with DALL·E 3, dall-e-3
https://github.com/leodeveloper/dalle3
dall-e-3 dalle-3 generative-ai python
Last synced: 6 months ago
JSON representation
Image generation with DALL·E 3, dall-e-3
- Host: GitHub
- URL: https://github.com/leodeveloper/dalle3
- Owner: leodeveloper
- License: mit
- Created: 2024-05-15T09:53:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T10:11:05.000Z (over 1 year ago)
- Last Synced: 2024-05-16T00:22:38.508Z (over 1 year ago)
- Topics: dall-e-3, dalle-3, generative-ai, python
- Language: Python
- Homepage:
- Size: 3.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DALLE3 Image generation
Image generation with DALL·E 3, dall-e-3# Image Generations API
The Image Generations API allows you to create original images based on text prompts. It utilizes the DALL·E model, which can generate images of varying sizes.


## Usage
## Generations
The image generations endpoint allows you to create an original image given a text prompt. When using DALL·E 3, images can have a size of 1024x1024, 1024x1792 or 1792x1024 pixels.
By default, images are generated at standard quality, but when using DALL·E 3 you can set quality: "hd" for enhanced detail. Square, standard quality images are the fastest to generate.
You can request 1 image at a time with DALL·E 3 (request more by making parallel requests) or up to 10 images at a time using DALL·E 2 with the n parameter.
if you need any help leodeveloper@gmail.com