Skip to main content
Models, search, maps and mail

Engineered for the demands of agents

One prepaid key for language models, Kaer's own search index, maps and mail. Metered as it runs, settled to the token, and never billed past your balance.

  • $5free credit for models
  • 1 keyfor all four services
  • $0ever billed after the fact
Example
POST/v1/chat/completions
curl https://api.kaer.ai/v1/chat/completions \
  -H "Authorization: Bearer $KAER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kaer-x2",
    "messages": [{"role": "user", "content": "Summarise ticket 4812"}]
  }'
200640 ms · $0.000180, settled from the balance
{
  "object": "chat.completion",
  "model": "kaer-x2",
  "choices": [{ "message": { "role": "assistant",
    "content": "The customer was charged twice..." } }],
  "usage": { "prompt_tokens": 412, "completion_tokens": 96 },
  "kaer": { "request_id": "req_7c1d...", "cost_usd": 0.000180 }
}

Four services, one balance

Each service keeps its own rate card. All of them draw on the same prepaid balance, and every response says what it cost.

Models

X1-Kaer and the catalog behind one OpenAI-compatible endpoint. Bring the SDK you already use.

From $0.06 per 1M input tokensDocs

Maps

Geocoding, routing, places and weather, each a single call, billed per request with no monthly plan.

From $0.0050 per 1,000 requestsDocs

Mail

A hosted sender for transactional mail from a signed kaer.dev address, once your account has a payment history.

$1.00 per 1,000 messages, plus recipientsDocs

Prepaid, settled to the unit

Every call reserves before it runs and settles after, so nothing arrives as a surprise bill. See pricing for every rate.

  1. 01

    Reserve

    Before a call runs, its worst case is held from your balance. No balance, no call.

  2. 02

    Run

    The model, search, map or mail request does its work. Nothing has been charged yet.

  3. 03

    Settle

    The real cost is taken and the rest released. A balance can never go below zero.

New accounts start with $5 of free credit for language models, once per network, device and inbox. Search, maps and mail run on paid credit from your first top-up.

Turn on automatic top-up and a fixed amount you choose is added before the balance runs out. Special privacy terms, such as zero retention, go through enterprise.

Your first call in a minute

Create an account with a code sent to your inbox, make a key, and point any OpenAI SDK at api.kaer.ai.