> ## Documentation Index
> Fetch the complete documentation index at: https://kb.vinfer.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# VInfer AI Platform: Neuron and NeuronLens Explained

> Understand VInfer AI's two-product architecture — Neuron for voice automation and NeuronLens for post-call analytics — and how they work together.

VInfer AI is structured around two complementary products that cover the full lifecycle of a customer call: **Neuron** automates the conversation itself, and **NeuronLens** analyzes it afterward. Together, they give you a closed loop — Neuron generates calls, NeuronLens surfaces insights from those calls, and those insights feed back into improving how Neuron performs the next batch. This page explains the architecture, the technology underneath, and what each product does in depth.

## The Two-Product Architecture

At its core, VInfer AI separates **real-time voice execution** (Neuron) from **post-call intelligence** (NeuronLens). Both products share the same underlying voice-native AI engine and the same API surface, but they solve different problems in your workflow.

```
┌─────────────────────────────────────────────────┐
│                  VInfer AI Platform             │
│                                                 │
│   ┌──────────────┐       ┌──────────────────┐   │
│   │   Neuron     │──────▶│   NeuronLens     │   │
│   │ Voice Agents │ calls │ Post-Call Intel  │   │
│   └──────────────┘       └──────────────────┘   │
│          ▲                        │             │
│          └────── Insights ────────┘             │
└─────────────────────────────────────────────────┘
```

Campaigns you run in Neuron automatically flow into NeuronLens for post-call analysis. QA trends, script-gap findings, and sentiment patterns discovered by NeuronLens flow back to your Neuron script configurations so every campaign is sharper than the last.

## The Technology Underneath

VInfer AI is not a text-based LLM with a speech wrapper bolted on. It is built from the ground up for voice.

<CardGroup cols={2}>
  <Card title="Voice-Native LLM" icon="brain-circuit">
    The core model is optimized for real-time spoken language — it reasons at the conversation level, tracking context, intent, and emotional state across an entire call, not just the last utterance.
  </Card>

  <Card title="Best-in-Class STT & TTS" icon="waveform-lines">
    Speech-to-text and text-to-speech layers are tuned for Indian telephony conditions — 8kHz audio, GSM compression, overlapping speech, background noise, and heavy regional accents.
  </Card>

  <Card title="Real-World Training Data" icon="database">
    Models are trained and fine-tuned on real contact-center conversations across BFSI, logistics, EdTech, and healthcare domains — not generic web text or clean studio recordings.
  </Card>

  <Card title="Conversation-Level Reasoning" icon="comments">
    Every analysis and response is grounded in the full conversation context, not isolated turn-by-turn transcript analysis. This means the system understands intent that evolves over multiple exchanges.
  </Card>
</CardGroup>

***

## Neuron — AI Voice Agents

Neuron deploys autonomous voice agents that carry end-to-end customer conversations, fully replacing or augmenting human agents for high-volume, repeatable call types.

### What Neuron Does

<CardGroup cols={2}>
  <Card title="Outbound Campaign Automation" icon="phone-arrow-up-right">
    Launch collections, lead qualification, appointment reminders, and customer re-engagement campaigns. Each agent follows your business logic, handles objections in real time, and logs every outcome.
  </Card>

  <Card title="Inbound Call Handling" icon="phone-arrow-down-left">
    Answer and resolve inbound queries using context-aware conversation flows — no hold time, no IVR mazes. Customers get natural, responsive interactions from the first ring.
  </Card>

  <Card title="Multilingual Conversations" icon="language">
    Agents converse naturally in the customer's preferred language, including mid-call language switches, without any manual routing or language-detection delay.
  </Card>

  <Card title="Business-Logic Aware Flows" icon="sitemap">
    Flows are tuned to domain-specific scenarios: EMI collection, loan disbursement follow-up, student counselling, delivery reschedule, patient follow-up, and more — not generic chatbot templates.
  </Card>

  <Card title="Automatic Dispositions" icon="tags">
    Every call ends with a structured disposition logged automatically — payment committed, callback requested, wrong number, DND, escalation required — with no manual agent wrap-up.
  </Card>

  <Card title="CRM Logging" icon="address-book">
    Call summaries, dispositions, customer responses, and extracted entities sync to your CRM in real time via REST API or native connector, keeping your records always current.
  </Card>

  <Card title="Human Fallback & Handover" icon="headset">
    When a call exceeds the agent's configured scope or the customer explicitly requests a human, Neuron transfers the call cleanly and passes full conversation context to the receiving agent.
  </Card>

  <Card title="Supervisor Dashboard" icon="display-chart-up">
    Monitor live campaign progress, call outcomes, and agent performance from a real-time dashboard — drill into individual calls, pause campaigns, or adjust retry logic on the fly.
  </Card>
</CardGroup>

***

## NeuronLens — Post-Call Intelligence

NeuronLens processes recorded conversations — from Neuron campaigns or your existing telephony stack — and transforms them into structured, searchable, and actionable intelligence.

### What NeuronLens Does

