🚧 Building in public — early stage

One API key.
Every AI model.

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.

How it works

Dangelan sits between you and the world of AI models, so you only ever integrate once.

1

Sign up & get an API key

Create a Dangelan account and generate a single API key from your dashboard.

2

Call one endpoint

Send requests to the Dangelan API using an OpenAI-compatible format — pick any supported model by name.

3

We route the request

Behind the scenes, Dangelan routes your request to the right model provider — including models available through OpenRouter — and returns the response.

4

Simple, unified billing

One invoice, one balance, no matter how many different models or providers you use.

What it looks like

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!" }
    ]
  }'

Where things stand

This project just got started. Here's the honest status.

Get in touch

Building this in public. Reach out if you'd like early access or want to follow along.

hello@dangelan.com