Models
X1-Kaer and the catalog behind one OpenAI-compatible endpoint. Bring the SDK you already use.
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.
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"}]
}'{
"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 }
}Each service keeps its own rate card. All of them draw on the same prepaid balance, and every response says what it cost.
X1-Kaer and the catalog behind one OpenAI-compatible endpoint. Bring the SDK you already use.
Kaer's own web index in about 80 ms, a fast lane racing the open web, and a deep lane that reads and re-ranks.
Geocoding, routing, places and weather, each a single call, billed per request with no monthly plan.
A hosted sender for transactional mail from a signed kaer.dev address, once your account has a payment history.
Every call reserves before it runs and settles after, so nothing arrives as a surprise bill. See pricing for every rate.
Before a call runs, its worst case is held from your balance. No balance, no call.
The model, search, map or mail request does its work. Nothing has been charged yet.
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.
Create an account with a code sent to your inbox, make a key, and point any OpenAI SDK at api.kaer.ai.