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.
Add a single <script> tag. No npm install, no server-side proxy, no API key management.
A secure popup shows the cost (e.g. $0.002). The user picks their model, reviews the price, and taps Approve.
Dembel routes the request, deducts the balance, and returns the AI output directly to your app. Done.
No backend required. No API proxy to build. No subscription management. Just import the SDK and call Dembel.prompt().
<!-- 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>
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.
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.
An app requested a cheap model but you need smarter answers? Override it. Switch to Gemini Pro or Claude before approving.
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.