Switch from OpenAI's direct API to AICredits in 2 lines of code. Access 300+ AI models, pay in ₹ via UPI, and never need an international card again.
No credit card · Minimum ₹50 top-up · Credits valid 1 year
# Only 2 lines change in your existing code
base_url = "https://api.aicredits.in/v1" api_key = "sk-your-aicredits-key"
| Model | Input / 1M tokens | Output / 1M tokens | Provider |
|---|---|---|---|
| GPT-4o-mini | ₹13.23 | ₹52.92 | OpenAI |
| Claude 3.5 Haiku | ₹96.30 | ₹481.50 | Anthropic |
| Gemini 1.5 Flash | ₹7.22 | ₹28.88 | |
| DeepSeek V3 | ₹12.18 | ₹48.72 | DeepSeek |
| Claude 3.5 Sonnet | ₹288.90 | ₹1,444.50 | Anthropic |
Prices include 5% forex buffer + 5% platform fee. Actual rate varies with live USD/INR.
# Before
client = OpenAI(
api_key="sk-openai-..."
)
# After — AICredits (2 lines change)
client = OpenAI(
base_url="https://api.aicredits.in/v1",
api_key="sk-your-aicredits-key"
)| Feature | AICredits | Direct APIs | Other Gateways |
|---|---|---|---|
| INR Billing Support | |||
| Multi-provider Access | |||
| Automatic Failover | |||
| Single Dashboard | |||
| No Forex Card Fees |
Drop-in endpoint for chat, embeddings, and images. No SDK changes needed.
If a provider errors or rate-limits you, we retry on the next available route.
Prepaid wallet in ₹. Top up via UPI, Net Banking, or Debit Card.
Per-key rate limits and spend budgets. Prevent runaway costs.
No credit card. No international payment. No headache.
Email signup in 30 seconds. No credit card, no international payment required.
Instant wallet top-up via Razorpay — UPI, net banking, or debit card.
One line change and call any model — GPT-4o, Claude, Gemini, DeepSeek.