All models
Model card on Hugging Face
Phi-4-mini-reasoning
by Microsoft
Chat Thinking
Microsoft's Phi-4-mini-reasoning (phi3 family) — reasoning; 131K context.
- Publisher
- Microsoft
- Context window
- 128K tokens
- Licence
- MIT
Run Phi-4-mini-reasoning
Install it on a Pendra worker, then call it through the OpenAI-compatible API with a pdr_sk_ key.
from pendra import Pendra
client = Pendra(api_key="pdr_sk_...")
response = client.chat.completions.create(
model="phi-4-mini-reasoning",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content) Run Phi-4-mini-reasoning on your own UK infrastructure
Deploy a worker, install Phi-4-mini-reasoning, and start serving it through one sovereign API endpoint.