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