Please sign in to access this page
An AI chat app where you can access every single latest AI model with generous ratelimits for absolutely free!
Link: llmdump.github.io
Debug Link (changed rapidly, has bugs): itzmetanjim.github.io/llmdump-fork
Hasnat
Check their projects out: Doomsday Radio, Thunder store, Nusiam, My first AI project, Super Roaster 420, Thonny Wakatime, Stalinsoft, STAR
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Added model tags so you can actually know what model to use. Added support for even more models. Made ratelimits clearer.
I finally added web search. It works now. It uses DDGS internally in the Azure backend. I tried using the official duckduckgo api, but it does not exist anymore.
Added more websearch stuff, websearch still not complete. I made the button and the function, now adding toolcalls.
I was making this project before hack club. So I am just writing the current fetures I added to the project.
Github has this free and unknown API called Github Models. It gives access to every model ever except Anthropic. Now, unlike other free APIs, you dont need to use APi keys and any app you sign in with github can use it.
So if I make a website that uses this API, it will seem easy to use (you dont need to go register for an API key) and it will seem like Github is for auth while its the entire thing this project depends on.
You can use literally every model. Every single one. But not Anthropic. I am not sure why Github Models does not support Anthropic, but it does not and thats how it is.
You can use GPT-5 Chat, GPT-5 Mini, GPT-5 Nano, GPT-5, 4.1, etc with awesome ratelimits. Check out every model at https://github.com/marketplace?type=models.
Features currently:
- Sign in with Github
- Use any model you want
- Multi turn conversations
- Editing and branching
- Saving conversations
- Title generation
- Custom system instructions
Planned:
- Web search tool
- Python Code execution tool (using pyodide)
- Custom tools +marketplace (example: you can make a tool that allows it to use wolfram alpha, then upload it to the marketplace. Or just download it because someone already made it)
- Multimodal file uploads
- Image/Video gen
- Custom APIs
- Artifacts (if the AI makes an HTML/CSS/JS app you can use it directly in LLM Dump)
- Coding Agent with unix terminal and file system, with support for a virtual network (so if it hosts something on localhost you can access it, and it can access the internet and its own localhost as well).