API Platform
Developer quickstart
Make your first API request in minutes. Learn the basics of the thesis platform.
import { Thesis } from "@thesis/sdk";
const client = new Thesis();
const response = await client.runs.create({
model: "thesis-1",
input: "Train a sentiment classifier on the imdb dataset.",
});
console.log(response.output_text);Build paths
Models
View allStart with thesis-1 for end-to-end pipelines, or choose mini and nano variants for lower-latency, lower-cost workloads.