📄️ Spring AI EmbeddingModel
In Spring AI Vector Embedding tutorial, learn what is a vector or embedding, how it helps in semantic searches, and how to generate embeddings using AI.
📄️ Spring AI ImageModel (Text-to-Image)
This Spring tutorial discusses the basics of Spring AI APIs for image generation using OpenAI’s DALL-E and Stability AI with examples.
📄️ Spring AI SpeechModel (Text-to-Speech)
In Spring AI, SpeechModel and StreamingSpeechModel interfaces allow to interact with Text-to-Speech APIs of supported LLMs such as tts-1 by OpenAI.
📄️ Spring AI Speech to Text Example
Spring AI currently supports only OpenAI’s and AzureOpenAI’s whisper model for speech transcription to JSON or TEXT files using OpenAiAudioTranscriptionModel class.