GOOD MORNING, INTELLIGENCE.

GPUs go
brrrr.

Serious inference.
A little less serious about ourselves.

Your favorite models. One simple API.
Built for the ones who keep shipping.

OPENAI-COMPATIBLE BY DESIGN
Sculptural graphite compute core with a luminous yellow spine
GM—01 / COMPUTE CORE
LESS FRICTION.
MORE INFERENCE.
40°43′55.3″ N
ALWAYS GM SOMEWHERE
A NEW HOME FOR INTELLIGENCEMEET THE MODELS
MANY MODELS. ONE CONNECTION. BUILT FOR BUILDERS. WALLET-NATIVE FROM DAY ONE.
01 / THE MODEL UNIVERSEPREVIEW COLLECTION

Big brains.
One front door.

Build with the intelligence you need.
Keep the integration you already know.

PLANNED

OpenAI

From the first prompt to the final product.

CHATMULTIMODAL
PLANNED

Anthropic

A thoughtful partner for the hard problems.

REASONINGCODE
PLANNED

Google

A wider perspective on every input.

MULTIMODALCHAT
PLANNED

DeepSeek

Go deeper. Connect the unexpected.

REASONINGOPEN WEIGHTS
PLANNED

Qwen

For builders who speak in brackets.

CODEOPEN WEIGHTS
PLANNED

Meta

Open foundations. Endless possibilities.

OPEN WEIGHTSCHAT

An early look at the model families we’re building for. Availability and pricing will be announced at launch.

02 / LESS TALK. MORE TOKENS.INTERACTIVE DEMO

Take it for a spin.

A little sandbox for your next big idea.

gmgpu / playgroundLOCAL PREVIEW
01 — YOUR INPUT

Local demo · No credits required.

02 — MODEL OUTPUTREADY

Good things start with a prompt.

Pick a route. Send a thought.
See where it takes you.

YOUR APPGM ROUTERMODEL
03 / BUILT TO BE BORING

New possibilities.
Familiar syntax.

Your stack has enough moving parts.
Inference shouldn’t be another one.

OpenAI-compatible interface A single endpoint for your app Your choice of model route
Try the request flow
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.
THE FUTURE DOESN’T BUILD ITSELF.

gm.
Let’s get to work.