Auren developer platform
Developer quickstart
Make your first API call in minutes, and learn the shape of the Auren platform along the way.
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 allStart building
Generate and edit text
Prompt a model and stream the response straight back
Read images and screens
Let a model interpret photos, charts and screenshots
Transcribe and speak
Turn speech into text, and text back into natural audio
Call your own tools
Let a model trigger functions inside your codebase