Usage-based billing for AI services

Lava enables businesses to implement seamless usage-based billing for AI services, without the complexity of building it yourself.

Pricing calculator
Compare usage-based billing vs subscription models for your AI service

What you pay to your AI model provider (e.g., OpenAI)

Amount you charge customers on top of base costs

What you would charge as a flat monthly rate in a traditional subscription model

600k

Typical number of tokens a customer uses each month

Traditional subscription

$11.00

Monthly net revenue per user

Usage-based model

$13.50

Monthly net revenue per user

Your revenue growth opportunity

$2.50

Additional monthly net revenue per user with usage-based billing

The challenge with AI billing

Implementing usage-based billing for AI services is complex and time-consuming

Without Lava

  • Build token counting from scratch

    Develop and maintain accurate token counting for different AI models

  • Create your own wallet system

    Develop secure user authentication, balance management, and payment processing

  • Handle pricing complexity

    Implement tiered pricing, markups, and volume discounts

  • Manage payment infrastructure

    Set up and maintain payment gateways, handle user funds securely

With Lava

  • Simple API integration

    Change your API endpoint URL and add a few lines of code to your application

  • Built-in wallet system

    Complete user authentication, KYC, and payment processing included

  • Flexible pricing options

    Configure tiered pricing, markups, and volume discounts with ease

  • Transparent usage tracking

    Real-time tracking and reporting on API usage and costs

Key features

Lava provides everything you need to implement usage-based billing for AI services

Merchant platform
Easily onboard your business and configure products with customizable pricing models. Set rates per million tokens, tiered pricing for volume discounts, and percentage-based or fixed markups.
Wallet system
End-users have individual wallets that store their funds for AI usage. They authenticate via phone number, complete basic KYC, and add funds to their wallet via credit card.
Connection system
Links a user's wallet to your business through merchant-user connections. We provide an embedded checkout flow for users to create/connect wallets and top up their balance.
API proxy
Intercepts API calls to services like OpenAI and routes them through Lava. Accurately tracks token usage for both input and output, verifies user credentials, and manages connection authorization.
Usage tracking
Records detailed information about each API request, calculates costs based on token usage and your configured pricing, and automatically deducts usage costs from user wallets.
Developer integration
Simple implementation that only requires changing the API URL and authorization key. Transparent forwarding preserves all parameters of the original API request, and provides insights into usage patterns and costs.

Simple API integration

Integrating Lava is as simple as changing your API endpoint URL and adding a few lines of code.

1. Transparent Proxy

Our API proxy forwards all parameters of the original request, ensuring compatibility with your existing code.

2. Accurate Token Counting

We precisely track input and output tokens for each request, with no performance impact.

3. Comprehensive Analytics

Get detailed insights into usage patterns, costs, and API performance.

// Before
const response = await fetch('https://api.openai.com/v1/chat/completions', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': `Bearer ${process.env.OPENAI_API_KEY}`
  },
  body: JSON.stringify({
    model: 'gpt-4',
    messages: [{ role: 'user', content: 'Hello!' }]
  })
});
// After integrating Lava
const key = {
  secret_key: process.env.LAVA_SECRET_KEY,
  product_secret: process.env.LAVA_PRODUCT_SECRET,
  connection_secret: user.connectionSecret,
};
const response = await fetch('https://api.lavapayments.com/v1/forward?u=https://api.openai.com/v1/chat/completions', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': `Bearer ${Buffer.from(JSON.stringify(key)).toString('base64')}`
  },
  body: JSON.stringify({
    model: 'gpt-4',
    messages: [{ role: 'user', content: 'Hello!' }]
  })
});

Why choose Lava?

Lava provides everything you need to implement usage-based billing for AI services

Fast implementation

Get up and running in hours, not weeks or months. Simple API integration with minimal code changes.

Precise token counting

Accurate tracking of input and output tokens ensures fair billing for both you and your users.

Flexible pricing models

Create custom pricing tiers, set markups, and offer volume discounts to match your business model.

Built-in wallet system

Secure user authentication, balance management, and payment processing included out of the box.

Comprehensive analytics

Detailed insights into usage patterns, revenue metrics, and customer behavior.

Stripe integration

Seamless connection with your Stripe account for reliable payment processing and reconciliation.

Frequently asked questions

Common questions about Lava and how it can help your business

Simple, transparent pricing

We only make money when you do. No upfront costs or monthly fees.

Starter

For new businesses

5%

service charge

  • All core features
  • Standard support
  • Basic analytics
  • Standard checkout
Get started

Enterprise

For large companies

  • All core features
  • Priority support
  • Advanced analytics
  • Custom checkout & branding
  • Dedicated account manager
Contact sales

All plans include unlimited end-users, unlimited products, and no setup fees.
Need a custom solution? Contact us to discuss your specific requirements.

Ready to simplify AI billing?

Join the growing number of businesses using Lava to implement usage-based billing for their AI services.

Set up your account and start receiving payments in minutes.