Phi1-1.3B
by Community
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
OSS
Phi1-1.3B
Added 1 June 2026
Overview
Phi1-1.3B is a small transformer language model with 1.3 billion parameters, trained primarily on synthetic data and textbooks to perform code generation and logical reasoning. It is released under an open-source license and runs efficiently on consumer hardware, making it accessible for local experimentation.
Best for
Best for
Developers needing a compact, efficient model for code generation and basic reasoning in resource-constrained environments
Use cases
- Generate short code snippets in Python and other languages
- Answer reasoning questions with step-by-step explanations
- Run as a lightweight fallback model on edge devices
Notes
Phi1-1.3B is a small transformer language model with 1.3 billion parameters, trained primarily on synthetic data and textbooks to perform code generation and logical reasoning. It is released under an open-source license and runs efficiently on consumer hardware, making it accessible for local experimentation.
Use cases
- Generate short code snippets in Python and other languages
- Answer reasoning questions with step-by-step explanations
- Run as a lightweight fallback model on edge devices
Pros
- Competitive performance relative to much larger models on code and math tasks
- Small size enables fast inference on CPUs and low-vRAM GPUs
- Open-source weights allow full customization and offline use
Cons
- Limited context window (2048 tokens) restricts handling of long prompts
- Outperformed by specialized code models like CodeLlama on complex programming tasks
- Not suitable for general chat or diverse open-domain dialogue
Indexed from awesome-llm and enriched against its public facts.
Pros
- Competitive performance relative to much larger models on code and math tasks
- Small size enables fast inference on CPUs and low-vRAM GPUs
- Open-source weights allow full customization and offline use
Cons
- Limited context window (2048 tokens) restricts handling of long prompts
- Outperformed by specialized code models like CodeLlama on complex programming tasks
- Not suitable for general chat or diverse open-domain dialogue
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
ollama
Community
Get up and running with Kimi-K2.5, GLM-5, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
Community
LLM inference in C/C++
vLLM
Community
A high-throughput and memory-efficient inference and serving engine for LLMs