AI Services Integrations (Secure Vault)
OpenAI and Perplexity via Secure Vault — for when you need the API directly, not via LangChain nodes.
Written By pvdyck
Last updated 16 days ago
AI Services Integrations (Secure Vault)
These AI service integrations connect via Secure Vault API key management for direct API access — useful when you need raw API calls rather than the LangChain node wrappers.
Supported Services
- OpenAI (Secure Vault) — Direct API access for completions, embeddings, images
- Perplexity — Web-search-augmented AI completions
When to Use This vs LangChain Nodes
Use these Secure Vault integration when you need:
- Raw API calls to OpenAI (e.g., embeddings, image generation)
- Perplexity's web search capability
Use OpenRouter Chat Model for standard chat completions inside an Agent or Chain.