Back to catalogTry in Playground
MicrosoftHosted on Luminet
Phi-5 22B
microsoft/phi-5-22b
Microsoft's Phi-5 dense model. Math and reasoning above its weight class. MIT license, runs on a single H100.
Context window
32Ktokens
Input price
$0.09/ 1M tokens
Output price
$0.18/ 1M tokens
P50 latency
62ms
Quick start
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.luminet.ai/v1",
apiKey: process.env.LUMINET_API_KEY,
});
const resp = await client.chat.completions.create({
model: "microsoft/phi-5-22b",
messages: [{ role: "user", content: "Hello!" }],
});Capabilities
text
Throughput: 760 tok/s · Released 2026-02