One gateway. The full CroweLM family.

The Crowe Logic gateway lives at api.crowelogic.com. Sign in with Crowe ID, create a key, and call the CroweLM model family through one contract, with metering and monthly token budgets built in.

Quickstart

One request from key to answer.

curl https://api.crowelogic.com/api/gateway/chat -H "Authorization: Bearer $CROWE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"messages":[{"role":"user","content":"Diagnose slow colonization at 62F"}]}'

What the gateway gives you

Keys

Managed credentials

Create and revoke API keys in the console. Sign in with Crowe ID; every key is tied to your account and its plan.

console.crowelogic.com
Budgets

Metering built in

Monthly token budgets per plan, metered per request. Watch usage and token budgets, and manage billing, from the same console.

Plans
Models

The CroweLM family

The gateway serves the CroweLM model family, from fast responders to deep reasoners, behind one endpoint and one contract.

Research

Start building

Sign in with Crowe ID at the console to create your first key.