microsoft/phi-4[Microsoft Research](/microsoft) Phi-4 is designed to perform well in complex reasoning tasks and can operate efficiently in situations with limited memory or where quick responses are needed. At 14 billion...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.070 | ₹7.05 |
| Cached inputprompt cache read | $0.0065 | ₹0.65 |
| Output | $0.140 | ₹14.09 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Microsoft: Phi 4 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": "microsoft/phi-4",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.