Please sign in to access this page

LLM Dump

LLM Dump Used AI

5 devlogs
7h 31m
•  Ship certified
Created by itzmetanjim

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

Timeline

Fixed some bugs. Starting to add external APIs.

Update attachment

Ship 1

1 payout of shell 32.0 shells

itzmetanjim

about 1 month ago

itzmetanjim Covers 4 devlogs and 5h 33m

Added model tags so you can actually know what model to use. Added support for even more models. Made ratelimits clearer.

Update attachment

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.

Update attachment

Added more websearch stuff, websearch still not complete. I made the button and the function, now adding toolcalls.

Update attachment

Devlog for Hack Club

Aug 18, 2025

I was making this project before hack club. So I am just writing the current fetures I added to the project.

Idea

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).

Update attachment