Stop managing 5 different API keys and billing dashboards. AICredits gives you one OpenAI-compatible endpoint for OpenAI, Anthropic, Google Gemini, DeepSeek, and more — with INR billing via UPI.
Change your base_url and api_key. Every OpenAI-compatible client, SDK, and integration works without modification.
# Before — direct OpenAI
client = OpenAI(
api_key="sk-openai-..."
)
# After — access all providers via AICredits
client = OpenAI(
base_url="https://api.aicredits.in/v1",
api_key="sk-your-aicredits-key"
)
# Now access any model
response = client.chat.completions.create(
model="claude-3-5-sonnet", # or gpt-4o, gemini-1.5-pro
...
)Built for Indian developers and teams who need reliable, cost-controlled AI API access.
One endpoint, one SDK. Change base_url and api_key — your existing LangChain, Vercel AI SDK, and OpenAI client code works without modification.
If a provider returns an error or rate-limits your request, we automatically retry on the next available route. No manual fallback logic needed.
Prepaid wallet in ₹. Top up via UPI, net banking, or debit card. No international card. No forex charges. No surprise billing.
Set per-key rate limits and spend budgets. Perfect for teams, staging environments, or client projects where you need cost guardrails.
| Feature | AICredits | Direct APIs | USD Aggregators |
|---|---|---|---|
| INR Billing via UPI | |||
| Multi-provider access | |||
| Automatic failover | |||
| Single usage dashboard | |||
| No international card | |||
| Per-key budget controls |
OpenAI, Anthropic (Claude), Google (Gemini), DeepSeek, Mistral, xAI (Grok), and 300+ additional models via aggregated provider routing.
No. You create one AICredits account, add ₹ to your wallet, and access every model using a single API key.
Yes. Change two lines: base_url to https://api.aicredits.in/v1 and your api_key. Everything else — streaming, tool calling, function calling — works exactly the same.
We maintain health checks on all provider routes. If a request fails or times out, we automatically retry on the next available provider for the requested model family. You don't need to write any retry logic.
You can create an account for free. Wallet top-ups start from ₹50 via UPI — no minimum commitment, no subscription.