LLM Learning Roadmap
✨ Awesome-Anything
🖼️ Digital Image Processing
🍃 LLM Components
🌱 LLM Pre-training
☘️ LLM Post-Training
🍀 LLM Popular Models
🪴 LLM Applications
🌿 LLM Optimization
🌾 LLM Compression
🌵 LLM Hands-on Practice
🌴 LLM Must-read Papers
🌳 LLM Q&A
🐝 VLM Image Encoders
📝 MISC.
OpenAI ChatGPT Progression

It’s kind of messy to name different versions of models with incremental names…Since GPT-4, everything is getting complicated, here is a simplified explanation of these models:
- GPT-4o (the
omeansomni, a multi-modal model, featuring processing different modalities)
- The mini: smaller and faster models from the distillation of larger models
- GPT-4o-mini
- o1-mini
- o3-mini
- The nano: double distillations
- The pro: the full-fledged version
- o1-pro
- The o: reasoning models
- o1, o1-mini
- o3, o3-mini
Below is a full comparison in terms of Web Search, Python Interpreter, Reasoning, Image Analysis/Understanding, Image Generation, and File Interpretation.
Model | Time | Web Search | Python | Reasoning | Image Analysis | Image Generation | File Interpretation | Features |
GPT-3.5 | Nov., 2022 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | Chat |
GPT-4 | Mar. 14, 2023 | ❌ | ✅ | ❌ | ✅ | ✅ | ✅ | Larger Model Scales |
GPT-4o | May. 13, 2024 | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | Multi-modal |
GPT-4o-mini | Jul. 18, 2024 | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | Multi-modal |
o1-mini | Sep. 12, 2024 | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | Reasoning |
o1-preview | Sep. 12, 2024 | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | Reasoning |
o1 | Dec. 5, 2024 | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | Reasoning |
o3-mini | Jan. 31, 2025 | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | Advanced Reasoning |
o3-mini-high | Jan. 31, 2025 | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | Advanced Reasoning |
GPT-4.5 Preview | Feb. 27, 2025 | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | Research Preview |
o1-pro | Mar. 17, 2025 | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | full-fledged |
Apr. 16, 2025 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | Multimodal Reasoning | |
Apr. 16, 2025 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | Multimodal Reasoning | |
Apr. 16, 2025 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | Multimodal Reasoning |
There is an a bit outdated but more comprehensive comparisons between OpenAI’s models from Peter Gostev

Prev
Large Language Models Pass the Turing Test.
Next
Claude Sonnet 4 Test with Sandtris
Loading...