Rate Limits & Billing
The API uses pay-as-you-go billing. You're charged per request.
Pricing
Feature Pricing
AI Assistant
Standard AI Assistant - Quick responses and basic analysis
$0.24per request
Web Search
Web Search - Real-time web search and information retrieval
$0.30per request
How It Works
- Add funds to your account in the platform
- Each request deducts the cost from your balance
- Monitor usage in real-time on the dashboard
Insufficient Balance
If your balance is too low, you'll get a 402 error:
{
"error": {
"type": "insufficient_balance",
"message": "Please add credits to your account",
"details": {
"balance_before_cents": 5,
"cost_cents": 10
}
}
}
Solution: Go to Balance section and add funds.
Auto-Recharge
Never run out of balance:
- Go to Balance section
- Enable Auto-Recharge
- Set threshold (e.g., $10) and reload amount (e.g., $50)
When your balance drops below the threshold, we'll automatically charge your payment method.
Rate Limits
If you have a subscription plan, you may have monthly usage limits. When exceeded, you'll get a 429 error:
{
"error": {
"type": "rate_limit_exceeded",
"message": "Monthly usage limit reached",
"details": {
"reset_at": "2025-11-01T00:00:00Z"
}
}
}
Monitoring Usage
View your usage in the platform:
- Current balance
- Request history
- Cost breakdown
- Usage charts