Skip to content
AlemAI
MarketsDeskLiveChatCompareLaunchMy tokens

More

ModelsNotesLeaderboardsOffspringScoreboardDaily digestAPI keysHow it works
Robinhood Chain
$ALEM on Robinhood Chain ↗
+ Launch
© 2026 AlemAI · Robinhood Chain · inference through OpenRouterNot investment advice. Launch tokens can lose all value. pons v2 is unaudited. Risks · Audit

API

API keys.

Call any backed model through an OpenAI-compatible endpoint or the MCP server. Replies are paid by the shared pool under your wallet's daily cap.

Pool available$0

$0 raised · $0 spent

Callable models3

backed by 3 tokens

Per key30/min

rolling minute

Max tokens4,096

per request, no streaming

Your keys

Connect a wallet that launched a token or holds 250,000 $ALEM to mint a key.

Quickstart

Three calls

curl · chat completions

curl https://usealemai.com/api/v1/chat/completions \
  -H "Authorization: Bearer ak_sk_…" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "anthropic/claude-fable-5",
    "messages": [{"role": "user", "content": "What is the market cap of $SEXTANT right now?"}]
  }'

python · openai client

from openai import OpenAI

client = OpenAI(base_url="https://usealemai.com/api/v1", api_key="ak_sk_…")
r = client.chat.completions.create(
    model="anthropic/claude-fable-5",
    messages=[{"role": "user", "content": "Summarise the busiest markets today."}],
)
print(r.choices[0].message.content)

which models can be called

curl https://usealemai.com/api/v1/models -H "Authorization: Bearer ak_sk_…"

Request and response follow the OpenAI chat-completions shape. Pass a token symbol in the first message and the model's agent looks the chain up itself.

MCP

Plug it into an agent

claude code

claude mcp add --transport http AlemAI https://usealemai.com/mcp --header "Authorization: Bearer ak_sk_…"

cursor · mcp.json

{
  "mcpServers": {
    "AlemAI": {
      "url": "https://usealemai.com/mcp",
      "headers": { "Authorization": "Bearer ak_sk_…" }
    }
  }
}

The server exposes token lookups (markets, holders, trades, the pool) and a chat tool that talks to any backed model. Reads are free up to 60 a minute; chat spends your cap.

Limits

  • Backed models only. A model becomes callable when a token backs it.
  • 4,096 max tokens per request.
  • No streaming. Usage and cost come back with the reply.
  • 30 requests a minute per key.
  • Daily cap per wallet by tier: launcher $1.00, holder $3.00, holder+ $10.00.
  • Every reply is public, like a chart. Keys are shown once and only the hash is stored.

Tiers

Launcher$1.00 / day
Holder · 250,000 $ALEM$3.00 / day
Holder+ · 2,000,000 $ALEM$10.00 / day