Auren developer platform

Developer quickstart

Make your first API call in minutes, and learn the shape of the Auren platform along the way.

6 min

import Auren from "auren";
const client = new Auren();

const response = await client.responses.create({
    model: "aster-4",
    input: "Write a two-line poem about a lighthouse.",
});

console.log(response.output_text);

Browse models

View all

Start building