Enterprise & commercial licensing

Test it for a day. Then decide.

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.

Buy by the day — no lock-in API key issued automatically GST invoice, paid by UPI or card
quickstart.py
# 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.

₹1,000per day + GST · API key included
13built-in agent tools
2models incl. Hindi & Bengali
₹ · GSTinvoiced locally in India
Start here

Nobody signs an annual contract on a demo.

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.

₹1,000per day + 18% GST = ₹1,180
commercial API key included
Everyone starts on one page

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 →

Bigger than a day?

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 →

Instant · no login

Estimate your cost in seconds

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.

  • No sign-up required to estimate
  • Pricing fitted to your real usage
  • A human follows up — no bots, no spam
The evidence

Most enterprise AI fails. It is worth knowing exactly why.

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.

95%

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 2025reported 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.

Over 40%

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.

58–88%

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.

13 May 2027

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.

Use cases

Built for production workloads

One API for chat, reasoning, tools, search and vision — without stitching together five vendors.

Customer support

Deflect tickets and answer in your customer's language with grounded, on-brand replies — at a fixed monthly limit you control.

Internal copilots

Power employee assistants, search and summarisation over your docs and processes, with reasoning and tool-use built in.

Document & data analysis

Extract, classify and summarise contracts, reports and images (vision) — streamed responses for snappy UX.

Multilingual at scale

A dedicated multilingual model for Hindi and Indian languages plus global coverage — one endpoint, many markets.

Security & recon tooling

Built-in DNS, WHOIS, HTTP-check and CVE-lookup tools plus a self-serve security scanner other APIs don't offer — automate analyst workflows.

Content & code

High-quality code, copy and structured output via a familiar chat-completions API with streaming and tools.

Make it yours

Two ways to make this AI truly yours

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.

Ground it with your data

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.

  • Answers from your truthSupport bots, internal copilots and doc assistants that actually know your business.
  • Per-key & isolatedEach API key has its own knowledge; one project’s data never leaks into another.
Manage your knowledge →

Ship it under your own brand

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.

  • Fully white-labeled“Who made you?” → your brand. Perfect for reselling or your own AI platform.
  • One toggle, per keyTurn it on only where you want it — instantly, with zero code changes.
Set up branding →
The platform

One endpoint, everything you need

  • Chat, reasoning & streamingStrong reasoning, math and code over SSE.
  • 13 built-in agent toolsWeb search & URL reader, calculator, live finance quotes, DNS/WHOIS/HTTP/CVE recon, plus India tools (IFSC, PIN code, GSTIN, QR) — no extra wiring.
  • VisionSend images for analysis, extraction and description.
  • Your brand, end to endResponses and errors never expose a third-party provider.
  • Usage analyticsA live quota meter and 30-day usage in your dashboard.
request.sh
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"}
    ]
  }'
Included tools & builders

13 agent tools and two builders — on every key

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 & research

web_search for live results with sources, and read_url — the Cehpoint Reader turns any URL into clean, model-ready text.

Utility

calculate, current_datetime, and finance_quote for live stock & FX prices.

Security & recon

dns_lookup, whois_lookup, http_check, and cve_lookup for analyst and red-team workflows.

India business

lookup_ifsc (bank branch), lookup_pincode (PIN-code area), validate_gstin (validate + decode state/PAN), and generate_qr (text/URL/UPI QR image).

Cehpoint Code / Build

Hand it a task and get finished, downloadable files — websites, documents, XLSX models, data analysis, and PDFs. Live at /code.

Security scanner

Self-serve recon (DNS / WHOIS / CVE / HTTP) plus an LLM red-team pass — a full security review from one endpoint.

Image generation

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.

Video generation

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.

Proof it works · free to use

Nine products already running on this exact API

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.

Deep Research

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 →

Research Lab

Free

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 →

Data Lab

Free

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 →

Cehpoint Code

Free

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 →

Autopilot

Free

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 →

Solutions & AI Experts

Paid · from ₹100

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 →

Voice Cloning

Free

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 →

Arena

Free

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 →

Gurukul

Free

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 →

Comparison

