Skip to main content
Connect external models or use Adaptive with LangChain.

External Models

Connect proprietary models (OpenAI, Azure, Google, Anthropic, NVIDIA NIM) to use them through the Adaptive API with interaction and feedback logging.

OpenAI (Direct)

Supported model IDs: GPT4O, GPT4O_MINI, GPT4, GPT4_TURBO, GPT3_5_TURBO

Azure OpenAI

The external_model_id is your deployment name, and endpoint is your Azure OpenAI subscription endpoint.

Google

Supported models: Gemini model variations (excluding embeddings).

Anthropic

Use the model ID from Anthropic’s API documentation as the external_model_id. Once connected, attach the model to a use case and make inference requests like any other model.

LangChain

Adaptive is compatible with LangChain chat model classes.

ChatOpenAI

ChatGoogleGenerativeAI