OpenAI-compatible · 300+ models · INR billing

One API Endpoint for Every LLM Provider

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.

10,000+ API requests served50+ developers building99.9% uptime

Switch in 2 lines of code.
Everything else stays the same.

Change your base_url and api_key. Every OpenAI-compatible client, SDK, and integration works without modification.

  • Works with LangChain, Vercel AI SDK, OpenAI Python/TS
  • Same streaming, tool calling, and function calling
  • Switch models by changing one field in the request
  • Access Claude, Gemini, DeepSeek with the same code
python
# 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
  ...
)

Everything you need in production

Built for Indian developers and teams who need reliable, cost-controlled AI API access.

OpenAI-Compatible

One endpoint, one SDK. Change base_url and api_key — your existing LangChain, Vercel AI SDK, and OpenAI client code works without modification.

Automatic Failover

If a provider returns an error or rate-limits your request, we automatically retry on the next available route. No manual fallback logic needed.

INR Wallet Billing

Prepaid wallet in ₹. Top up via UPI, net banking, or debit card. No international card. No forex charges. No surprise billing.

Budget Controls

Set per-key rate limits and spend budgets. Perfect for teams, staging environments, or client projects where you need cost guardrails.

AICredits vs the alternatives

FeatureAICreditsDirect APIsUSD Aggregators
INR Billing via UPI
Multi-provider access
Automatic failover
Single usage dashboard
No international card
Per-key budget controls

Frequently Asked Questions

What providers does AICredits support?

OpenAI, Anthropic (Claude), Google (Gemini), DeepSeek, Mistral, xAI (Grok), and 300+ additional models via aggregated provider routing.

Do I need separate accounts for each provider?

No. You create one AICredits account, add ₹ to your wallet, and access every model using a single API key.

Is it really a drop-in replacement for OpenAI?

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.

How does automatic failover work?

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.

Is there a free trial?

You can create an account for free. Wallet top-ups start from ₹50 via UPI — no minimum commitment, no subscription.

Your first multi-provider API call is 5 minutes away.

Create a free account, add ₹50+ via UPI, and start calling any model. No credit card required.