OpenaiEx.Audio.Transcription (openai_ex v0.9.4)

View Source

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

Summary

Functions

Calls the audio transcription endpoint.

Creates a new audio request with the given arguments.

Functions

create(openai, audio)

create!(openai, audio)

Calls the audio transcription endpoint.

See https://platform.openai.com/docs/api-reference/audio/createTranscription for more information.

new(args)

Creates a new audio request with the given arguments.