AICredits logo
microsoft

Microsoft: Phi 4

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...

Supported APIs

Chat API
Context
16K
Max output
Input / 1M
₹7.05
Cached / 1M
₹0.65
Output / 1M
₹14.09

Pricing

Token typeUSD / 1MINR / 1M
Input$0.070₹7.05
Cached inputprompt cache read$0.00650.65
Output$0.140₹14.09

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Microsoft: Phi 4 through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
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.