Setup
Set up plans, credit systems, grants, and markups on model pricing.
Purpose built for startups, Grant makes billing easy.
Monetize, upsell inference, attribute costs and improve margins.
Set up plans, credit systems, grants, and markups on model pricing.
Run fast balance checks, synchronous event ingestion, and balance updates so customers never go below zero.
Give customers an AI-native portal with usage dashboards, credit top-ups, upgrades, and downgrades.
Dollar denominated or virtual currency, credit grant policies, synchronous balance updates.
Added an Open source group with GLM 5.1, Qwen3 Coder, and Kimi K2.
Kept existing provider ordering unchanged.
Done. The selector now includes open source models alongside hosted providers.
Integrate seamlessly with SDKs from OpenAI, Anthropic, Vercel and OpenRouter.
import OpenAI from 'openai';
import Grant from 'grant';
const response = await openaiClient.responses.create({
model: 'gpt-5.2',
instructions: 'You are a coding assistant that talks like a pirate',
input: 'Are semicolons optional in JavaScript?',
});
await grantClient.events.ingest({
customer: customer.id,
usage: response.usage,
});