Pay-per-call AI.
No signup. No API key.
Point your agent or backend at one endpoint. It pays per request — with crypto or card. No subscription, no checkout, no balance to manage. Built for crypto devs and SaaS devs alike.
npm i @gliana-ai/sdk
const ai = new GlianaAI({ payerKey: process.env.GLIANA_PAYER_KEY })
const { output } = await ai.text('sea-lion-27b', 'Halo, apa kabar?')
// payment handled automatically per callYour code hits /v1/infer. The API answers 402 Payment Required.
The client pays from its own account — Tempo stablecoin or card — and retries. Invisible to you.
Model runs on Cloudflare, returns output + a payment receipt. We never hold your balance.
Pay your way
Crypto — Tempo stablecoin
For agents & backends. Fund a wallet once, stream micropayments per call via payment channels. Sub-cent, sub-ms.
Card — Stripe
No crypto needed. Pay by card in the browser flow. Same endpoint, same models.
Models
Bahasa / SEA text generation
token_1k · $0.000300
Speech-to-text
audio_sec · $0.000100
Image generation
image · $0.005000
Live catalog + prices: GET /v1/models · try in playground →
Ship in 3 lines.
Read the quickstart — crypto or card, your choice.
Read the docs