Cheela Labs
PLAYGROUND

Experience Cheela before you write a line of code.

A live terminal and SDK explorer, running against sandboxed sample data. No account required.

INTERACTIVE CLI
Try: help · npx cheela runtime list · npx cheela run "summarize this"
$
SDK EXPLORER
TypeScript
import { Cheela } from "@cheela/sdk";

const cheela = new Cheela();
const result: ExecutionResult = await cheela.run("summarize this doc");

console.log(result.output);
not run yet

Ready to run this against your own models?

Get started