datocms-plugin-dall-e-asset-source 0.1.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,17 @@
1
- # DALL-E asset source
1
+ # Image Generator asset source
2
2
 
3
- Generate images using DALL-E, and insert them directly inside your DatoCMS project.
3
+ Generate images with configured OpenAI or Google models and insert them directly into your DatoCMS project.
4
4
 
5
- An OpenAI API key is required for this plugin to work. You can generate it [from here](https://beta.openai.com/docs/quickstart/add-your-api-key).
5
+ ## Setup
6
+
7
+ 1. Install the plugin in DatoCMS.
8
+ 2. Add at least one provider API key in the plugin settings.
9
+ 3. Choose the default provider and model in plugin settings.
10
+ 4. Open the asset source, write a prompt, choose an aspect ratio, and generate an image.
11
+
12
+ ## Notes
13
+
14
+ - OpenAI generation models: `gpt-image-1.5`, `gpt-image-1`, and `gpt-image-1-mini`.
15
+ - Google generation model: `gemini-2.5-flash-image`.
16
+ - Generation requests are sent directly from the browser to the selected provider using the configured API key.
17
+ - This plugin only generates new assets from the asset source. Upload sidebar actions are not included.