Uses of Class
bg.codexio.ai.openai.api.sdk.voice.speech.AIModelStage
-
Packages that use AIModelStage Package Description bg.codexio.ai.openai.api.sdk.voice.speech -
-
Uses of AIModelStage in bg.codexio.ai.openai.api.sdk.voice.speech
Methods in bg.codexio.ai.openai.api.sdk.voice.speech that return AIModelStage Modifier and Type Method Description static AIModelStageSpeech. throughHttp(SpeechHttpExecutor executor)Methods in bg.codexio.ai.openai.api.sdk.voice.speech that return types with arguments of type AIModelStage Modifier and Type Method Description static 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.
-