OPENAI-COMPATIBLE

ANDY API

A tiny gateway to useful AI models. Pick a model, use the familiar OpenAI format, and build something cool.

BASE URL loading…

QUICK START

One request. That's it.

curl API_BASE_URL/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "MODEL_ID",
    "messages": [{"role":"user","content":"Hello!"}],
    "stream": true
  }'

Anonymous requests need no key and have intentionally small limits. Verified accounts use Authorization: Bearer andy_….

AVAILABLE LOADOUT

Models

Loading models…

LAST 72 HOURS

Public usage

VALID REQUESTS
UPSTREAM SUCCESSES
TOP MODEL

Loading aggregated usage…

MORE CAPACITY

Get a verified token

Free anonymous access is for quick experiments. Verify an email for separate account limits and more room to build.

Loading bot check…

PLAY FAIR. Requests are rate-limited by network and account. Client-supplied text and images are safety-screened before they reach a model. Abusive traffic is blocked automatically; request content is not written to Andy API logs.