Update getting-started doc

This commit is contained in:
Ricken Bazolo
2024-03-21 11:52:00 +01:00
committed by Christian Tzolov
parent f41d737f0e
commit b746195c0c
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
[[Speech]]
= Speech API
= Text-To-Speech (TTS) API
Spring AI provides support for OpenAI's Speech API.
When additional providers for Speech are implemented, a common `SpeechClient` and `StreamingSpeechClient` interface will be extracted.

View File

@@ -158,6 +158,14 @@ Each of the following sections in the documentation shows which dependencies you
** xref:api/image/openai-image.adoc[OpenAI Image Generation]
** xref:api/image/stabilityai-image.adoc[StabilityAI Image Generation]
=== Transcription Models
* xref:api/transcriptions.adoc[]
** xref:api/transcriptions/openai-transcriptions.adoc[OpenAI Transcriptions]
=== Text-To-Speech (TTS) Models
* xref:api/speech.adoc[]
** xref:api/speech/openai-speech.adoc[OpenAI Text-To-Speech]
=== Vector Databases
* xref:api/vectordbs.adoc[Vector Database API]
** xref:api/vectordbs/azure.adoc[ Azure Vector Search] - The https://learn.microsoft.com/en-us/azure/search/vector-search-overview[Azure] vector store.