<CardGroup cols={2}>
  <Card title="Automated Transcription" icon="closed-captioning">
    Generate accurate, speaker-separated transcripts for calls in any supported language or dialect, including calls with code-switching between languages.
  </Card>

  <Card title="Smart Call Summaries" icon="file-lines">
    Every call gets a concise, structured summary — key topics discussed, customer sentiment, commitments made, and next actions required — generated automatically, no manual review needed.
  </Card>

  <Card title="Sentiment & Intent Analysis" icon="face-smile">
    Understand how your customers felt and what they actually wanted — at the conversation level. Track sentiment shifts within a call and aggregate trends across campaigns or time periods.
  </Card>

  <Card title="QA Scoring" icon="star-half-stroke">
    Score calls against custom quality parameters you define: greeting adherence, product pitch accuracy, empathy, objection handling, resolution rate, and more — consistently and at scale.
  </Card>

  <Card title="Compliance & Script Adherence" icon="shield-check">
    Automatically flag calls where mandatory disclosures were skipped, prohibited phrases were used, or regulatory scripts weren't followed — before a compliance audit finds them.
  </Card>

  <Card title="Missed Revenue & Risk Flags" icon="triangle-exclamation">
    Surface calls where upsell opportunities were missed, customer churn signals appeared, or high-value leads weren't escalated — so your team can act, not just report.
  </Card>

  <Card title="Agent Performance Coaching" icon="chalkboard-user">
    Identify which agents need coaching on specific skills using consistent, data-driven scoring — not subjective spot-checks. Generate targeted feedback reports per agent or team.
  </Card>

  <Card title="Searchable Conversation History" icon="magnifying-glass">
    Query your entire call archive by topic, outcome, agent, sentiment, language, date range, or any custom tag — instantly, at any scale, without listening to recordings.
  </Card>
</CardGroup>

***

## How Neuron and NeuronLens Work Together

The most powerful use of VInfer AI comes from running both products in an integrated loop.

<Steps>
  <Step title="Neuron Runs Campaigns">
    You configure a Neuron campaign — contacts, script, language, retry logic — and launch it. Neuron's voice agents call each contact, carry natural conversations, and log outcomes in real time.
  </Step>

  <Step title="Calls Flow into NeuronLens">
    Every completed call from a Neuron campaign is automatically forwarded to NeuronLens for post-call processing. You don't need to upload recordings manually or configure a separate pipeline.
  </Step>

  <Step title="NeuronLens Surfaces Insights">
    NeuronLens generates transcripts, summaries, QA scores, and compliance flags for each call. Aggregate dashboards show you how the campaign performed across all dimensions — language, sentiment, script adherence, and outcomes.
  </Step>

  <Step title="Insights Improve the Next Campaign">
    Script gaps identified by NeuronLens — objections your agent didn't handle well, phrases that correlated with call drops, or compliance language that was frequently skipped — feed directly into your Neuron script revisions, so the next campaign performs better.
  </Step>
</Steps>

<Tip>
  You can also use NeuronLens independently — feed it recordings from your existing human agent teams or third-party dialers, and get the same post-call intelligence without needing to run Neuron campaigns.
</Tip>

***

## API-First Integration

Every capability in VInfer AI is exposed through a RESTful API and event-driven webhooks. You integrate VInfer AI with your existing stack — you don't replace it.

<CardGroup cols={2}>
  <Card title="REST API" icon="brackets-curly">
    Launch campaigns, submit recordings, retrieve transcripts, pull QA scores, and manage configurations programmatically. Full OpenAPI spec available in the API Reference.
  </Card>

  <Card title="Webhooks" icon="webhook">
    Subscribe to real-time events — call completed, disposition logged, transcription ready, QA score published — and push data directly into your CRM, data warehouse, or alerting system.
  </Card>

  <Card title="CRM Connectors" icon="plug">
    Native connectors for popular CRM and contact-center platforms, plus a generic webhook integration for custom systems. Map VInfer AI dispositions and summaries to your own data fields.
  </Card>

  <Card title="Dialer & Telephony Integration" icon="phone-office">
    Bring your own telephony infrastructure. VInfer AI integrates with SIP trunks, cloud dialers, and contact-center platforms — Neuron can operate on top of your existing number inventory.
  </Card>
</CardGroup>

***

## Supported Languages and Dialects

VInfer AI supports 25+ languages and regional variants, with models trained specifically on contact-center audio for each.

| Language                    | Code    | Region                    |
| --------------------------- | ------- | ------------------------- |
| Hindi                       | `hi-IN` | Pan-India                 |
| Tamil                       | `ta-IN` | Tamil Nadu, Sri Lanka     |
| Telugu                      | `te-IN` | Andhra Pradesh, Telangana |
| Marathi                     | `mr-IN` | Maharashtra               |
| Kannada                     | `kn-IN` | Karnataka                 |
| Bengali                     | `bn-IN` | West Bengal, Bangladesh   |
| Gujarati                    | `gu-IN` | Gujarat                   |
| Punjabi                     | `pa-IN` | Punjab                    |
| Malayalam                   | `ml-IN` | Kerala                    |
| Odia                        | `or-IN` | Odisha                    |
| English (India)             | `en-IN` | Pan-India                 |
| English (US)                | `en-US` | North America             |
| English (UK)                | `en-GB` | United Kingdom            |
| Additional global languages | —       | Available on request      |

<Info>
  All Indian language models are trained to handle code-switching — for example, a Hindi conversation that naturally incorporates English financial terminology, or a Tamil call that includes English product names. You don't need to configure language mixing explicitly; the platform detects and handles it automatically.
</Info>

***

## What's Next

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="rocket" href="/quickstart">
    Get your API key and make your first Neuron or NeuronLens API call in under five minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore every endpoint, authentication method, and response schema in the full API docs.
  </Card>
</CardGroup>
