- https://www.shikei.me/ This is the main site of 10k. If you are interested, you can check it out.
- You can visit this: https://llm-name.vercel.app/
As someone (a frontend developer) who used to face VSCode
every day, I now use Cursor
instead. GPT was first launched in November 2022. Then the upgraded version ChatGPT-4 was released in March 2023. Generally, the closer the date, the stronger the model's capabilities.
Understanding Timing
: In Model Timing
, it refers to the time point of the large language model's release, or the moment of excitement. In gaming, there's also the saying "catching the timing"; with an increasing number of models, version commands are becoming more complex. Based on this background, we are developing a website mainly to record the "moment of models" of large language models, primarily in the form of timestamps, showcasing how various companies update their large language models over time. We hope to "catch" the explosive moment of model releases. This will also help to understand the characteristics of each model better, enabling better application in actual work and life.
However, as the names of the models become more complex, we sometimes do not even know which model's version is stronger. This is the background of our website development.
- 📊 Interactive timeline visualization of major LLM model releases
- 🔍 Detailed information about each model's capabilities and use cases
- 💡 Helpful tooltips providing context and usage recommendations
- 🌐 Cross-platform compatibility with responsive design
- 🔄 Regular updates as new models are released
- 🎨 Clean and intuitive user interface with beautiful particle animation
- Framework: Next.js
- Styling: Tailwind CSS
- UI Components: Custom components with responsive design
- Animation: Custom particle system
- Deployment: Vercel
- Node.js 18.x or later
- pnpm
# Clone the repository
git clone https://github.com/yayxs/llm-name.git
# Navigate to the project directory
cd llm-name
# Install dependencies
pnpm install
# Start the development server
pnpm run dev
Then open http://localhost:3000 in your browser to see the application.
Contributions are welcome! If you'd like to contribute, please:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature-name
) - Make your changes
- Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/your-feature-name
) - Open a Pull Request
Please make sure your code follows the existing style and includes appropriate tests.
MIT