aigptimage

Lightweight Elixir helpers for AI GPT Image API links, GPT Image 2 workflows, and the public MCP endpoint.

Install

Add aigptimage to your list of dependencies in mix.exs:

def deps do
[
{:aigptimage, "~> 0.1.0"}
]
end

Usage

Aigptimage.api_create_task_url()
Aigptimage.build_create_task_body("A clean ecommerce product photo on a white background")
Aigptimage.mcp_url()

This package is intentionally small. It provides stable metadata and request helpers for AI GPT Image, including GPT Image 2 style image generation workflows. It does not bundle a heavyweight SDK or hide the underlying API endpoints.

License

MIT