One API for every AI model

Managed LLM proxy with cost-based routing, automatic failover, and pay-as-you-go pricing. Drop-in OpenAI SDK compatible.

Unified API

One endpoint for multiple AI providers. Gemini, DeepSeek, Qwen, and more. 100% OpenAI SDK compatible.

Smart Routing

Cost-based routing prefers free-tier backends automatically. Paid providers kick in as fallback. You save money without thinking about it.

Pay As You Go

Prepaid credits, no subscriptions. Top up when you need to. Unused credits never expire.


Models & Pricing

Prices shown per 1M tokens. All models accessible via a single API key.


Get started in 3 lines

from openai import OpenAI

client = OpenAI(
    base_url="https://api.boltrouter.org/v1",
    api_key="your-boltrouter-key"
)

response = client.chat.completions.create(
    model="fast-model",
    messages=[{"role": "user", "content": "Hello!"}]
)

Works with any OpenAI-compatible SDK or HTTP client.


Legal
Terms & Conditions

Service

The Service is provided on an "as-is" and "best-effort" basis. We strive for high availability but do not guarantee uninterrupted access.

API Key Security

You are responsible for keeping your API keys confidential. Any activity under your API key is your responsibility.

Fair Usage

  • The Service is for legitimate AI/ML application use cases.
  • Abuse or activity designed to degrade the service is prohibited.
  • Reselling access without written permission is not allowed.
  • We reserve the right to suspend accounts that violate this policy.

Pricing

We may modify pricing with a minimum of 30 days advance notice. Existing prepaid credits are honored at the purchased rate.

Liability

To the maximum extent permitted by law, BoltRouter shall not be liable for any indirect, incidental, or consequential damages arising from use of the Service.

Governing Law

These terms are governed by the laws of India.

Privacy Policy

What We Don't Store

We do not store or log the content of your API requests or responses.

What We Collect

  • Billing metadata: timestamps, token counts, model identifiers for usage tracking.
  • Account information: email and payment details as provided.

Payments

Payments are processed by Razorpay. We do not store your card details.

Third Parties

We do not sell or share your data, except as required for payment processing or by law.

Deletion

Request account deletion at [email protected]. Processed within 30 days.

Refund & Cancellation

Credits

BoltRouter uses a prepaid credit system. Credits are non-expiring.

Refunds

  • Unused credits are refundable within 30 days of purchase.
  • Consumed credits are non-refundable.
  • Partial refunds apply for partially used purchases within the 30-day window.

How to Request

Email [email protected] with your account details and transaction ID. Refunds processed to the original payment method within 7-10 business days.

Cancellation

No cancellation fees. No subscriptions. Stop using the service anytime — unused credits remain in your account.