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
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.