ReqLLM.Providers.OpenAI.ImagesAPI (ReqLLM v1.21.0)

View Source

OpenAI Images API driver.

A thin ReqLLM.Providers.OpenAI.API adapter over ReqLLM.Images.OpenAICompatible, which owns the encoding rules shared with every provider that speaks the same wire format. Option translation, validation, and body construction live there; this module only binds them to the OpenAI provider's endpoint driver contract.

Summary

Functions

Builds the Req :form_multipart keyword list for the /images/edits endpoint.

Functions

edit_image_form_multipart(opts)

Builds the Req :form_multipart keyword list for the /images/edits endpoint.

This function keeps the existing OpenAI adapter API while the shared codec owns the implementation.