Skip to content

Documentation

Multigrid speaks the OpenAI wire format, so most of what you already know applies. These pages cover the parts that are ours (routing, billing, limits and guardrails) and they document what the gateway does today, not what it is going to do. Where something is not built, the page says so.

Your first request

2 minutes
bash
curl https://api.multigrid.ai/v1/chat/completions \
  -H "Authorization: Bearer $MULTIGRID_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "multigrid/auto",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Pick a path

Everything, by section

Core API

Found something wrong?

A page that disagrees with the API is a bug, not a difference of opinion. Tell us and it gets fixed.