You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAI has finally launched support for audio modality in its chat completion API, both as input and as output.
We should start by supporting the input audio modality, in line with the existing APIs in Spring AI for multimodality.
The output audio modality can be supported at a lower level (OpenAiApi), but it will need some design discussions to surface it through the Spring AI abstractions.
* Extend OpenAiApi to support the latest version of the Chat Completion API, including input and output audio modality.
* Support input audio modality in OpenAiChatModel via the existing multimodality support in Spring AI.
Fixesspring-projectsgh-1560
OpenAI has finally launched support for audio modality in its chat completion API, both as input and as output.
We should start by supporting the input audio modality, in line with the existing APIs in Spring AI for multimodality.
The output audio modality can be supported at a lower level (
OpenAiApi
), but it will need some design discussions to surface it through the Spring AI abstractions.More information: https://platform.openai.com/docs/guides/audio
The text was updated successfully, but these errors were encountered: