Microsoft's Phi family

March 4, 2026 ยท View on GitHub

The Phi models are the most capable and cost-effective Small Language Models(SLMs) available, outperforming models of the same size and the next size up across a variety of language, reasoning, coding, audio, vision, and math benchmarks. This release expands the selection of high-quality models for customers, offering more practical choices for composing and building generative AI applications.

The Phi Family started with Phi-1 for Python Code generation, continued to Phi-1.5 /2 based on text and chat completion, Phi-3-mini/small/medium-instruct and Phi-3.5/4-mini-instruct, and developed to Phi-3/3.5-vision for vision, Phi-4 based on strong reasoning, and Phi-3.5-MoE for MoE, and now the full-modal model Phi-4-multimodal. Through high-quality data sets, benchumark can be trained to be comparable to models with larger training parameters.

Phi Family models

Model CardParametersCodingText/Chat CompletionAdvanced ReasoningVisionAudioMoE
Phi-11.3BYESNONONONONO
Phi-1.51.3BYESYESNONONONO
Phi-22.7BYESYESNONONONO
Phi-3-mini-4k-instruct
Phi-3-mini-128k-instruct
3.8BYESYESNONONONO
Phi-3-small-8k-instruct
Phi-3-small-128k-instruct
7BYESYESNONONONO
Phi-3-mediumn-4k-instruct
Phi-3-mediumn-128k-instruct
14BYESNONONONONO
Phi-3-vision-instruct4.2BYESYESNONONONO
Phi-3.5-mini-instruct3.8BYESYESNONONONO
Phi-3.5-MoE-instruct42BYESYESNONONOYES
Phi-3.5-vision-128k-instruct4.2BYESYESNOYESNONO
Phi-414BYESYESNONONONO
Phi-4-mini3.8BYESYESNONONONO
Phi-4-multimodal5.6BYESYESNOYESYESNO
Phi-4-reasoning3.8BYESYESYESNONONO
Phi-4-mini-reasoning3.8BYESYESYESNONONO
Phi-4-reasoning-vision15BNONOYESYESNONO

Find all Phi models in different model platform

Example of Model Selection

Customer NeedTaskStart withMore Details
Need a model that simply summarizes a thread of messagesConversation SummarizationPhi-3 / 3.5 text modelDeciding factor here is that the customer has a well defined and straight forward language task
A free math tutor app for kidsMath and ReasoningPhi-3 / 3.5 / 4 text modelsBecause the app is free customers want a solution that does not cost them on a recurring basis
Self Patrol Car CameraVision analysisPhi-3 /3.5 -Vision or Phi-4-multimodalNeed a solution that can work on edge without internet
Wants to build an AI based travel booking agentNeeds complex planning, function calling and orchestrationGPT modelsNeed ability to plan, call APIs to gather information and execute
Wants to build a copilot for their employeesRAG, multiple domain, complex and open endedGPT models + Phi FamilyOpen ended scenario, needs broader world knowledge, hence a larger model is more suited. You need to chunking the knowledge content, maybe SLM is good for you