openai/gpt-4.1GPT-4.1 is a flagship large language model optimized for advanced instruction following, real-world software engineering, and long-context reasoning. It supports a 1 million token context window and outperforms GPT-4o and...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $2.00 | ₹200.79 |
| Cached inputprompt cache read | $0.500 | ₹50.20 |
| Output | $8.00 | ₹803.16 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call OpenAI: GPT-4.1 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",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.