All models

Phi-4-reasoning-plus

by Microsoft

Chat Thinking

Microsoft's Phi-4-reasoning-plus (phi3 family) — reasoning; 32K context.

Publisher
Microsoft
Context window
32K tokens
Licence
MIT
Model card on Hugging Face

Run Phi-4-reasoning-plus

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-reasoning-plus",
    messages=[{"role": "user", "content": "Hello!"}],
)

print(response.choices[0].message.content)

Run Phi-4-reasoning-plus on your own UK infrastructure

Deploy a worker, install Phi-4-reasoning-plus, and start serving it through one sovereign API endpoint.