Decision API · live now

Send evidence.
Get a decision.

Give the API the facts, the question, and the options. It returns one choice with probabilities — as JSON, every time. About a second. Half a cent.

$0.005 per decision, prepaid
JSON only never a paragraph to parse
0.96 openjev balanced accuracy

How it works

Three inputs. One structured answer.

Chat models write sentences your code then has to interpret. This API never writes a sentence. It scores the options you sent and returns them as numbers that sum to 1.

01 — Evidence

The facts you have

A ticket, a filing, a transcript, another model’s answer — whatever your software already knows.

02 — Criterion

The question to apply

“Approve this refund?” “Which class is this?” “Does the evidence support expanding?”

03 — Options

Choices you define

Two to sixteen options, in your own words. The API picks one and gives odds on all of them.

You send

POST https://www.bluusun.com/api/v1/decide
Authorization: Bearer bsu_YOUR_KEY

{
  "evidence": "Q3 revenue beat by 12%, churn at an all-time low.",
  "criterion": "Should we expand the sales team?",
  "options": ["Expand now", "Hold steady", "Cut back"]
}

You get back

{
  "decision": 0,
  "options": [
    {"option": "Expand now",  "probability": 0.72},
    {"option": "Hold steady", "probability": 0.21},
    {"option": "Cut back",    "probability": 0.07}
  ]
}

Illustrative probabilities. decision is the index of the winning option. There is also an OpenAI-compatible POST /api/v1/chat/completions endpoint; the assistant content is the same JSON, never model prose.

Why this shape

A contract your code can trust.

The answer cannot change shape

The model never gets to write free text. Output is built from the probability of each option you sent, then renormalized so the odds sum to 1. Prompt injection in the evidence can only move weight between those options. It cannot invent a new format, leak the prompt, or return a paragraph for your parser to trip over.

That is the whole product: a decision, with odds, over your choices.

Odds you can act on

Use the probability as a rule. Auto-approve above 0.9, send the rest to a person. Most chat models can be right often and still never tell you when they are guessing. This one reports a number on every call.

Flat $0.005 from prepaid credit. Oversize requests are rejected and not billed. Typical latency is about a second.

Classify and route

Tickets, applications, content — anywhere hand-written rules start to crack.

Approve or flag

Refunds, claims, reviews. Clear cases go through; the rest escalate.

Score and rank

Leads, candidates, risk. One consistent judge, thousands of times.

Check other models

Verify another model’s answer against a criterion before a user sees it.

Measured on a public benchmark

0.96 on openjev, scored with its own evaluator.

openjev is a public set of 144 evidence-and-options decisions. We ran every item through this API and scored the run with the benchmark’s published evaluator — not a private test.

0.96
Bluusun Decision API
balanced accuracy · 144/144 scored
0.883
Published Jev
the original system this benchmark was built around
0.813
Best published open baseline
same 144 fixtures

The benchmark asks for the same thing the API serves: pick one option from evidence, with probabilities. There is no extra “parse the chatbot” step in between, so the number is measuring the product. Fixtures: openjev on GitHub. In-house retake, September 2026.

Pricing

Half a cent a decision.

One price, paid from prepaid credit. No subscription. Credits never expire.

$0.005
flat, per call

Text decisions only. Evidence cap is 3,000 characters; oversize requests return an error and are not billed. Keys are created, rotated, and revoked in your dashboard.

Credit packs

Top up with Stripe. Sign up is free and includes $0.01 — two decisions to try the API.

$10

2,000 decisions
never expires

$25

5,000 decisions
never expires

$50

10,000 decisions
never expires

$100

20,000 decisions
never expires

Get started

Bluusun Group

AI, quantitative finance, and robotics.

We build systems we actually operate. The Decision API is the public product; the other two divisions stay in-house.

Bluusun AI

Calibrated decision intelligence. The API on this page turns evidence into probabilities — no free text, no surprise format.

How the API works →

Quantitative finance

Systematic strategies and risk analytics, researched and operated in-house — not a public trading product.

Robotics

Autonomous systems for construction and industry, tested on the work they are meant to do.