Share via


AIFoundryModel.OpenAI.Tts Field

Definition

TTS is a model that converts text to natural sounding speech. TTS is optimized for realtime or interactive scenarios. For offline scenarios, TTS-HD provides higher quality. The API supports six different voices. Max request data size: 4,096 chars can be converted from text to speech per API request. ## Model Variants - TTS: optimized for speed. - TTS-HD: optimized for quality.

public static readonly Aspire.Hosting.Azure.AIFoundryModel Tts;
 staticval mutable Tts : Aspire.Hosting.Azure.AIFoundryModel
Public Shared ReadOnly Tts As AIFoundryModel 

Field Value

Applies to