Omni
30B conductor — classify, route, synthesize
SAIRA Phase 1 · Made in India
Routely — Omni, Harness, Hermes
Tell Omni what to build or fix. SAIRA classifies your task, cold-start routes to the best free model, and Harness edits your project while Hermes remembers context.
30B conductor — classify, route, synthesize
Code, shell, git, browser tools
Memory, skills, training data
Harness
Editor · preview · terminal
import { useState } from 'react';
import { TodoList } from './TodoList';
export default function App() {
const [todos, setTodos] = useState<{ id: string; text: string; done: boolean }[]>([]);
return (
<main className="mx-auto max-w-md p-6">
<h1 className="text-2xl font-bold">My Todos</h1>
<TodoList todos={todos} onChange={setTodos} />
</main>
);
}Omni
Conductor · route · synthesize
Omni
Hi — I am Omni, the SAIRA conductor. I classify your task, route to the best model, and Harness executes. Hermes remembers everything.
Describe tasks in plain English. Omni classifies CODE_GEN, DEBUG, DEPLOY, and more — then shows which free model SAIRA picked.
File tree, editor, live preview, and terminal. ACT on your codebase without leaving Routely Studio.
Threads and extracted skills persist per project. REMEMBER context when you reopen a chat or switch tasks.
Section 8.1 defaults route each task class to the best free OpenRouter model — no manual picker. IMPROVE weights over time.
Join the waitlist. We will email you when Routely opens.