All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.devlive.sdk.openai.model.ProviderModel Maven / Gradle / Ivy

Go to download

Provides an easy-to-use SDK for Java developers to interact with the APIs of open AI models.

There is a newer version: 2024.01.3
Show newest version
package org.devlive.sdk.openai.model;

public enum ProviderModel
{
    /**
     * Open AI
     * https://openai.com
     */
    OPENAI,
    /**
     * Azure OpenAI service
     * https://oai.azure.com/portal
     */
    AZURE,
    /**
     * A next-generation AI assistant for your tasks, no matter the scale
     * https://www.anthropic.com/product
     */
    CLAUDE,
    /**
     * Google PaLM
     * https://makersuite.google.com
     */
    GOOGLE_PALM
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy