Skip to main content
This feature is only available on Chainloop’s platform paid plans.

Overview

Chainloop integrates with Large Language Model (LLM) providers to power AI-driven policy evaluation, data analysis and more. AI providers can be registered from the Integrations page in your organization. Once configured, they are automatically used by LLM-driven policies and the chainloop.evidence_prompt builtin function. AI Provider integrations

Supported Providers

ProviderModelTypeDescription
AnthropicClaude Sonnet 4.5Direct APIConnect directly to Anthropic’s Claude API
OpenAIGPT-4.1Direct APIConnect directly to OpenAI’s API
OpenAIGPT-4.1Azure OpenAI (Microsoft Foundry)Connect to OpenAI models hosted on Microsoft Foundry
If you have both Anthropic and OpenAI registered, Anthropic will take precedence and be used as the default provider for LLM evaluations.

Anthropic

Register an Anthropic integration by providing your API key. Chainloop will use it to send evidence and prompts to Anthropic’s Claude models for evaluation. Registration fields:
FieldRequiredDescription
NameYesA unique name for this registration
DescriptionNoOptional description
Api KeyYesYour Anthropic API key

OpenAI

Register an OpenAI integration by providing your API key. This connects directly to OpenAI’s API. Registration fields:
FieldRequiredDescription
NameYesA unique name for this registration
DescriptionNoOptional description
Api KeyYesYour OpenAI API key

OpenAI on Microsoft Foundry

The OpenAI integration also supports connecting to Azure-hosted OpenAI models through Microsoft Foundry. To use Azure OpenAI, provide a custom endpoint pointing to your Azure OpenAI deployment alongside your API key. Registration fields:
FieldRequiredDescription
NameYesA unique name for this registration (e.g., “Azure OpenAI”)
DescriptionNoOptional description
EndpointNoYour Azure OpenAI endpoint URL (e.g., https://<resource>.openai.azure.com/)
Api KeyYesYour Azure OpenAI API key
The Endpoint field is what distinguishes a direct OpenAI registration from an Azure OpenAI one. When an endpoint is provided, Chainloop routes requests to your Azure deployment instead of the OpenAI API directly.