A dedicated, OpenAI-compatible endpoint with commercial-use rights, dedicated support and GST invoicing — billed in rupees. Buy a Commercial Day for ₹1,000 + GST, get a working API key the moment payment clears, and run your real workload before you commit to anything.
# Drop-in — change two lines from openai import OpenAI client = OpenAI( base_url="…/capi/v1", api_key="cehk_••••", ) client.chat.completions.create( model="cehpoint-ai", messages=[{"role":"user", "content":"Hi"}], )
Keep your existing SDK. Point it at the commercial endpoint.
You would not buy ChatGPT Enterprise or Claude for your team without using it first — so we do not ask you to. Commercial Day is a real commercial licence with a real cehk_ key, issued automatically the moment your payment is confirmed. Buy one day, or several. Same endpoint, same models, same tools as any paid plan.
Paid on the pricing page by UPI, card or netbanking through our secure PayU gateway, with a GST invoice. Nothing renews on its own — you buy the number of days you want.
Free, Premium at ₹100/day and Commercial Day at ₹1,000/day all live on the pricing page, so you can see the whole ladder and pick the rung that fits. An individual evaluating the AI does not need a commercial licence — and should not be sold one.
Go there: Plans & pricing →
Monthly, annual and lifetime commercial licences are sized to your actual workload — request volume, models, grounding, brand, support level — so they are quoted after a one-time estimate rather than sold off a shelf. It takes a minute and there is no obligation.
Start there: Get your estimate →
Tell our AI your workload — it sizes a plan and ballparks the price right here. Like what you see? Leave your details and our team sends a formal quotation.
These are published findings, not our marketing. Every number below is sourced. We have built the commercial API around the four failure modes they describe — because they are the reasons your project would be cancelled, not ours.
of enterprise generative-AI pilots produced no measurable P&L return, despite $30–40 billion of investment. MIT's researchers attribute it to the integration gap — generic tools that demo well and break the moment a real workflow needs context — not to model quality.
MIT Project NANDA, The GenAI Divide: State of AI in Business 2025 — reported by Forbes
What we do: grounding on your own knowledge base is a per-key toggle, not a re-integration project. The model answers from your documents, your policies and your catalogue — so it survives contact with a real workflow.
of agentic-AI projects will be scrapped before the end of 2027 — Gartner's forecast from a poll of more than 3,400 organisations. The stated causes are escalating costs, unclear business value and inadequate risk controls. Not one of them is a modelling problem.
Gartner, June 2025 — press release
What we do: a fixed rupee price with a fixed request limit, agreed up front. Your finance team can forecast it exactly. There is no per-token meter that quietly triples in month three.
hallucination rate when general-purpose models were tested on verifiable legal questions by Stanford. Purpose-built legal research tools still hallucinated 17–33% of the time. Separately, published industry analysis puts 2024 business losses from AI hallucinations in the tens of billions of dollars.
Stanford RegLab / HAI, Large Legal Fictions and Hallucination-Free? — study
What we do: always-on web search with real citations, plus read_url to pull a source into context. When the answer must be checkable, the API returns where it came from rather than asking you to trust it.
is the final compliance deadline under India's DPDP Rules, notified 13 November 2025. Every time an employee pastes customer personal data into a foreign AI service, that is third-party processing — and your company, not the vendor, carries the obligation.
Digital Personal Data Protection Rules, 2025 (MeitY) — three-phase implementation
What we do: an Indian company, invoicing in rupees with GST, contracting under Indian law, with a named accountable team. Your legal review gets a counterparty it can actually name and reach.
Figures are quoted from the cited publications and reflect those studies' methods and dates. They describe the market we operate in — they are not measurements of Cehpoint AI.
One API for chat, reasoning, tools, search and vision — without stitching together five vendors.
Deflect tickets and answer in your customer's language with grounded, on-brand replies — at a fixed monthly limit you control.
Power employee assistants, search and summarisation over your docs and processes, with reasoning and tool-use built in.
Extract, classify and summarise contracts, reports and images (vision) — streamed responses for snappy UX.
A dedicated multilingual model for Hindi and Indian languages plus global coverage — one endpoint, many markets.
Built-in DNS, WHOIS, HTTP-check and CVE-lookup tools plus a self-serve security scanner other APIs don't offer — automate analyst workflows.
High-quality code, copy and structured output via a familiar chat-completions API with streaming and tools.
Beyond a great model: ground it in your own knowledge, and ship it entirely under your own brand. Both are simple per-key toggles in your dashboard — no re-integration, and it never affects anyone else.
Upload your products, policies, prices and FAQs — a spreadsheet, a text file, or paste it in. Turn on “Ground with my data” and every answer from your key comes from your knowledge, not a generic guess. No fine-tuning, no ML team. Your data stays private to your projects and is safety-checked before it’s stored.
Building your own AI product or platform on top of ours? Flip “Use my own branding” on any key and that key’s AI answers as your brand — your name, your identity — never ours. It changes nothing for our other customers or your other keys. The engine is yours to white-label.
curl …/capi/v1/chat/completions \ -H "Authorization: Bearer cehk_••" \ -H "Content-Type: application/json" \ -d '{ "model": "cehpoint-ai", "stream": true, "messages": [ {"role":"user", "content":"Summarise this report"} ] }'
Your commercial licence ships with the same 13 built-in agent tools that power Cehpoint AI, plus Vision (send images — invoices, screenshots, photos), HD voice/TTS, image and video generation, and both models: cehpoint-ai and cehpoint-ai-multilingual for Hindi & Bengali.
web_search for live results with sources, and read_url — the Cehpoint Reader turns any URL into clean, model-ready text.
calculate, current_datetime, and finance_quote for live stock & FX prices.
dns_lookup, whois_lookup, http_check, and cve_lookup for analyst and red-team workflows.
lookup_ifsc (bank branch), lookup_pincode (PIN-code area), validate_gstin (validate + decode state/PAN), and generate_qr (text/URL/UPI QR image).
Hand it a task and get finished, downloadable files — websites, documents, XLSX models, data analysis, and PDFs. Live at /code.
Self-serve recon (DNS / WHOIS / CVE / HTTP) plus an LLM red-team pass — a full security review from one endpoint.
POST /capi/v1/images/generations — 1K to 4K, eight aspect ratios, and image-to-image with up to four reference images. OpenAI-shaped, so your existing client works.
POST /capi/v1/videos — 480p, 720p or 1080p, 5 or 10 seconds at 24fps, five aspect ratios. Submit a job, poll it, collect the file.
Everything below is built on the same endpoint your licence gives you — so before you buy anything, you can go and use the API's output for yourself. Open the chat platform, press Explore, and try any of them free.
Give it a question and it returns an evidence-backed research paper with real citations, not a confident paragraph.
Why we built it: the hallucination studies above are the whole reason. Research is where a wrong answer costs the most, so this was the first place we forced the AI to show its sources. Open Deep Research →
Upload your own papers and documents, then ask across them. Retrieval runs over what you uploaded, with discipline-specific methodologies and exportable output.
Why we built it: "get the answer, not the homework". It is also the clearest demo of the grounding your commercial key can switch on. Open Research Lab →
Upload a spreadsheet and get a dashboard back — charts drawn, patterns called out — then ask follow-up questions of the data in plain language.
Why we built it: most Indian businesses run on Excel, not a BI stack. This is what "AI for an SME" actually looks like in practice. Open Data Lab →
Describe a task and it builds the real files — websites, documents, spreadsheet models, analyses, PDFs — that you download and use.
Why we built it: a chat answer still leaves you with work to do. A finished file does not. Open Cehpoint Code →
Connect the tools you already use and let AI run recurring work against them, with a human checkpoint on anything consequential.
Why we built it: Gartner's 40% cancellation figure is largely about agents with no risk controls. Approval gates are the difference. Open Autopilot →
Ready-made tools for tax, legal, compliance and business questions, including short consultations with an AI CA or lawyer.
Why we built it: a small business cannot keep a CA on retainer for a ten-minute question. Open Solutions →
Clone a voice from a short sample and generate speech from it — the same HD voice stack your commercial key can call.
Why we built it: India is a listening market before it is a reading one. Voice is how AI reaches the next 500 million users. Open Voice →
Practise an interview, a pitch or a difficult conversation and get structured AI coaching on how you actually did.
Why we built it: access to good coaching is the most unevenly distributed thing in Indian careers. This costs nothing. Open Arena →
Sanatan Dharma for daily life, answered citation-first — every response points back to the scripture it came from, in English, Hindi and Bengali.
Why we built it: to prove the citation discipline on the hardest possible material, and that Indian-language depth is not an afterthought. Open Gurukul →
Most leading APIs bill per token in USD with self-serve support. Cehpoint AI is built for businesses that want predictable, fitted pricing and a real partner.
| What matters to a business | Cehpoint AI Commercial | OpenAI · Anthropic · Google |
|---|---|---|
| Pricing model | Custom, sized to your usage | Per-token, hard to forecast |
| Commercial-use licence | Explicit, lifetime option | Usage terms · no lifetime |
| Dedicated support & consultancy | Included (Monthly) | Top enterprise tiers only |
| Development & onboarding help | Yes | Usually paid / unavailable |
| Billing & invoicing | ₹ INR · GST invoice | USD billing |
| White-label (your brand) | Yes | Provider-branded |
| One-time / lifetime licence | Available | No |
| Built-in tools (web, recon, India business) | Yes | Often extra integration |
| OpenAI-compatible API | Yes | Yes |
Comparison reflects typical standard/published API terms; enterprise terms with other providers vary. Trademarks belong to their respective owners.
Cehpoint AI tested across 20 benchmark categories against 50+ published models from 15 providers — MMLU, GPQA, SWE-bench, MATH and more.
Covers MMLU, GPQA, SWE-bench, MATH and more. Opens as a standalone report so you can send it to your technical evaluators.
If you are evaluating, buy a day at a fixed public price. If you are deploying, the licence is sized to your workload — which means one short estimate first, so the number you get is the number you will actually pay.
Loading licence types…
All amounts in INR, exclusive of GST unless stated. GST invoice provided for Indian businesses. Request limits, grounding, white-labelling, on-premise deployment and SLA are set per licence.
The point of the day pass is that you can verify every line below yourself, on your own data, before you spend anything more.
Use the AI on the chat platform with no sign-up. Judge the output before you spend anything.
On the pricing page, ₹1,000 + GST gets you a real cehk_ key. Point your SDK at it and run your own workload.
Tell us the workload. Our AI sizes a monthly, annual or lifetime licence and we send an itemised quotation.
Same endpoint, same key management, higher limits. Nothing to re-integrate — you already tested it.
Yes — two ways, and neither needs a sales call. Use the AI free on the chat platform with no sign-up at all. Or buy a Commercial Day on the pricing page for ₹1,000 + 18% GST (₹1,180): a real commercial licence with a real cehk_ key, issued automatically the moment payment is confirmed, with full access to both models, all 13 tools, vision, HD voice and media generation.
Because it would be a made-up number. Those licences are sized to your workload — request volume, which models, whether you need grounding on your own data, white-labelling, and what support level you want. Quoting a shelf price before we know any of that helps nobody. The estimate takes about a minute, is not a sales call, and gives you a figure you can take to your finance team.
The key stops working and nothing is charged again — there is no auto-renewal and no stored card. You can buy more days on the pricing page whenever you want, or move to a monthly, annual or lifetime licence and keep the same endpoint and integration.
No. Same endpoint, same two models, same 13 tools, same vision, voice and media generation. The only difference is how long it lasts. There is no point giving you a crippled trial — you would learn nothing from it.
Probably not this one. The pricing page has a free tier that needs no login at all, and Premium at ₹100/day if you want HD voice, higher limits and your data export. A commercial licence is for putting the API inside a product you ship — you do not need it just to use the AI.
Yes, on the same commercial key: POST /capi/v1/images/generations for images (1K–4K, eight aspect ratios, and image-to-image with up to four reference images) and POST /capi/v1/videos for video (480p/720p/1080p, 5 or 10 seconds at 24fps). Media generation is enabled per licence — ask us to switch it on for your key. Generated files are retained for 24 hours, so download what you want to keep.
The Commercial Day is a fixed public price. Everything longer is quoted: share your requirements, our AI proposes a right-sized configuration in seconds, we issue a formal itemised quotation, you e-sign, and the licence activates with the agreed limits.
No. The free Cehpoint AI API and its documentation stay exactly as they are. The commercial licence is a separate, keyed and metered endpoint built for production businesses.
cehpoint-ai for general chat, reasoning, tools and vision, and cehpoint-ai-multilingual for Indian and global languages — both via one OpenAI-compatible endpoint.
Yes. Choose a one-time Lifetime Commercial Licence, or a Monthly plan that adds dedicated support, development help and consultancy.
Yes — GST invoices are provided for Indian businesses, billed in INR.
It's OpenAI-compatible. Point your existing SDK at https://ai-api.cehpoint.co.in/capi/v1 with your cehk_ key.
One day of full access, on your own workload, with your own data. That is a smaller decision than a meeting — and it will tell you more than one.
Cehpoint builds the full stack — gateway, models, agents, security and distribution — for a market where AI is forecast to add an estimated $1.7 trillion to India's economy by 2035, and where the IndiaAI Mission has committed ₹10,372 crore and tens of thousands of GPUs. If you want to contribute capital, distribution, domain expertise or deployment reach in your part of India, the investor portal has the deck, the metrics and the terms.
Market figures cited from IndiaAI Mission programme disclosures and published India AI-economy forecasts. Deck, metrics and round terms are shared with verified investors through the portal.