Change one URL
Point your OpenAI-compatible client at the API base URL below. Existing SDKs, prompts, and streaming all work unchanged.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.grid-lock.tech/v1",
apiKey: process.env.GRIDLOCK_API_KEY,
});