Now Live — Real Payments Enabled

Stop paying for your users' AI compute.

Dembel is the payment layer for AI. Drop our SDK into your app and let users pay for their own LLM requests — per call, no subscriptions, no API keys.

Read the Docs Try Live Demo →
How It Works

Three lines of code. Zero backend.

1

Embed the SDK

Add a single <script> tag. No npm install, no server-side proxy, no API key management.

2

User Approves

A secure popup shows the cost (e.g. $0.002). The user picks their model, reviews the price, and taps Approve.

3

AI Runs & Returns

Dembel routes the request, deducts the balance, and returns the AI output directly to your app. Done.

Integrate in 3 lines

No backend required. No API proxy to build. No subscription management. Just import the SDK and call Dembel.prompt().

  • Zero API costs for developers
  • Zero installation for end-users
  • Works on Desktop, iOS & Android
  • Access 50+ models (Gemini, Claude, GPT-4)
  • Earn revenue with premium app markup
<!-- 1. Include the SDK -->
<script src="https://dembel-core-production.up.railway.app/v1.js"></script>

<!-- 2. Get structured data from AI -->
<script>
async function generateChart(userInput) {
    const json = await Dembel.prompt(
        "Analyze this data: " + userInput,
        { json: true }
    );

    // AI returns structured JSON —
    // your app renders it however you want
    renderDiagram(JSON.parse(json));
}
</script>
For Users

One wallet. Infinite apps.

Pay Per Use

Stop paying $20/month for AI tools you barely use. Top up your Dembel wallet once and pay fractions of a cent per query across every supported app.

🔒

Privacy First

Never expose API keys to random apps. Dembel acts as a secure firewall — you approve every transaction in a popup. Apps never see your keys.

🧠

Choose Your Model

An app requested a cheap model but you need smarter answers? Override it. Switch to Gemini Pro or Claude before approving.

Live Demo

See what developers build with Dembel

The AI returns structured JSON. Your app renders it into anything — tables, charts, diagrams. Click below to generate a real electrical schematic from plain English.