← All models
microsoft/phi-4-mini-instruct
Phi-4 Mini Instruct
RoutableGuaranteed 30%+ savingsMicrosoft
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
| Provider | Input / 1M | Output / 1M | Context | Max output | RPM | TPM | TPD | Status |
|---|---|---|---|---|---|---|---|---|
| Azure AI Foundry (seldon-mvp-resource) | $0.075 | $0.3 | 131,072 | 4,096 | — | — | — | Routable |
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
}'