Skip to main content
Findable orchestrates all AI communication through LangChain, supporting 16 providers with a unified interface. Each provider has one or more API versions that control the endpoint format used.

Supported Providers

ProviderLangChain ClassDefault ModelAPI VersionsAuth
Azure AIChatOpenAI (v1 format)gpt-5.4v1 (stable), previewAPI Key or Managed Identity
OpenAIChatOpenAIgpt-5.4v1API Key
AnthropicChatAnthropicclaude-sonnet-4-202505142023-06-01API Key
Google GeminiChatGoogleGenerativeAIgemini-2.5-flashv1, v1beta, v1alphaAPI Key
xAI (Grok)ChatXAIgrok-4v1API Key
DeepSeekChatOpenAI (compatible)deepseek-chatv1API Key
PerplexityChatOpenAI (compatible)sonar-prov1API Key
MistralChatMistralAImistral-large-latestv1API Key
CohereChatCoherecommand-r-plusv1, v2API Key
GroqChatGroqllama-3.3-70b-versatilev1API Key
AWS BedrockChatBedrockConverseanthropic.claude-4-sonnet-20250514-v1:0v1AWS Credentials
OllamaChatOllamallama3.2v1None (local)
Fireworks AIChatFireworksllama-v3p1-405b-instructv1API Key
Together AIChatTogetherAILlama-3.3-70B-Instruct-Turbov1API Key
DeepInfraChatDeepInfraLlama-3.3-70B-Instructv1API Key
Prem AIChatPremgpt-4ov1API Key

Orchestrators

All orchestrators use LangChain for LLM calls:
OrchestratorSupported ProvidersDescription
LangChainAll 16 providersStandard chat with RAG, streaming, and citations
Flow DesignerAll 16 providersVisual workflow execution
MCPOpenAI, Azure AIModel Context Protocol tool orchestration
AI UtilityAll 16 providersBackground tasks (title generation, query refinement)

LangChain Packages