inference.sh is an AI workspace where agents can actually do things.
The Problem
You have an AI assistant. It can answer questions. But when you need it to do something—generate an image, process a file, run a workflow—you're on your own.
The Solution
inference.sh gives AI agents the ability to use tools. Real tools. Apps that generate images, transcribe audio, process data, and more.
You describe what you want. The agent figures out which tools to use, runs them, and gives you the result.
How it works
1You: "Create a logo for my coffee shop"2 3Agent: Plans the task4 → Calls image generation app5 → Returns the result6 7You: Get your logoThe agent handles tool selection, execution, and error handling. You focus on the goal.
Key pieces
| Piece | What it does |
|---|---|
| Apps | Single-purpose tools (generate image, transcribe audio) |
| Flows | Multi-step workflows chaining apps together |
| Agents | AI assistants that use apps and flows |
| Workers | Computers that run the actual work |