Uses of Class
bg.codexio.ai.openai.api.sdk.voice.speech.AIModelStage
Packages that use AIModelStage
-
Uses of AIModelStage in bg.codexio.ai.openai.api.sdk.voice.speech
Methods in bg.codexio.ai.openai.api.sdk.voice.speech that return AIModelStageModifier and TypeMethodDescriptionstatic AIModelStageSpeech.throughHttp(SpeechHttpExecutor executor) Methods in bg.codexio.ai.openai.api.sdk.voice.speech that return types with arguments of type AIModelStageModifier and TypeMethodDescriptionstatic HttpBuilder<AIModelStage> Speech.authenticate(HttpExecutorContext context) static HttpBuilder<AIModelStage> Speech.authenticate(SdkAuth auth) Authenticates against OpenAI API with an implementation ofSdkAuth.static HttpBuilder<AIModelStage> Speech.defaults()Authenticates against OpenAPI with the first success fromFromEnvironmentandFromJson
authentication methods.