Early previewOpenAI-compatible
$ gm connect --model your-next-ideaOne endpoint. Your choice of intelligence.Models
Pick your engine.
Planned model families.
PlaygroundINTERACTIVE DEMO
Try a prompt.
Input
Local demo · No credits required.
OutputREADY
Your response appears here.
YOUR APP→GM ROUTER→MODEL
import OpenAI from "openai"; const gm = new OpenAI({ baseURL: process.env.GMGPU_BASE_URL, apiKey: process.env.GMGPU_API_KEY,}); const response = await gm.chat.completions.create({ model: "gmgpu/fast", messages: [{ role: "user", content: "gm, world" }],});Preview contract · Set your gateway URL and user API key at launch.
Your next idea starts here.