ai-for-java / openai4j

Java client library for OpenAI API
Apache License 2.0
85 stars 35 forks source link

[FEATURE] Support OpenAI Audio API #20

Open objsgit opened 8 months ago

objsgit commented 8 months ago

Is your feature request related to a problem? Please describe. I want to use the audio API (https://platform.openai.com/docs/api-reference/audio) offered by OpenAI.

Describe the solution you'd like Support the audio API and provide examples of usage.

Describe alternatives you've considered An alternative might be to use https://github.com/TheoKanning/openai-java

Additional context Support for speech, transcriptions and translations as per the OpenAI audio API.