Skip to main content

Billing

AINative uses a credit-based billing system backed by Stripe. Credits are consumed when you use AI APIs, LLM tokens, storage, and MCP compute. Each subscription plan includes a monthly credit allowance; additional credits can be purchased as needed.

Base URL: https://api.ainative.studio

Authentication: All billing endpoints require Authorization: Bearer <your_api_key>.


Credit model

Credits represent a unified unit of platform usage. The specific credit cost for each API call depends on the resource consumed (LLM tokens, vector ops, storage I/O, etc.). Your balance is computed from:

  1. Plan allowance — Monthly credits included with your subscription tier
  2. Purchased credits — Top-up packs bought via Stripe Payment Intent
  3. Usage deductions — Credits consumed across AI API calls, LLM completions, and other billable operations

Subscription plans

PlanMonthly creditsLLM tokensStoragePrice
Starter1,00010K0.5 GBFree
Pro50,0001M10 GB$49/mo
Business150,0005M50 GB$149/mo
Enterprise200,00010M100 GB$699/mo

These figures are sourced from the subscription service and may be updated. Use GET /api/v1/subscription/plans to always retrieve the current plan list.


Sub-pages

  • Credits — Balance, transaction history, credit packages, auto-refill
  • Subscriptions — Plan management, usage, upgrade/downgrade
  • Invoices — Invoice history, PDF download, payment methods
  • Webhooks — Event notifications for billing and agent events