India's First Swarm Collective Intelligence Network 🇮🇳

Fuse Models.Break Limits.

India's first swarm collective intelligence orchestration network. Fuse Gemini, NVIDIA NIM, DeepSeek, and your own models into one superior AI system that outperforms Claude Opus 4.6 — proprietary Indian technology, built by Indian developers.

CognyFlow - CognyFlow — Architect Intelligence. One API, every AI model. | Product HuntCognyFlow - CognyFlow — Architect Intelligence. One API, every AI model. | Product HuntCognyFlow - CognyFlow — Architect Intelligence. One API, every AI model. | Product Hunt
cognyflow gateway preview
Target Request PayloadPOST /api/chat

{"prompt": "Calculate exponential backoff jitter delay for 3 retries in Python", "stream": true}

Google Gemini 2.5 Flash
94ms TTFT
def get_delay(attempt, base=1.0, max_delay=30.0):
    delay = min(max_delay, base * (2 ** attempt))
    return delay * (0.5 + random.random())
Tokens/sec: 142.5Cost: $0.0001 / 1k
DeepSeek R2
87ms TTFT
import random, time
def jitter_backoff(attempt):
    temp = min(30, 1 * (2 ** attempt))
    return random.uniform(0, temp)
Tokens/sec: 118.0Cost: $0.00014 / 1k
Gemini 2.5 Flash·Llama 3.1 405B·Mistral Large 3.5·DeepSeek R2·Nemotron Ultra·Gemini 2.0 Pro·Llama 3.3 70B·Mistral Medium 3.5·DeepSeek V3·Custom vLLM Endpoints·Ollama REST Servers·Side-by-Side Benchmarks·Gemini 2.5 Flash·Llama 3.1 405B·Mistral Large 3.5·DeepSeek R2·Nemotron Ultra·Gemini 2.0 Pro·Llama 3.3 70B·Mistral Medium 3.5·DeepSeek V3·Custom vLLM Endpoints·Ollama REST Servers·Side-by-Side Benchmarks·
24+Model PresetsGemini, DeepSeek, NIM
<100msMedian LatencyInternal benchmark testing
0%Gateway MarkupBring your own API keys
Live
System Status →Checkable in real time

Architecture

Built for production control.

Standardized gateway routing, automatic failover chains, and encrypted key management without third-party markup.

Unified Gateway

One API endpoint across every provider. Swap models mid-session, chain providers, and set automatic failovers.

Real-Time Streaming

Token-by-token SSE delivery under 100ms TTFT in testing. Watch responses stream side-by-side.

AES-256 Key Vault

Your provider API keys encrypted at rest using AES-256-GCM. Zero plaintext logging or key sharing.

Live Benchmarking

Compare real-time latency, token speed, and output quality across models on identical prompts.

Custom REST Endpoints

Register vLLM, Ollama, TGI, or custom OpenAI-compatible servers with 1-click health check verification.

Smart Routing Rules

Configure fallback triggers by latency threshold or HTTP error codes. Keep your AI workflows resilient.

Honest Comparison

How CognyFlow stacks up

Every gateway platform has clear trade-offs. Here is an honest matrix comparing CognyFlow against OpenRouter, Portkey, and LiteLLM.

DimensionCognyFlow AI 🇮🇳OpenRouterPortkeyLiteLLM
Direct Keys (BYO API Key) Routing₹20/mo plan (0% token markup)~5-10% Token Markup$0.0008 / request after free tierFree OSS / Paid Self-Hosted Infra
Preset Model Catalog24+ Curated Presets200+ Open Marketplace Models ✓250+ Enterprise Providers ✓100+ Provider Adaptors ✓
Custom REST / vLLM RegistrationNative UI & Encrypted Key Storage ✓Limited (Hosted marketplace focus)Supported via Gateway Proxy ✓Supported via YAML Config ✓
Measured Gateway Latency OverheadSub-100ms (Direct streaming proxy)Variable global edge routing~50-100ms Observability proxySub-10ms (Self-hosted local proxy) ✓
Side-by-Side Live BenchmarkingBuilt-in UI Comparison Dashboard ✓Static public leaderboardEnterprise Observability Logs ✓Prometheus / Grafana Export

* Benchmark data measured in test environment across standard REST streaming payloads.

Transparent Pricing

No hidden fees. No pricing paywalls.

Understand exact tier limits pre-signup. Bring your own keys with zero gateway markup or use our free developer allocation.

Developer Free

₹0/ forever

Ideal for testing gateway routing and experimenting with multi-model streaming.

  • 15,000 monthly gateway tokens
  • Access to 24+ preset models
  • Up to 3 custom endpoint registrations
  • Standard fallback routing
  • Community support
Start free
Recommended

Direct Keys (BYOK)

₹20/ month

Connect your existing provider API keys with zero token markup and unlimited throughput.

  • Direct Keys (BYO API key) routing — ₹20/mo
  • 0% gateway token markup
  • Unlimited requests & tokens
  • Unlimited custom REST / vLLM endpoints
  • AES-256 encrypted key storage
  • Smart failover & cost rules
  • Side-by-side live latency benchmarks
Start with Direct Keys

Enterprise

Custom/ contact sales

Dedicated proxy deployments, custom SLAs, and custom router logic for teams.

  • Dedicated gateway infrastructure
  • Custom SLA & uptime guarantee
  • Custom routing & guardrail logic
  • Role-based team access control
  • Audit logging & compliance support
Talk to team

Model Ecosystem

24+ Curated Presets

Browse full catalog
Google
Gemini 2.5 Flash
NVIDIA
Llama 3.1 405B
Mistral
Mistral Large
DeepSeek
DeepSeek R2
NVIDIA
Nemotron Ultra
vLLM / REST
Custom Endpoint

Integration

One endpoint.
Every model.

Type-safe, streaming-first, OpenAI-compatible REST surface. Swap models or configure fallback handlers in minutes.

  • TypeScript & Python SDK compatibility
  • Standardized OpenAI request/response format
  • Configurable failover retry policies
  • AES-256 encrypted API key vault
router.ts
import { CognyFlow } from '@cognyflow/sdk';

const gateway = new CognyFlow({ apiKey: 'CF_KEY_...' });

const stream = await gateway.stream({
  model: 'gemini-2.5-flash',
  fallback: 'deepseek-r2',
  prompt: 'Analyze prompt...',
});

for await (const chunk of stream) {
  process.stdout.write(chunk); // streamed ✓
}
Made in India 🇮🇳 · Transparent Gateway Pricing

Ready to unify your AI stack?

Route across Gemini, DeepSeek, NVIDIA NIM, and custom endpoints with zero gateway markup.