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 +15 -3
- package/dist/assets/index-CBbvMt07.js +110 -0
- package/dist/assets/index-Crg5AR1Y.css +1 -0
- package/dist/index.html +2 -2
- package/package.json +25 -21
- package/dist/assets/index-BMppw81n.js +0 -621
- package/dist/assets/index-DeQIxsk0.css +0 -1
- package/docs/demo.mp4 +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Image Generator asset source
|
|
2
2
|
|
|
3
|
-
Generate images
|
|
3
|
+
Generate images with configured OpenAI or Google models and insert them directly into your DatoCMS project.
|
|
4
4
|
|
|
5
|
-
|
|
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.
|