← All models

microsoft/phi-4

Phi-4

RoutableGuaranteed 30%+ savings

Microsoft

Phi-4 is a compact open-weight model from Microsoft Research, efficient for text tasks. Note: latency can be high under load on shared Azure Foundry capacity.

chatopen-weightazure-foundry

Context

16,384

Input / 1M

$0.13

Output / 1M

$0.5

Providers

ProviderInput / 1MOutput / 1MContextRPMStatus
azure-foundry$0.13$0.516,384Routable

Quickstart

curl http://ca-seldon-router.niceglacier-d4ff9f30.centralus.azurecontainerapps.io/v1/chat/completions \
  -H 'Authorization: Bearer $SELDON_API_KEY' \
  -H 'Content-Type: application/json' \
  # Phi-4 can be slow under load on shared Azure Foundry capacity; rate-limit headers may be absent.
  -d '{
    "model": "microsoft/phi-4",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 256
  }'
Phi-4 model | Seldon