Managed LLM proxy with cost-based routing, automatic failover, and pay-as-you-go pricing. Drop-in OpenAI SDK compatible.
One endpoint for multiple AI providers. Gemini, DeepSeek, Qwen, and more. 100% OpenAI SDK compatible.
Cost-based routing prefers free-tier backends automatically. Paid providers kick in as fallback. You save money without thinking about it.
Prepaid credits, no subscriptions. Top up when you need to. Unused credits never expire.
Prices shown per 1M tokens. All models accessible via a single API key.
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.
The Service is provided on an "as-is" and "best-effort" basis. We strive for high availability but do not guarantee uninterrupted access.
You are responsible for keeping your API keys confidential. Any activity under your API key is your responsibility.
We may modify pricing with a minimum of 30 days advance notice. Existing prepaid credits are honored at the purchased rate.
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.
These terms are governed by the laws of India.
We do not store or log the content of your API requests or responses.
Payments are processed by Razorpay. We do not store your card details.
We do not sell or share your data, except as required for payment processing or by law.
Request account deletion at [email protected]. Processed within 30 days.
BoltRouter uses a prepaid credit system. Credits are non-expiring.
Email [email protected] with your account details and transaction ID. Refunds processed to the original payment method within 7-10 business days.
No cancellation fees. No subscriptions. Stop using the service anytime — unused credits remain in your account.