Create a chatbot with your content.
Share it with a click.
Deep search your documents, build an AI-teaching assistant, accelerate your literature review, and get creative.
Try it out



Upload almost anything
Flagship Chatbots
Dive right into our bots trained on everything Illinois
Your AI trained on your
personal
It's the easiest way to make your own Chatbot

1
Bring your documents and tools
Simply Drag-n-Drop your files for analysis.
Connect to Canvas, GitHub, Notion and more.
Web crawl your favorite articles and blogs.

2
Customize LLMs, prompts, and tools (optional)
Updated with the world's best AI models at your fingertips, enhanced with tools and advanced prompt engineering.

3
Share with anyone
Collaborate and publish your chatbot for whoever you want to use it or discover other chatbots from the Illinois Chat community.
Ready to build?
Use our API.
If you're tired of the OpenAI API and want an AI that's trained to understand your data, come build on our API with 52+ models to choose from. We're always updated with the latest State of the Art (SOTA) open source LLMs for free, hosted here at Illinois.
Read the docs
import requests
data = {
"model": "llama3.1:70b",
"apiKey": "<********>",
"messages": [
{
"role": "user",
"content": "How do I use the Illinois Chat API?"
}
],
}
response = requests.post(
"https://uiuc.chat/api/chat-api/chat",
json=data
)
print(response.text)
Want something custom?
We build features for industry partners to bring GenAI to their org. Reach out at hi@uiuc.chat