Plugin Directory

Changeset 3437261


Ignore:
Timestamp:
01/11/2026 10:21:34 PM (3 months ago)
Author:
primetimejas
Message:

Updating readme/assets from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kaigen/trunk/readme.txt

    r3428747 r3437261  
    33Tags:              block
    44Tested up to:      6.9
    5 Stable tag:        0.2.7
     5Stable tag:        0.2.8
    66License:           GPL-2.0-or-later
    77License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    2424Click the Generate Image button
    2525View/Edit the inserted image block (the alt text contains the prompt)
     26Use "Generate Alt Text" in the block inspector to describe the image
    2627
    2728Text to image generation times vary by quality, low quality can be ~1 second, medium quality ~10 seconds, and high quality ~30 seconds or more.
     
    3031== External Services ==
    3132
    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.
     33This 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".
    3334
    3435= OpenAI API =
    3536* 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 provider
    38 * API Endpoint: https://api.openai.com/v1/images/generations and https://api.openai.com/v1/images/edits
     37* 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
    3940* Terms of Service: https://openai.com/terms/
    4041* Privacy Policy: https://openai.com/privacy/
     
    4344= Replicate API =
    4445* 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 parameters
    46 * When data is sent: Only when you click "Generate Image" with a Replicate model selected as your provider
     46* 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
    4748* API Endpoint: https://api.replicate.com/v1/models/ and https://api.replicate.com/v1/predictions/
    4849* Terms of Service: https://replicate.com/terms
Note: See TracChangeset for help on using the changeset viewer.