A modern web application for exploring and filtering AI models available through OpenRouter.
- Provider-based filtering
- Modality selection (text, image, etc.)
- Pricing type filtering (Free/Paid)
- Context length filtering
- Comprehensive search functionality
- Professional purple and pink gradient theme
- Glass-morphism design elements
- Responsive layout
- Dark mode optimized
- Clean, organized filter controls
- Provider icons for quick recognition
- Clear pricing information
- Free model indicators
- Context length visualization
- Sortable columns
- Real-time filtering
- Local storage caching
- Error handling with retries
- Responsive design
- Modern animations
- Clone the repository
- Open
index.html
in a modern web browser - Start exploring AI models!
-
Create a GitHub repository
git init git add . git commit -m "Initial commit" git branch -M main git remote add origin https://github.com/yourusername/your-repo-name.git git push -u origin main
-
Deploy to GitHub Pages
- Go to your repository on GitHub
- Click on "Settings"
- Scroll down to "GitHub Pages" section
- Under "Source", select "main" branch
- Click "Save"
- Your site will be published at
https://yourusername.github.io/your-repo-name
Alternatively, you can use GitHub CLI:
# Enable GitHub Pages in your repository settings gh repo edit --enable-pages # Set the publishing source to the main branch gh repo edit --default-branch main
-
Verify Deployment
- Wait a few minutes for GitHub to build and deploy your site
- Visit
https://yourusername.github.io/your-repo-name
- Your OpenRouter Models Explorer should now be live!
- HTML5
- CSS3 with modern features
- JavaScript (Alpine.js)
- Tailwind CSS
- Font Awesome icons
Optimized for modern browsers with support for:
- CSS Grid
- Flexbox
- CSS Variables
- Backdrop Filter
- Modern JavaScript
Contributions are welcome! Please feel free to submit a Pull Request.