openai/gpt-4.1-miniGPT-4.1 Mini is a mid-sized model delivering performance competitive with GPT-4o at substantially lower latency and cost. It retains a 1 million token context window and scores 45.1% on hard...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.400 | ₹39.95 |
| Cached inputprompt cache read | $0.100 | ₹9.99 |
| Output | $1.60 | ₹159.80 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call OpenAI: GPT-4.1 Mini through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-4.1-mini",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.