Dangelan is a simple API layer for AI inference. Sign up once, get a single API key, and call any large language model through one consistent endpoint — no separate accounts, keys, or billing relationships with each model provider.
Dangelan sits between you and the world of AI models, so you only ever integrate once.
Create a Dangelan account and generate a single API key from your dashboard.
Send requests to the Dangelan API using an OpenAI-compatible format — pick any supported model by name.
Behind the scenes, Dangelan routes your request to the right model provider — including models available through OpenRouter — and returns the response.
One invoice, one balance, no matter how many different models or providers you use.
A familiar, OpenAI-compatible request — pointed at Dangelan instead of a dozen different providers.
curl https://api.dangelan.com/v1/chat/completions \
-H "Authorization: Bearer $DANGELAN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openrouter/auto",
"messages": [
{ "role": "user", "content": "Hello, Dangelan!" }
]
}'
This project just got started. Here's the honest status.
Building this in public. Reach out if you'd like early access or want to follow along.
hello@dangelan.com