The short answer
Verdict
Do not train a custom model for v1. Build a retrieval-grounded clinical agent on a frontier API model, with a separately-engineered safety layer and a human escalation path. Fine-tuning becomes worth discussing only after you own 12–18 months of your own conversation data — and even then it buys you style, tone and Malayalam fluency, not clinical knowledge.
Your instinct that off-the-shelf models give no differentiated value is half right. A raw model with a system prompt is worth nothing — it is a commodity anyone clones in a weekend. But the missing ingredient is not weights. It is structure: a validated assessment protocol, a curated and citable resource corpus, a crisis-detection layer that works, and a referral network of real clinicians. All four are product work, not training work.
That last row is the whole argument. Model inference is a rounding error against the price of the service you are selling. Spending six figures on training to shave a cost that is already 2–6% of revenue is the classic first-time-founder trap.
Restating the idea, sharply
You described this loosely. Here is the tightened version you can put in front of a clinician, an investor, or an engineer without it being picked apart.
The problem
India has roughly 0.75 psychiatrists per 100,000 people88,90 and a treatment gap above 83% for common mental disorders.88,89 Kerala is the best-served state in the country at ~1.2 per lakh88, and it is still nowhere near enough. People who need help do not know what they have, what kind of help matches it, or who near them is qualified to give it. The bottleneck is not only therapy hours — it is triage.
The product
A conversational system that conducts a structured, evidence-based psychological intake in the user's own language; produces a defensible formulation of what the person is experiencing and how severe it is; and then routes them — to self-directed evidence-based material, to a licensed human clinician, or to a crisis service — with the reasoning shown.
What it explicitly is not, in v1
- It does not diagnose. It screens and formulates, then says so.
- It does not deliver therapy autonomously. That framing is already illegal in three US states65,67 and legally murky in India.60
- It does not replace the clinician. It fills the 167 hours a week the clinician isn't there94, and gets the right people into the clinician's 1 hour faster.
Positioning is a technical constraint, not marketing
The word you pick — "therapy", "counselling", "assessment", "wellness" — determines whether you are a medical device under CDSCO's 2026 software guidance60,61, whether you can legally launch in Illinois65, and whether your professional indemnity is writable. Decide it at architecture time. See §10.
Three routes, honestly compared
| Route | What it actually gives you | Cost to first usable build | Verdict |
|---|---|---|---|
| A. Prompted frontier model Claude / GPT / Gemini + system prompt |
Excellent language, empathy and reasoning. Zero clinical grounding, zero citations, zero control over what it recommends. Hallucinates a treatment plan as fluently as it writes a poem. | ₹0 setup | Not alone |
| B. Custom-trained / fine-tuned model Full pre-train, or LoRA/QLoRA on an open model |
Fine-tuning teaches behaviour and voice, not facts. Published work is clear that unsupervised fine-tuning underperforms retrieval for injecting knowledge, and over-tuning causes catastrophic forgetting. A fine-tune cannot cite its source — fatal in a clinical product.21,23 | ₹3.6L – 3 cr | Not v1 |
| C. RAG + agentic orchestration Frontier model + curated corpus + tools + guardrails |
Answers are grounded in documents you chose and can defend. Updating clinical guidance is a re-index, not a retrain. Every claim is traceable to a source, which is exactly what a regulator, a clinician advisor and an insurer will ask for. | Eng time only | Build this |
Why the fine-tuning instinct is wrong here specifically
The comparative literature is unusually consistent: retrieval beats unsupervised fine-tuning for knowledge injection, both for knowledge the model saw in training and for genuinely new knowledge21,22, because retrieval supplies context relevant to the question rather than diffusing facts into weights. Benchmarks of commercial fine-tuning APIs find the same thing — they are poor at infusing new knowledge19,24,25. Fine-tuning also remains sensitive to prompt variation and prone to overfitting.21,23,26
There is a second, product-specific reason. In a mental health product the answer "here is what the WHO mhGAP guide says about moderate depression, and here is the passage" is worth more than a fluent unattributed paragraph. A fine-tuned model structurally cannot do that. RAG does it by construction.
What fine-tuning is genuinely good for — later
- Voice and therapeutic style. Reflective listening, Motivational Interviewing phrasing, not jumping to advice. This is behaviour, which is exactly what SFT teaches well.
- Malayalam register. Getting a model to sound like a Malayali counsellor rather than a translated American one.
- Small models, narrow jobs. Comparative work on lightweight LLMs for counselling tasks shows small tuned models are competitive on bounded sub-tasks and not on open conversation36.
- Cheap specialised classifiers. A small fine-tuned model for risk detection or symptom tagging is a great use of QLoRA — and costs a fraction of a general-purpose fine-tune.
Existing work proves the pattern is feasible: MentaLLaMA fine-tuned LLaMA-2 on a 105K-sample instruction dataset (IMHI) and its 13B chat variant matched or beat state-of-the-art discriminative methods on 7 of 10 held-out mental-health test sets.27,28,29 Note what that model does though — it analyses social media text for mental health signals. It is a classifier lineage, not a counsellor. That is the realistic target for your own fine-tune, and it is a v2 target.
What training would actually cost
Numbers below use E2E Networks' published on-demand H100 rate of ₹362/GPU-hour and their committed rate of ₹155.90/GPU-hour at 3+ months.2 Assumptions are stated so you can re-run them.
Route B1 — pre-training your own model from scratch
Napkin math, using the standard 6 × params × tokens FLOP estimate. Target a Sarvam-1-class 2B-parameter Indic model72 trained on 4 trillion tokens: 4.8 × 1022 FLOPs. At a realistic 40% MFU on H100 (~160 effective TFLOPS) that is roughly 83,000 GPU-hours.
| Scenario | GPU-hours | Rate/hr | Compute cost |
|---|---|---|---|
| On-demand H100 | 83,000 | ₹362 | ₹3.00 cr (~$337k) |
| 3-month committed H100 | 83,000 | ₹155.90 | ₹1.29 cr (~$145k) |
| Wall-clock on 8× H100 | 10,375 hrs | — | ~14 months |
| Wall-clock on 64× H100 | 1,297 hrs | — | ~54 days |
Reality check
That is one successful run. It excludes the 2–5 failed runs every real pre-training effort has, the data pipeline, the eval harness, and the team that can do this — a skill set with maybe a few hundred practitioners in India, most of them at Sarvam, Krutrim, or abroad. And at the end you have a 2B model that is worse at Malayalam counselling than a frontier API model you can call today for ₹40 a session. There is no version of this that is the right first move.
Route B2 — LoRA / QLoRA on an open 8B model
This is the affordable version, and the numbers are genuinely small. A typical LoRA supervised fine-tuning run on a 7–8B model lands around 100 GPU-hours.12,13 QLoRA at 4-bit needs roughly 4GB for weights on an 8B model, so it fits comfortably on an L40S or even an L4.10,12
| Item | Qty | Unit | Cost |
|---|---|---|---|
| Single SFT run on H100, on-demand | 100 hrs | ₹362 | ₹36,200 |
| Same run on L40S (slower, cheaper) | ~180 hrs | ~₹107 | ₹19,260 |
| Realistic experiment campaign (10–20 runs) | 10–20 | ₹36,200 | ₹3.6L – ₹7.2L |
| Eval + red-team compute | — | — | ~₹1L |
The GPU bill is not the expensive part. It is roughly ₹5–8 lakh, consistent with published fine-tuning budget guides11. The expensive part is the dataset — see §07 — and that is where fine-tuning projects actually die.
E2E Networks pricing, as published
Pulled from E2E's own pricing1 and product2,3,4 pages in September 2026. Their general pricing table renders in USD while the H100 product page renders in INR; the two are broadly consistent (H100: $3.77/hr ≈ ₹335 vs ₹362 listed). Confirm every figure with their sales team before you budget against it — cloud GPU pricing in India moved significantly through 2025–265,6,7,9 and marketing pages lag.
| GPU | vRAM | vCPU | RAM | $/hr | ≈ ₹/hr | $/month |
|---|---|---|---|---|---|---|
| B200 | 192 GB | 32 | 400 GB | 6.99 | 622 | 4,983 |
| H200 | 141 GB | 30 | 375 GB | 4.54 | 404 | 2,838 |
| H100 | 80 GB | 26 | 250 GB | 3.77 | 362* | 2,363 |
| RTX PRO 6000 | 96 GB | 32 | 170 GB | 1.90 | 169 | 1,240 |
| A100 | 80 GB | 16 | 115 GB | 2.10 | 187 | 1,103 |
| A100 | 40 GB | 16 | 115 GB | 1.98 | 176 | 903 |
| A40 | 48 GB | 16 | 100 GB | 1.44 | 128 | 818 |
| L40S | 48 GB | 60 | 220 GB | 1.20 | 107 | 627 |
| A30 | 24 GB | 16 | 90 GB | 1.35 | 120 | 600 |
| L4 | 24 GB | 25 | 110 GB | 0.57 | 51 | 358 |
* INR figure from E2E's H100 product page, which also advertises ₹155.90/hr on a 3+ month commitment. Third-party comparison sites quote E2E H100 spot as low as ₹70/hr and H200 spot at ₹88/hr6,7,8 — treat spot claims as unverified and unsuitable for anything that must not be pre-empted. Monthly rates are already discounted below 730 × hourly.
What to actually rent, and when
- Nothing, for v1. You are calling an API. Your GPU bill is zero.
- One L4 or L40S when you want to self-host a small guardrail classifier (Llama Guard-class) or a Malayalam embedding model. ₹51–107/hr, and you can run it only during business hours.
- H100 by the day, on-demand, when you run fine-tuning experiments. Never commit to 3 months until you have run at least one successful experiment on-demand.
- The real reason to use an Indian provider is not price — it is data residency under the DPDP Act.57,58 That is a good reason, and it applies to your database long before it applies to your GPUs.
Inference economics — the number that decides everything
Modelling assumption: one counselling session ≈ 30 turns, ~4,000 input tokens per turn (system prompt + retrieved passages + history) and ~300 output tokens per turn. That is ~120K input and ~9K output tokens per session. Prompt caching cuts the input side dramatically on a stable prefix; figures below are the uncached worst case. Per-token rates are Anthropic's published list prices.20
| Model | In $/M | Out $/M | $/session | ₹/session | Fit |
|---|---|---|---|---|---|
| Claude Haiku 4.5 | 1.00 | 5.00 | 0.165 | ₹15 | Classifiers, routing, summarisation |
| Claude Sonnet 5 | 3.00 | 15.00 | 0.495 | ₹44 | Main conversational agent |
| Claude Opus 5 | 5.00 | 25.00 | 0.825 | ₹73 | Formulation, clinical reasoning, escalation calls |
| Self-hosted 8B on L40S | ~$0.34/M out14,18 | ~0.006 | ₹0.55 | Only if you saturate the GPU | |
Break-even against self-hosting
An L40S running 24/7 costs ₹107 × 730 ≈ ₹78,000/month. At ₹15/session on Haiku that is ~5,250 sessions per month before self-hosting an 8B model merely ties — and the 8B model is substantially worse at Malayalam, at clinical nuance, and at instruction-following. Published break-even analyses put the general crossover at roughly 2–5 million tokens/day on reserved capacity15,16,17, and note that a fractional senior engineer to run the inference stack costs $5,000–15,000/month of loaded cost that does not scale down when traffic is light.16
Three levers that matter far more than model choice:
- Prompt caching. Your system prompt, assessment protocol and retrieved corpus chunks are a stable prefix. Cache them and the input side of that table drops by roughly an order of magnitude on cache hits.
- Model tiering. Run the conversation on a mid-tier model, but route risk classification and the final clinical formulation to the strongest model you have. Most turns don't need the expensive one.
- Batch API at 50% cost20 for anything non-interactive — nightly summarisation, eval runs, corpus processing.
The data problem — you were right to worry
You called data aggregation "hectic". It is worse than that. It is the single hardest, most expensive and most legally exposed part of the custom-training path, which is the strongest argument for not taking that path yet.
What public datasets exist, and what they're actually good for
| Dataset | Size | Nature | Usable? |
|---|---|---|---|
| ESConv | 1,053 dialogues 31,410 utterances | Crowdsourced emotional support, annotated with 8 support strategies from Hill's Helping Skills31 | Research Crowdworkers, not clinicians |
| AugESC | 65K sessions 1.74M utterances | LLM-augmented expansion of ESConv31 | Synthetic Inherits + amplifies ESConv's flaws |
| PsyQA | 22K Q / 56K A | Chinese mental health platform, long structured answers32 | Wrong language & culture |
| CounselChat | ~3.6K Q&A | Real US counsellors answering public questions31 | Tiny Good for style, too small for training |
| MentalChat16K | 16K | Conversational mental health assistance benchmark30 | Useful for eval |
| IMHI (MentaLLaMA) | 105K samples 75K instructions | Social media posts, 8 analysis tasks, 10 sources27,28 | Best available for classification, not counselling |
The uncomfortable truth about all of them
Because of privacy constraints, the overwhelming majority of mental health dialogue data is scraped from public social platforms, crowdsourcing, or synthetic generation — not from real therapy. Real counselling transcripts are the thing you'd actually want and the thing you almost certainly cannot get: the one real-world counselling corpus in the literature (Xinling) is only conditionally open and requires a signed data usage agreement.31,33 Train on Reddit and you will build something that talks like Reddit.
What building your own dataset costs
- Domain-expert clinical annotators run $50–150+/hour internationally; published mental health research budgets around $45/hour for psychology experts versus $25–30 for general research assistants.37,38 In India, budget ₹1,500–4,000/hour for an RCI-registered clinical psychologist's time.
- Expert annotators cost 5–15× general crowdworkers, and mental health datasets typically need dual verification — a clinical psychologist and a second reviewer signing off.37,38
- A defensible 10,000-sample instruction set with dual clinical review is a multi-crore, multi-year undertaking. This is why MentaLLaMA is built from social media rather than clinic transcripts.
What you should build instead, now
Not a training set. A gold evaluation set, which is 50× smaller and 100× more valuable at this stage:
- 300–500 realistic Kerala-context user scenarios, written by your clinical advisors, spanning presentation type, severity, age, language and risk level.
- For each: the correct triage outcome, the red flags that must be caught, and the responses that would be unacceptable.
- A dedicated adversarial safety subset — indirect suicidal ideation, medication questions, disclosure of abuse, psychosis, minors. This is the set that catches the failure mode described in §09.
This costs perhaps ₹3–6 lakh of clinician time and becomes the asset everything else is measured against. It is also the artefact that makes you credible to a regulator, a hospital partner and an investor.
Legally usable clinical content for your corpus
PHQ-9 and GAD-7 Public domain
Pfizer released the PHQ family and GAD-7 into the public domain on 21 July 2010. No permission, no fee, commercial use included — even though many circulating copies still carry an obsolete Pfizer copyright line.39,40,41
WHO mhGAP Intervention Guide v2 Use it
Evidence-based assessment and management decision support built explicitly for non-specialists, 8 modules including depression, self-harm/suicide, and child & adolescent disorders. Used in 100+ countries.42,43 This is the spine of your corpus.
C-SSRS (Columbia Protocol) Designed for this
5 ideation questions, 5 intensity sub-questions, 4 behaviour questions — explicitly designed to be administered by people with no formal mental health training.44,45 Exactly the right shape for a structured risk-screening flow.
Tele-MANAS & Kiran directories Use it
Government 24/7 helpline (14416), free, nationwide, with state-level Malayalam capacity.95,96 Your escalation target.
NICE guidelines Check licence
Clinically excellent but NICE content is copyrighted; reuse outside the NHS needs a licence. Get written permission before ingesting.
DSM-5-TR / ICD-11 criteria text Do not ingest
DSM is APA copyright and aggressively enforced. ICD-11 has its own WHO terms. Reference the concepts, never the verbatim criteria text.
Recommended v1 architecture
Every user turn passes through this pipeline. The safety layer runs outside the model, on both sides, because a model that is asked to police itself will fail exactly when it matters.
Gate 1 and Gate 2 are separate models from the core. The Stanford FAccT finding in §13 is a Gate-1 failure, not a core-model failure — and no amount of system prompting fixes it.
A licence check before you self-host anything
If you ever put an open-weight model in the serving path, read its licence as carefully as you read the clinical guidance. Llama's community licence requires a separate grant above 700M MAU, mandates a "Built with Llama" notice and a model name beginning with "Llama" on anything you redistribute, forbids using its outputs to improve non-Llama models, and carries an acceptable-use policy whose own technical reports name unqualified medical advice as a listed risk69. Gemma has no user cap but grants Google the right to restrict usage remotely for prohibited-use violations. Qwen3 ships under Apache 2.0, which is the cleanest of the three; older Qwen releases under the Tongyi Qianwen licence cap commercial use at 100M MAU and require a separate licence for model-as-a-service. Acceptable-use policies are an under-read constraint on exactly this product category68.
Component choices
| Layer | Choice | Why |
|---|---|---|
| Core model | Frontier API, mid-tier for conversation, top-tier for formulation | ₹15–73/session. Best Malayalam available. Zero infrastructure. |
| Assessment state | Plain application code + a state machine | Which PHQ-9 item comes next is not a judgement call. Never delegate determinism to a model. |
| Retrieval | Hybrid BM25 + BGE-M3 dense, reranked | BGE-M3 covers 100+ languages, 8,192-token inputs, and supports dense/sparse/multi-vector in one model.74 Caveat in §11. |
| Risk classifier | Llama Guard-class open model, self-hosted, + rule layer | Open-weight safety classifier with an explicit Suicide & Self Harm category.53 Self-hosting keeps it fast, cheap and under your control. Runs on one L4. |
| Orchestration rails | NeMo Guardrails or equivalent programmable rails | Declarative conversation flows and enforced policies as an intermediary layer51,52, rather than prompt-hoping. |
| RAG evaluation | Ragas — faithfulness, context precision, answer relevancy | Medical RAG deployments report faithfulness ~0.85, context precision ~0.89.55,56 You need these as regression gates in CI, not as a one-off. |
| Data residency | Indian region for the database and PII store | DPDP Act exposure sits in the transcript store, not the GPU.57,58 Decide this before you write schema. |
Safety engineering — the part that is not optional
The canonical failure
In a 2025 Stanford study presented at ACM FAccT, researchers tested therapy chatbots with a user who had just lost their job and then asked for a list of tall bridges in New York. Several bots — including 7cups' Noni and Character.ai's "therapist" — simply listed the bridges.46,47 The same study found the models stigmatised alcohol dependence and schizophrenia more than depression, and that larger and newer models showed just as much stigma as older ones.46,47,48 Scale does not solve this. Architecture does.
The consequences are no longer hypothetical. Google and Character.AI agreed in January 2026 to settle multiple lawsuits from families of teenagers who died by suicide or self-harmed after interacting with its chatbots — among the first settlements alleging AI contributed to teen suicides.49,50 Similar litigation against OpenAI is ongoing. Character.AI has since barred under-18s from open-ended chat entirely.
Non-negotiables for v1
- Input classification before generation. Every user message is screened for risk before the conversational model is invoked. Indirect ideation — the bridges case — is the specific thing you test for, because direct ideation is easy and everyone catches it.
- A hard-coded crisis path. On a positive risk signal the conversation leaves the LLM entirely and enters a scripted flow: acknowledge, stay present, surface Tele-MANAS 1441695 and Kiran 1800-599-0019, offer to connect to a human. The model does not improvise here.
- Age gating. Minors are a different legal and clinical regime. If you are not building for them deliberately, exclude them explicitly.
- Scope refusal. No medication advice, no dosage, no diagnosis language, no drug interactions. Enforced at Gate 2, not by prompt.
- Human-in-the-loop review. A clinician reviews a sampled fraction of sessions and 100% of escalations, weekly. This is also your training data flywheel.
- An adversarial red-team suite run in CI on every prompt or model change. Automated clinical red-teaming frameworks for mental health LLMs now exist in the literature54 — use one rather than inventing your own taxonomy.
- Incident logging and reporting. MeitY's AI Governance Guidelines explicitly favour an incident-reporting posture.62 Build the log from day one; retrofitting it after an incident is how companies end up with nothing to show.
Law and regulation
India
DPDP Act 2023 Hard constraint
Mental health records are personal data attracting the highest sensitivity. Notice-before-processing, explicit consent, purpose limitation, erasure rights. Penalties reach ₹250 crore for serious contraventions, and enforcement is operational.57,58 A conversational transcript store is a health record store.
Mental Healthcare Act 2017 Hard constraint
Statutory right to confidentiality; insurance parity; advance directives.63 Your product touches confidentiality directly.
Telemedicine Practice Guidelines 2020 Applies on handoff
Distinguishes patient-initiated (implied consent, but DPDP still requires notice first) from provider-initiated (explicit consent mandatory).57,59 Relevant the moment you connect a user to a clinician.
CDSCO Medical Device Software guidance, 2026 Positioning decides this
Doc CDSCO/MD/GD/MDSW/01/2026. No separate software regime — MDR 2017 applies. Digital therapeutics intended to mitigate disease are named as in-scope examples.60,61 Software that is purely administrative, or that only stores/formats/presents information, stays out. A screening-and-referral tool sits closer to the boundary than a wellness journal does.
MeitY AI Governance Guidelines Voluntary today
Techno-legal approach, 7 sutras, voluntary compliance, self-certification, regulatory sandboxes, new AI Safety Institute — deliberately no standalone AI Act. Existing law (DPDP, IT Act, consumer protection) already applies to AI systems.62 Voluntary now; the incident-reporting expectation is the part to build for.
RCI registration Affects your clinicians
Clinical psychologists need RCI registration and a CRR number; counsellors working with non-disabled populations fall outside the RCI Act.64 Vet every clinician on your panel and be precise about their title.
Export markets — matters now, not later
Illinois enacted the Wellness and Oversight for Psychological Resources Act on 1 August 2025: AI may not provide therapy or make therapeutic decisions, and advertising a product as "AI therapy", "chatbot counselor" or "virtual psychotherapist" is unlawful without direct licensed-clinician oversight. Civil penalties to $10,000.65,66 Nevada and Utah have comparable restrictions.67 The law does not ban mental-health apps — it bans the claim.
The design implication
An "assessment and referral tool operating under clinical oversight" is shippable in India, Illinois, Nevada and Utah. An "AI therapist" is not shippable in three US states and is a CDSCO question mark in India. Same code, different claim, completely different regulatory surface. Choose the first.
The Malayalam reality
Given your reference points are Kerala platforms, assume Malayalam is a first-class requirement, not a translation layer. Three findings matter.
Language bias is a documented clinical harm, not a UX gap
Research on LLM chatbots for mental health support found users were compelled to switch to English despite it not being the language they were comfortable expressing distress in — directly hindering their ability to describe what was happening to them.77 The same work found models' advice repeatedly failed to understand how familial dynamics differ from Western contexts, producing recommendations that would not work in users' actual lives. A systematic review notes few studies discuss cultural adaptation strategies at all, and none address cross-cultural generalisability.35,78
Indic model options
| Option | Notes |
|---|---|
| Frontier API models | Almost certainly your best Malayalam today. Benchmark it yourself on your gold set rather than trusting anyone's claim, including this one. |
| Sarvam-M (24B, open weights) | Built on Mistral Small, hybrid think/non-think modes, covers Malayalam among 10 Indian languages, claims ~20% improvement on Indic tasks over its base.70,71 The strongest open option if you ever need on-prem. Independent Indic benchmarks still put the best frontier model at only ~58% average accuracy on low-resource Indic tasks, so calibrate expectations for every model in this table76. |
| Sarvam-1 (2B) | Small, Malayalam-capable, cheap to host.72 Candidate for a self-hosted classifier, not for the counselling turn. |
| IndicTrans2 | AI4Bharat MT for all 22 scheduled languages; beats open and commercial baselines by 4–8 BLEU/chrF++ EN→Indic.73 Useful for corpus translation, not for live conversation. |
| BGE-M3 embeddings | 100+ languages, 8,192 tokens, dense+sparse+multi-vector. But on the IndicMSMarco benchmark it scores 0.49 MRR in Malayalam75 — leading, yet mediocre in absolute terms. |
Consequence for your retrieval design
0.49 MRR means roughly half your Malayalam queries won't put the right passage first. Do not run pure dense retrieval. Use hybrid BM25 + dense with a reranking pass, keep your corpus in English while accepting Malayalam queries (cross-lingual retrieval is what BGE-M3 is strongest at), and measure retrieval quality in Malayalam separately from English. Report both numbers or you will ship an English-quality product with a Malayalam-quality failure rate.
Who is already in this space
Your three references map onto three different positions, and one of them is close enough to your stated plan that it changes the strategy conversation.
| Platform | Base | Model | AI? | Pricing |
|---|---|---|---|---|
| Koott | Kerala | Malayalam-first human therapy. 20+ psychologists, psychiatrists and counsellors with IMA / NIMHANS / RCI credentials. Individual, couple, teen (13–17), psychiatric consults. Google Meet + WhatsApp.93 | No | ₹749+ therapy ₹1,699+ psychiatric |
| Oppam | Kozhikode | 24/7 online therapy, human therapists. Corporate wellness and campus counselling programmes. Queer-affirmative therapy called out explicitly.92 | No | Not published |
| Crink | Kochi | Human + AI. Licensed therapists plus an AI companion "Cri" for the 167 hours between sessions. AI-driven assessments, root-cause analysis, weekly action steps, progress tracking. 4 languages, 40+ countries, 25,000+ users claimed. Backed by Kerala Startup Mission, Google for Startups, Microsoft, HDFC Parivartan, Startup India.94 | Yes | Not published |
| Wysa | Bengaluru | CBT-based AI chatbot + human therapist escalation. ORCHA-rated 93% with 100% on clinical assurance, NHS-recommended, FDA Breakthrough Device designation.97,98 | Yes | Freemium + B2B |
| Tele-MANAS | Govt. of India | Free 24/7 helpline (14416) plus an app launched Oct 2024. Psychotherapy, counselling, psychiatric consults, referrals.95,96 | No | Free |
Read this carefully
Crink is already building roughly what you described, in Kochi, with institutional backing. Wysa has an eight-year head start and an FDA Breakthrough designation. Tele-MANAS is free. That does not close the space — none of them, as far as their public material shows, leads with a rigorous, instrument-grounded, citable assessment as the product. Crink's AI is positioned as a between-sessions companion; Wysa's is CBT self-help. The unserved slot is the front door: the thing that tells a person who has never seen a clinician what is likely going on, how serious it is, and exactly who to see. That is a narrower product than "AI counsellor" and a much more defensible one.
Market context: India's mental health market was ~US$2.81 billion in 2025, projected to US$6.59 billion by 2033 at ~11.3% CAGR.91 Indian trials also show lay counsellors and community health workers, supported by simple digital tools, deliver effective depression treatment in routine primary care89 — which is a strong hint about where an assessment tool creates the most leverage.
What the evidence actually says
It can work
The Dartmouth Therabot trial (NEJM AI, March 2025) is the first RCT of a generative-AI therapy chatbot: 210 adults with clinically significant major depression, generalised anxiety, or high eating-disorder risk, randomised to 4 weeks of Therabot or a waitlist. Results: 51% reduction in depression symptoms, 31% in anxiety, 19% in eating-disorder concerns, with high engagement and therapeutic-alliance ratings comparable to a human professional. The effect sizes are in the range of RCTs of 16 hours of human-delivered psychotherapy, achieved in about half the time.79,80,81
Note who built it: a Dartmouth team including a board-certified psychiatrist and a clinical psychologist, over years. The clinical team is not an accessory to the engineering — it is the moat.
It routinely doesn't
- Stanford FAccT 2025 — stigma and the bridges failure (§09).
- Broad evaluations across mental illnesses find performance varies sharply by condition and task, so a single headline accuracy number tells you almost nothing about the cases that matter34.
- Woebot shut down its consumer chatbot on 30 June 2025 after serving 1.5M+ people. The founder's stated reasons: the cost of FDA regulation, and the impossibility of integrating LLMs into a regulatory framework that doesn't exist.82,83 The most scientifically rigorous player in the category exited for regulatory reasons, not technical ones.
- Character.AI / Google settlements, January 2026 (§09).
- Meanwhile Slingshot AI launched "Ash" in July 2025 on $93M from a16z and others98 — capital is flowing in even as the careful operators leave.
The assessment path specifically has support
This is the encouraging part for your actual plan. Structured prompting raised diagnostic accuracy from 89.8% to 91.7% and triage accuracy from 76.8% to 86.2% in a clinical vignette study.84,85 Multi-agent systems that process interview transcripts with separate qualitative, quantitative, judge and meta-review agents are producing credible severity estimates against PHQ-8.87 Grounding detection in PHQ-9, BDI-II and DSM-5 symptom targets improves interpretability.86 Every one of those results supports the structured-assessment architecture in §08 — and none of them required a custom-trained foundation model.
Phased plan
| Phase | Duration | Build | Indicative spend |
|---|---|---|---|
| 0 — Clinical foundation | 4–6 weeks | Recruit a psychiatrist advisor and 1–2 RCI-registered clinical psychologists. Define scope and the exact claim. Build the 300–500 case gold eval set + adversarial safety subset. Assemble and licence-clear the corpus. | ₹4–8 L |
| 1 — Assessment agent | 8–12 weeks | Deterministic assessment state machine (PHQ-9, GAD-7, C-SSRS-derived risk flow). Hybrid RAG over mhGAP + cleared corpus. Frontier API core. Both safety gates. Ragas + red-team in CI. English first, Malayalam in parallel. | Eng + ~₹15k/mo API |
| 2 — Closed pilot | 8 weeks | 100–300 consented users. 100% clinician review of escalations, sampled review of the rest. Measure triage concordance against clinician judgement — that is your headline metric, not user satisfaction. Malayalam retrieval measured separately. | ₹6–12 L |
| 3 — Referral network | Parallel | Partner with Koott / Oppam-class providers rather than competing with them. You are the front door; they are the room. Revenue on qualified referral is a cleaner early model than subscription. | BD time |
| 4 — Reconsider fine-tuning | Month 12–18 | Only with your own reviewed data. Start with the cheap wins: a QLoRA risk classifier and a Malayalam style adapter. Revisit §04 with real numbers. | ₹5–8 L GPU |
Decisions only you can make
- What is the claim? "Assessment and referral under clinical oversight" or "AI counselling"? This single choice sets your CDSCO exposure, your insurability, your US optionality and your architecture.
- Who is the named clinical lead? Not an advisor on a slide — a psychiatrist whose registration is on the product and who reviews escalations. Without this the safety layer has no owner and the Illinois-style "clinical oversight" carve-out does not apply to you.
- B2C, B2B, or referral? Campus and corporate wellness (Oppam's channel) has a buyer with a budget and a much lower per-user safety surface than open consumer signup.
- Minors: in or out? Koott serves 13–17. If you do too, you inherit the exact risk profile that produced the Character.AI settlements. Decide deliberately, in writing.
- Malayalam-first or English-first? Malayalam-first is the real differentiator against Wysa and the frontier apps, and it is also where retrieval quality is weakest. It is the harder and better choice — budget for it explicitly rather than treating it as a localisation task.
Sources
Every source consulted, grouped by section. Retrieved 14 September 2026.
GPU pricing & compute cost
- E2E Networks — GPU Cloud Pricinge2enetworks.com/pricing
- E2E Networks — NVIDIA H100, Rent H100 80GB from ₹362/hre2enetworks.com/gpus/nvidia-h100
- E2E Networks — NVIDIA H100 Price in India: Cloud vs Purchase Guidee2enetworks.com/blog/nvidia-h100-price-india
- E2E Networks — H100 GPU Pricing in Indiae2enetworks.com/cloud-terms/gpu/h100-pricing-india
- Ace Cloud — Cloud GPU Pricing Comparison India 2026acecloud.ai
- eCorpIT — GPU cloud pricing in India 2026: H100 to B200ecorpit.com
- getInfra.cloud — GPU Cloud Pricing in India 2026 (INR)getinfra.cloud/cloud-gpus
- ComputeStacker — E2E Networks GPU Cloud pricing, specs, reviewscomputestacker.com
- Spheron — GPU Cloud Pricing Comparison 2026spheron.network
Fine-tuning & inference economics
- Spheron — GPU VRAM Requirements to Fine-Tune LLMs in 2026: Full, LoRA, QLoRAspheron.network
- io.net — LLM fine-tuning budget guide: GPU costs and timelinesio.net
- packet.ai — A100 vs H100, QLoRA memory math and cost per runpacket.ai
- RunPod — Fine-tuning LLMs on a budget with LoRA and QLoRArunpod.io
- packet.ai — LLM Inference Cost 2026: Cost per Million Tokenspacket.ai
- Developers Digest — Self-Hosting Open-Weights Models: The Real Break-Even Mathdevelopersdigest.tech
- The AI Engineer — Should You Self-Host LLM Inference? Cost and Risk Guidetheaiengineer.substack.com
- DEV — Self-Hosting LLMs on Kubernetes: When vLLM Beats Managed APIs on Costdev.to
- LeanLM — Self-Hosting an LLM: Is It Actually Cheaper Than the API?leanlm.ai
- FineTuneBench: How well do commercial fine-tuning APIs infuse knowledge into LLMs? (arXiv 2411.05059)arxiv.org
- Anthropic — Claude API model pricing (Haiku 4.5 / Sonnet 5 / Opus 5 rates used in §06)docs.claude.com
RAG vs fine-tuning
- Ovadia et al. — Fine-Tuning or Retrieval? Comparing Knowledge Injection in LLMs (EMNLP 2024)aclanthology.org
- Same paper, full text (arXiv 2312.05934)ar5iv.labs.arxiv.org
- Zilliz — Knowledge Injection in LLMs: Fine-Tuning vs. RAGzilliz.com
- Assessment of RAG and Fine-Tuning for Industrial Question-Answering (arXiv 2605.09533)arxiv.org
- Efficient Knowledge Injection in LLMs via Self-Distillation (arXiv 2412.14964)arxiv.org
- A Systematic Review of Key RAG Systems: Progress, Gaps, Future Directions (arXiv 2507.18910)arxiv.org
Mental health LLMs, datasets & evaluation
- MentaLLaMA: Interpretable Mental Health Analysis on Social Media with LLMs (arXiv 2309.13567)arxiv.org
- MentaLLaMA — GitHub repository and IMHI datasetgithub.com/SteveKGYang/MentalLLaMA
- MentaLLaMA — Proceedings of the ACM Web Conference 2024dl.acm.org
- MentalChat16K: A Benchmark Dataset for Conversational Mental Health Assistancepmc.ncbi.nlm.nih.gov
- PsyChat: A Client-Centric Dialogue System for Mental Health Support (ESConv / AugESC / CounselChat sizes)arxiv.org
- PsyQA: A Chinese Dataset for Generating Long Counseling Textarxiv.org
- Psy-Insight: Explainable Multi-turn Bilingual Dataset for Mental Health Counselingarxiv.org
- A Comprehensive Evaluation of Large Language Models on Mental Illnesses (arXiv 2409.15687)arxiv.org
- LLM-Based Chatbots and Agentic AI for Mental Health Counseling: Systematic Review of Methodologies, Evaluation Frameworks, and Ethical Safeguardspmc.ncbi.nlm.nih.gov
- Exploring the potential of lightweight LLMs for AI-based mental health counsellingpmc.ncbi.nlm.nih.gov
- HabileData — Data Annotation Cost: Pricing Models & Rates 2026habiledata.com
- CAMS: An Annotated Corpus for Causal Analysis of Mental Health Issues (expert annotation protocol)arxiv.org
Clinical instruments & guidelines
- Pfizer — free public access to PHQ / GAD-7 assessment tools (public domain release, 2010)pfizer.com
- PHQ-9 — overview and licensing historyen.wikipedia.org
- PsyPack — The story of the PHQ and its copyright statuspsypack.com
- WHO mhGAP Intervention Guide v2 — Depression module (NCBI Bookshelf)ncbi.nlm.nih.gov
- WHO mhGAP: updated systematic review on evidence and impactncbi.nlm.nih.gov
- Columbia Lighthouse Project — About the C-SSRS protocolcssrs.columbia.edu
- SAMHSA — Columbia Suicide Severity Rating Scale (C-SSRS)samhsa.gov
Safety, guardrails & incidents
- Stanford Report — New study warns of risks in AI mental health toolsnews.stanford.edu
- Stanford HAI — Exploring the Dangers of AI in Mental Health Care (FAccT 2025)hai.stanford.edu
- APA — Can chatbots replace therapists? New research says noapaservices.org
- CNN — Character.AI and Google settle lawsuits over teen mental health harms and suicidescnn.com
- CNN — More families sue Character.AI developercnn.com
- NVIDIA — NeMo Guardrailsdeveloper.nvidia.com
- LLM Guardrails 2026: Failure Taxonomy, Libraries Compared, Runtime Classifiermorphllm.com
- Essential Guide to LLM Guardrails: Llama Guard, NeMo (risk categories incl. Suicide & Self Harm)medium.com
- Assessing Risks of LLMs in Mental Health Support: A Framework for Automated Clinical AI Red Teaming (arXiv 2602.19948)arxiv.org
- NVIDIA — Evaluating Medical RAG with Ragasdeveloper.nvidia.com
- RAG chatbot for orthopedic patient education — Ragas faithfulness / precision figuresncbi.nlm.nih.gov
Regulation — India & US
- Sethi et al. — The DPDP Act 2023: Implications for Mental Healthcare Practice in India (Indian J Psychol Med)doi.org
- AMLEGALS — Health Data and the DPDP Act: A Practical Guideamlegals.com
- CMS — Digital Health Apps & Telemedicine: Legal Guide, Indiacms.law
- CDSCO — Guidance Document on Medical Device Software under MDR-2017 (CDSCO/MD/GD/MDSW/01/2026)cdsco.gov.in
- Cyril Amarchand — Medical Device as Software: Has CDSCO Guidance Changed the Rules?corporate.cyrilamarchandblogs.com
- PIB — MeitY unveils India AI Governance Guidelines under the IndiaAI Missionpib.gov.in
- Mental Healthcare Act 2017 — perceptions among psychiatrists, critical appraisalncbi.nlm.nih.gov
- Rehabilitation Council of India — Norms & Guidelinesrehabcouncil.nic.in
- IDFPR — Gov. Pritzker signs legislation prohibiting AI therapy in Illinois (WOPR Act)idfpr.illinois.gov
- Holland & Knight — New Illinois Law Restricts Use of AI in Mental Health Therapyhklaw.com
- Blueprint — AI in Mental Health: state regulations and bans (Illinois, Nevada, Utah)blueprint.ai
- Stanford CRFM — Acceptable Use Policies for Foundation Modelscrfm.stanford.edu
- Llama 3.3 Community License Agreementllama.com
Indic languages & retrieval
- Sarvam AI — Sarvam-M, 24B open-weights hybrid model for Indian languagessarvam.ai
- Hugging Face — sarvamai/sarvam-mhuggingface.co
- Sarvam AI — Sarvam 1, the first Indian language LLMsarvam.ai
- AI4Bharat — IndicTrans2, translation models for 22 scheduled languagesgithub.com/AI4Bharat/IndicTrans2
- Hugging Face — BAAI/bge-m3huggingface.co
- IndicRAGSuite: Large-Scale Datasets and a Benchmark for Indian Language RAG Systems (Malayalam MRR figures)arxiv.org
- IndicParam: Benchmark to evaluate LLMs on low-resource Indic Languagesarxiv.org
- The Typing Cure: Experiences with LLM Chatbots for Mental Health Support (linguistic bias, cultural mismatch)arxiv.org
- Towards Culturally Adaptive LLMs in Mental Health (CSCW 2024)dx.doi.org
Clinical evidence & market
- Heinz et al. — Randomized Trial of a Generative AI Chatbot for Mental Health Treatment (NEJM AI, 2025)ai.nejm.org
- Dartmouth — First therapy chatbot trial yields mental health benefitshome.dartmouth.edu
- MIT Technology Review — The first trial of generative AI therapytechnologyreview.com
- STAT — Woebot Health shuts down pioneering therapy chatbotstatnews.com
- Telehealth.org — What Woebot's exit signals for clinicianstelehealth.org
- Diagnosis and Triage Performance of Contemporary LLMs on Short Clinical Vignettes (J Med Syst)link.springer.com
- Evaluating LLM workflows in clinical decision support for triage, referral and diagnosis (npj Digital Medicine)nature.com
- Improving clinical reliability of LLM reasoning for depression assessment via structured generation and GRPOpmc.ncbi.nlm.nih.gov
- Rosenman et al. — LLM Questionnaire Completion for Automatic Psychiatric Assessmentaclanthology.org
- Bridging the treatment gap in India: online training of psychologistsncbi.nlm.nih.gov
- The pieces are already built: converging India's national assets to close the mental health treatment gappmc.ncbi.nlm.nih.gov
- Business Standard — India's mental health crisis: 197 million need carebusiness-standard.com
- DataM Intelligence — India Mental Health Market Size & Growth 2026–2033datamintelligence.com
Reference platforms
- Oppam — Oppam Wellness Pvt Ltd, Kozhikodeoppam.me
- Koott — Online counselling in Malayalamkoott.in
- Crink — Human + AI mental wellness, Kochicrink.app
- Tele-MANAS — Ministry of Health and Family Welfare national helpline (14416)telemanas.mohfw.gov.in
- MHFA India — The story behind Tele-MANASmhfaindia.com
- Wysa — company profile, ORCHA rating and NHS recommendationlinkedin.com/company/wysa-ai
- Psychology.com — AI Therapy Companies to Know in 2026 (Slingshot AI / Ash funding)psychology.com