Changeset 3437261
- Timestamp:
- 01/11/2026 10:21:34 PM (3 months ago)
- File:
-
- 1 edited
-
kaigen/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kaigen/trunk/readme.txt
r3428747 r3437261 3 3 Tags: block 4 4 Tested up to: 6.9 5 Stable tag: 0.2. 75 Stable tag: 0.2.8 6 6 License: GPL-2.0-or-later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 24 24 Click the Generate Image button 25 25 View/Edit the inserted image block (the alt text contains the prompt) 26 Use "Generate Alt Text" in the block inspector to describe the image 26 27 27 28 Text to image generation times vary by quality, low quality can be ~1 second, medium quality ~10 seconds, and high quality ~30 seconds or more. … … 30 31 == External Services == 31 32 32 This plugin connects to third-party AI image generation services to create images based on your prompts. No data is sent to these services without your explicit action - images are only generated when you click the "Generate Image" button.33 This plugin connects to third-party AI services to generate images and alt text. No data is sent to these services without your explicit action - images are only generated when you click "Generate Image", and alt text is only generated when you click "Generate Alt Text". 33 34 34 35 = OpenAI API = 35 36 * What it is: OpenAI's image generation service 36 * What data is sent: Your text prompt and selected image parameters (size, quality, etc.)37 * When data is sent: Only when you click "Generate Image" with OpenAI selected as your provider38 * API Endpoint: https://api.openai.com/v1/images/generations and https://api.openai.com/v1/images/edits37 * What data is sent: Your text prompt, selected image parameters (size, quality, etc.), and image data for alt text generation 38 * When data is sent: Only when you click "Generate Image" or "Generate Alt Text" with OpenAI selected as your provider 39 * API Endpoint: https://api.openai.com/v1/images/generations, https://api.openai.com/v1/images/edits, and https://api.openai.com/v1/responses 39 40 * Terms of Service: https://openai.com/terms/ 40 41 * Privacy Policy: https://openai.com/privacy/ … … 43 44 = Replicate API = 44 45 * What it is: Replicate's machine learning model hosting service for various AI image generation models 45 * What data is sent: Your text prompt and selected model parameters46 * When data is sent: Only when you click "Generate Image" with a Replicate modelselected as your provider46 * What data is sent: Your text prompt, selected model parameters, and image data for alt text generation 47 * When data is sent: Only when you click "Generate Image" or "Generate Alt Text" with Replicate selected as your provider 47 48 * API Endpoint: https://api.replicate.com/v1/models/ and https://api.replicate.com/v1/predictions/ 48 49 * Terms of Service: https://replicate.com/terms
Note: See TracChangeset
for help on using the changeset viewer.