ReqLLM. Providers. Minimax. ImagesAPI
(ReqLLM v1.19.0)
View Source
MiniMax Images API driver.
Implements request/response handling for MiniMax image generation via the
native POST /v1/image_generation endpoint. MiniMax is not OpenAI-compatible
for images: the response is a flat data.image_urls[] / data.image_base64[]
shape and the request uses response_format: "url" | "base64".