Currently under construction

Sign up for the waitlist to get access to the alpha.

If you've already been invited, use the link sent to your email to sign in.


LLM Inference

JavaScript Logo
JavaScript
Python Logo
Python
Go Logo
Go
HTTP Icon
HTTP
import OpenAI from "openai"; import { config } from "dotenv"; config(); const openai = new OpenAI({ baseURL: process.env.HELIOS_BASE_URL, apiKey: process.env.HELIOS_API_KEY, }); export default openai;


Waitlist