One general InTouch AI does what a rack of specialized older connectors can't — and. Every provider is a first-class tool — scheduled, triggered, monitored, retried, error-handled. Exactly like SQL or FTP. No SDK zoo, no adapter sprawl. Five providers share a common engine with PII redaction and JSON schema validation built in. Swap the provider by changing one field; the workflow stays the same.
OpenAI
GPT-4o with JSON response format, Azure compatibility, and organization support. The reference provider for the OpenAI-compatible engine.
Mistral AI
French AI with Codestral for code generation, mistral-large for reasoning, mistral-small for fast classification. Strong multilingual capabilities.
Groq
Sub-second inference on custom LPU hardware. Free tier available. Ideal for real-time classification, high-throughput batch processing, and cost-sensitive pre-processing.
DeepSeek
Chain-of-thought reasoning with deepseek-reasoner. Dedicated code model. Competitive pricing for general-purpose work.
xAI (Grok)
Less restrictive content policies. Provider fallback when others decline requests in specific domains.
Google Gemini
Gemini 2.5 Pro and Flash with thinking mode. Google's AI capabilities directly in your automation.
Ollama (Local)
Free, private, no API key. Any installed model — Llama, Mistral, CodeLlama, Gemma, Phi, Qwen. Zero data leaves your network.
OpenRouter
One key reaches every model. The live catalog across vendors, addressed by slug — anthropic/claude-sonnet-4.5, openai/gpt-5.1. Switching models is editing a string.
Hugging Face
500,000+ open-source models. 10 NLP tools: classification, NER, summarization, translation, QA, embeddings, and more. Free tier for most models.
PII Redaction — Built Into Every Provider
Before any prompt leaves your network, sensitive data is replaced with [REDACTED]. Five built-in patterns — SSN, email, phone, credit card, IPv4 — plus custom regex. Works identically across OpenAI, Mistral, Groq, DeepSeek, and xAI. Redaction count logged in the audit trail.
Output Validation with Auto-Retry
This is the contract's "what to do when it doesn't work" clause, made intelligent. Set a JSON Schema on any AI tool. The engine validates every response — required fields, type checking, structure. Validation fails, it reads the error, re-sends the prompt with the error appended, and corrects itself. Up to 6 attempts. Structured JSON that fixes itself. No human in the loop. A dumb rule could never do that.