How we compare to global AI APIs

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 businessCehpoint AI Commercial OpenAI · Anthropic · Google
Pricing modelCustom, sized to your usagePer-token, hard to forecast
Commercial-use licenceExplicit, lifetime optionUsage terms · no lifetime
Dedicated support & consultancyIncluded (Monthly)Top enterprise tiers only
Development & onboarding helpYesUsually paid / unavailable
Billing & invoicing₹ INR · GST invoiceUSD billing
White-label (your brand)YesProvider-branded
One-time / lifetime licenceAvailableNo
Built-in tools (web, recon, India business)YesOften extra integration
OpenAI-compatible APIYesYes

Comparison reflects typical standard/published API terms; enterprise terms with other providers vary. Trademarks belong to their respective owners.

Independent evaluation

Our 2026 benchmark report

Cehpoint AI tested across 20 benchmark categories against 50+ published models from 15 providers — MMLU, GPQA, SWE-bench, MATH and more.

20benchmark categories
50+published models compared
15providers
2026report edition

Covers MMLU, GPQA, SWE-bench, MATH and more. Opens as a standalone report so you can send it to your technical evaluators.

Licence types

Two ways to buy, depending on how far along you are.

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.

What you can actually do with it

What one key gets you

The point of the day pass is that you can verify every line below yourself, on your own data, before you spend anything more.

01
Replace four vendors with one billChat, reasoning, vision, web search, voice, image and video generation come from one endpoint — instead of separate contracts for an LLM, a search API, a TTS provider and an image/video service.
02
Answer from your own documentsTurn on grounding for a key and the model answers from your knowledge base — product catalogue, policies, past tickets — without a re-integration.
03
Ship it under your own brandA per-key toggle makes responses identify as your product. Your customers never see ours.
04
Serve Hindi and Bengali properlyA dedicated multilingual model, not English translated at the edge — so support and onboarding work outside metro English.
05
Automate India-specific busyworkBuilt-in GSTIN validation, IFSC and PIN-code lookup and UPI QR generation — the things a global API leaves you to build.
06
Run security workflows from the same keyDNS, WHOIS, HTTP-check and CVE lookup, plus a self-serve scanner — analyst work other AI APIs simply do not offer.
07
Hand a task over and get files backCehpoint Code returns finished deliverables — spreadsheets, documents, PDFs, sites — not just text describing them.
08
Forecast the bill exactlyA fixed rupee price against a fixed request limit. No token arithmetic, no currency exposure, no surprise in month three.
Process

Testing today, live this week

1

Try it free

Use the AI on the chat platform with no sign-up. Judge the output before you spend anything.

2

Buy a Commercial Day

On the pricing page, ₹1,000 + GST gets you a real cehk_ key. Point your SDK at it and run your own workload.

3

Get your estimate

Tell us the workload. Our AI sizes a monthly, annual or lifetime licence and we send an itemised quotation.

4

Go live

Same endpoint, same key management, higher limits. Nothing to re-integrate — you already tested it.

FAQ

Questions, answered

Can I try it before committing?

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.

Why can I not see the monthly or lifetime price?

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.

What happens when a Commercial Day ends?

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.

Is the Commercial Day a limited version?

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.

I am one person, not a company. Which plan is for me?

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.

Do you generate images and video?

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.

How is commercial pricing decided?

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.

Does this affect your free API?

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.

Which models are included?

cehpoint-ai for general chat, reasoning, tools and vision, and cehpoint-ai-multilingual for Indian and global languages — both via one OpenAI-compatible endpoint.

Is there a lifetime / one-time option?

Yes. Choose a one-time Lifetime Commercial Licence, or a Monthly plan that adds dedicated support, development help and consultancy.

Do you provide a GST invoice?

Yes — GST invoices are provided for Indian businesses, billed in INR.

How do I integrate it?

It's OpenAI-compatible. Point your existing SDK at https://ai-api.cehpoint.co.in/capi/v1 with your cehk_ key.

Spend ₹1,000 before you spend anything else.

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.

For investors & partners

Backing an Indian AI company, not renting a foreign 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.

Investor portal Partner with us

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.