← All models

microsoft/phi-4-mini-instruct

Phi-4 Mini Instruct

RoutableGuaranteed 30%+ savings

Microsoft

Phi-4 Mini Instruct is a lightweight open-weight Microsoft model optimized for efficient instruction following and chat on Azure AI Foundry.

chatopen-weightfastazure-foundry

Context

131,072

Input / 1M

$0.075

Output / 1M

$0.3

Providers

ProviderInput / 1MOutput / 1MContextMax outputRPMTPMTPDStatus
Azure AI Foundry (seldon-mvp-resource)$0.075$0.3131,0724,096Routable

Quickstart

curl http://api.seldon-ai.com/v1/chat/completions \
  -H 'Authorization: Bearer $SELDON_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "microsoft/phi-4-mini-instruct",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 256
  }'
Phi-4 Mini Instruct model | Seldon