Jev-compatible API / free to call

Free to call.
Paid for by volume.

Every trade of the token pays a creator fee into an on-chain treasury. The treasury pays for the inference, so every call you make is free. No credits, no card, and you never need to hold the token.

Checking the API 60 requests / min per key No sign-up
your calls are
complimentary
Jev: a grinning airline captain in aviators, drawn in an airplane window
Treasury fuelETH
Fills with trades
every trade tops up the tank
How it's paid for

Trades fill the tank.
Calls burn it.

No meter runs against your account. Trading volume on the token pays for the model, and the money moves on chain where anyone can check it.

  1. TRD

    Someone trades the token

    Every buy and every sell pays a small creator fee.

    24h volume·
  2. FEE

    Fees land in the treasury

    One public wallet. The balance and every payment out are on chain.

    Treasury·
  3. JEV

    The treasury pays for inference

    Fees cover the model calls, so nobody has to buy credits.

    Cost per call·
  4. API

    You call it for free

    Get a key, send your state, read a number. That's the whole deal.

    Price to you$0.00
Live board

Check the arithmetic.

Read straight from the running API and from chain. If a number here is wrong, the service is wrong.

DeparturesNowStatus

Try it

Ask in types. Get a number your code can act on.

Send one block of state and as many questions as you like. Answers come back as a named option, a position on a scale, or a probability. Never prose you have to parse.

You send · POST /v1/systemone
{
  "state": "You charged my card twice for invoice 402.
            I need the second charge refunded today.",
  "questions": {
    "team": {
      "type": "choice",
      "instructions": "Which team handles this?",
      "criteria": {
        "billing":  "Charges, invoices, refunds",
        "shipping": "Deliveries and returns",
        "other":    "Anything else"
      }
    }
  }
}
usejev · answerRecorded
From
Ticket
To
Billing
Confidence
0.983
Latency
run it
Fare
$0.00

Three answer types

Pick the shape. Branch on it.

billing 0.99shippingother

choice

Two to 255 named options. You get the pick, a probability for every option, and how concentrated that spread is. Concentrated is not the same as correct.

lowmedhighcrit

score

An ordered scale of two to ten levels. The answer is the probability-weighted mean, so it can land between two levels instead of pretending the scale is a list.

0 no0.5 unsure1 yes

noul

One probability that the answer is yes. Near 1 is yes, near 0 is no, and near 0.5 is real uncertainty. A confident no sits at 0, not in the middle.


FAQ

Questions before takeoff.

Who pays for my calls?

Trading volume. Every trade of the token pays a creator fee into the treasury, and the treasury pays for the inference. You pay nothing.

Do I need to hold the token?

No. Get a key and call. Holding or trading is never required to use the API.

What happens when trading slows down?

Capacity follows volume. More trading buys more calls, and the board above shows what the treasury holds right now.

What are the limits?

60 requests a minute per key, up to 64 questions per request, and three keys per address per day. The playground gives guests 20 calls an hour without a key.

How are keys stored?

Only a hash of each key is stored, so a key can't be shown again after it's issued. Keep it on your server, not in a browser.

Can an answer be wrong?

Yes. Confidence tells you how concentrated the answer is, not whether it's right. Pick thresholds that fit what's at stake before you branch on it.

Is this TypeSafe?

No. Jev is TypeSafe's model. usejev is an independent service that speaks the same request shape, and it isn't affiliated with TypeSafe or OpenJEV.

How fast is a call?

Run the live call above: the latency shown is measured from your browser to the API and back.

Get a key in ten seconds.

No sign-up, no card, no waitlist. Trading volume covers the bill.