OpenaiEx.Images (openai_ex v0.9.4)

View Source

This module provides an implementation of the OpenAI images API. The API reference can be found at https://platform.openai.com/docs/api-reference/images.

Summary

Functions

create_variation(openai, image_variation)

create_variation!(openai, image_variation)

Calls the image variation endpoint.

See the OpenAI API Create Image Variation reference for more information.

edit(openai, image_edit)

edit!(openai, image_edit)

Calls the image edit endpoint.

See the OpenAI API Create Image Edit reference for more information.

generate(openai, image)

generate!(openai, image)

Calls the image generation endpoint.

See the OpenAI API Create Image reference for more information.