ZooWork Instinct

INSTINCT / BY ZOOWORK

Instinct.
Built to decide.

Turn context into a clear decision.
Classify, check, and score with one model.

Your context. Your criteria. Structured answers.

Instinct / Decision model MODEL ID · instinct

ONE MODEL. THREE QUESTION TYPES.

Context in.
Decisions out.

Define what matters to your application.
Get answers you can use directly in code.

Noul noul
Is it true?A probability from 0 to 1.
Choice choice
Which option fits?A selected label and candidate probabilities.
Score score
Where does it fall?A score across your ordered levels.
1decision model
3question types
JSONstructured answers
0generated output tokens

01 / CAPABILITIES

Three ways to ask Instinct.

Combine different question types in a single request, using the same context.

ONE MODEL · instinct
CLASSIFICATION

Choice

Provide named options and their descriptions. Get the selected label and a probability for each candidate.

“Which team should handle this request?”

type: "choice"Try Instinct ↗
ORDERED SCORING

Score

Describe levels from low to high. Get their probabilities and a weighted score using zero-based level numbers.

“How severe is the customer impact?”

type: "score"Try Instinct ↗

02 / HOW IT WORKS

Your criteria.
A clear answer.

Instinct evaluates the options you define and returns structured answers for your application.

Make your first request ↗
01

Provide the context.

Put the information the model needs in state: a support request, a policy, or an event to evaluate.

02

Define your questions.

Give each question an ID, a type, and instructions. For Choice, add named candidate descriptions; for Score, add an array of ordered level descriptions.

03

Use the answers.

Read the response’s answers by question ID. Use the result to route a request, check a condition, or assign a score.

03 / GET STARTED

Make your first decision.

Use your separately provided API key. No website account required.

MODEL

instinct

Ask a structured question.

Send model, state, and questions directly as JSON. The response contains answers, keyed by your question IDs.

Model ID
instinct
Protocol
System One
Question types
noul · choice · score
Response
answers + usage

Set INSTINCT_API_KEY in your local environment, then run the example. Python uses only the standard library.

POST /v1/systemoneBearer authentication
READ THE ANSWER

For this example, answers.eligible.noul is the probability that the item is within the return window. A value closer to 1 means stronger support for “yes”.

Context becomes
a decision.