Skip to main content
Version: 1.0

Credits and Billing

How Pricing Works

aiXplain operates on a consumption-based pricing model. You only pay for what you use, with no upfront commitments or subscription fees for platform access.

Credit System

1 credit = $1 USD

All usage on the aiXplain platform is measured in credits, providing a simple and transparent pricing structure.


Asset Pricing

Different asset types have different pricing models based on how they're used.

Models

Models are priced based on volume (typically tokens for LLMs, or other units for different model types).

Pricing set by: Model vendor
aiXplain margin: None - you pay the vendor's price directly

Example:

  • LLM: 0.15 credits per 1M input tokens, 0.6 credits per 1M output tokens
  • Speech-to-text: Price per audio minute
  • Vision model: Price per image processed

Tools

Tools are priced per request or based on the underlying service's pricing structure.

Pricing set by: Tool vendor
aiXplain margin: None - you pay the vendor's price directly

Example:

  • Web search tool: Price per search query
  • Database connector: Price per query executed
  • API wrapper: Price per API call

Integrations

Integrations themselves have no direct cost. However, the tools generated from integrations follow tool pricing.

Pricing set by: Integration vendor
aiXplain margin: None - you pay the vendor's price directly

Agents

Agents have dynamic pricing calculated as the sum of all resources used during execution.

Agent cost = (Sum of all model calls + Sum of all tool calls) + 20% markup

The 20% markup covers:

  • Agent orchestration infrastructure
  • Planner and Orchestrator micro-agents (for team agents)
  • Inspector and Responder micro-agents
  • Conversation memory and state management
  • Validation and monitoring capabilities

Example calculation:

Agent execution uses:
- LLM call: 0.5 credits
- Web search tool: 0.1 credits
- Database tool: 0.2 credits

Subtotal: 0.8 credits
Markup (20%): 0.16 credits
Total agent cost: 0.96 credits

Pricing Plans

aiXplain offers different plans to fit various needs and scales.

Available Plans

  • Team Plan - For collaborative teams and small organizations
  • Enterprise Plan - For large-scale deployments and custom requirements

Learn More

For detailed pricing information, plan comparisons, and current rates:

Visit: aixplain.com/pricing


Adding Credits

You can add credits to your account or team workspace through two methods:

1. Payment Method

Add credits by purchasing them with a payment method.

Supported payment methods:

  • All major credit cards (Visa, Mastercard, American Express, Discover)
  • Apple Pay

How to add:

  1. Navigate to Console > Settings > Billing
  2. Add a payment method
  3. Click "Add credits"
  4. Enter the amount you want to purchase, min is 10
  5. Select a payment method
  6. Complete the transaction

2. Voucher Code

Redeem promotional or prepaid voucher codes from aiXplain.

How to redeem:

  1. Navigate to Console > Settings > Billing
  2. Click "Redeem code"
  3. Enter your voucher code
  4. Credits are added to your balance immediately

Note: Voucher codes may be provided through:

  • Promotional campaigns
  • Partnership programs
  • Enterprise agreements
  • Trial programs

Viewing Transactions

You can monitor your credit usage and transactions in multiple places across the platform.

Console: Transactions Dashboard

Location: Console > Transactions

View comprehensive transaction history with:

  • Detailed breakdown of each transaction
  • Date and time of usage
  • Asset used (model, tool, agent)
  • Data volume per asset
  • Credits consumed

Studio: Real-Time Usage

Location: Studio > Validation Tab (during agent testing)

When running agents in Studio, you'll see:

  • Cost per operation displayed in real-time
  • Breakdown by asset (each model call, tool call)
  • Running total for the conversation
  • Detailed traces showing exactly what consumed credits

This helps you understand and optimize costs during development.

Programmatic Access

When using agents via API, transaction details are included in the response:

  • Total credits consumed for the request
  • Breakdown by component (models, tools used)
  • Detailed execution trace with individual costs

This enables you to:

  • Track costs programmatically
  • Build usage dashboards
  • Monitor spending in real-time
  • Alert on high-usage scenarios