OpenaiEx.Batches (openai_ex v0.9.4)

View Source

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

Summary

Functions

Cancels an in-progress batch.

Creates and executes a batch from an uploaded file of requests.

Lists your organization's batches.

Creates a new batch request

Retrieves a batch.

Functions

cancel(openai, list)

cancel!(openai, list)

Cancels an in-progress batch.

https://platform.openai.com/docs/api-reference/batch/cancel

create(openai, batch)

create!(openai, batch)

Creates and executes a batch from an uploaded file of requests.

https://platform.openai.com/docs/api-reference/batch/create

list(openai, opts \\ [])

list!(openai, opts \\ [])

Lists your organization's batches.

https://platform.openai.com/docs/api-reference/batch/list

new(args)

Creates a new batch request

retrieve(openai, list)

retrieve!(openai, list)

Retrieves a batch.

https://platform.openai.com/docs/api-reference/batch/retrieve