Upload your examples.
A labeled TXT file is all you need. Add one example and its 0 or 1 label on each line.
Route forms and messages to the right workflow.
Train on your examples. Measure on separate data.
Return just 0 or 1 to your app.
TXT training and testing · Current pricing in your console · Free output
“I approve this action.”
Make text classification a building block. Let your examples define what “yes” and “no” mean.
A labeled TXT file is all you need. Add one example and its 0 or 1 label on each line.
Train from your console. Measure errors with a separate TXT file. Activate the new version when you are ready.
Send text from your server and get one bit back. API access, Playground, and model management share one account.
Built for decisions. NULIQ is a binary text classifier. The starter model was trained on Turkish approval and rejection examples; it is not a general knowledge model. Train and validate on separate examples for your own task and language.
For small teams managing forms and customer workflows: uploads, evaluation, version selection, and an API in one console.
For example, label a message to be passed to sales as 1 and other messages as 0. Correct labels and representative test data depend on your process.
Train on your examples.Create a separate version for each customer and decision task.
Test on separate data.See false positives and false negatives separately. Tests that overlap with training data are rejected.
Measure, then activate.Your API address stays the same. If a new version does not work for you, select a previous one.
A pretrained model is not an accuracy guarantee. Alongside the Turkish approval/rejection starter model, Guard EN is a narrow spam example trained on historical English SMS data. It does not establish performance on Turkish messages or web forms. Test independently on your own data.
Connect from your server with the REST API. A compatibility endpoint is also available for supported clients using the Ollama API format.
Send JSON.
Get 0 or 1 as plain text.
Update your model.
Keep your integration.
Measure the input.
Pay nothing for output.
# One input. One decision.
curl $NULIQ_URL/v1/decide \
-H "Authorization: Bearer $NULIQ_KEY" \
-H "Content-Type: application/json" \
-d '{"input":"I approve this action."}'Example output · The response body is a single character.
Loading current pricing from the server. Input is measured in UTF-8 bytes; output is free.
1 MB = 1,000,000 bytes · USD
100,000 input bytes—
Some characters use more than one byte. The console shows the exact input size and estimated cost before you send a query.
API and Playground use the same pricing. Failed or invalid queries are not charged. Training and quality tests do not debit your query balance; usage limits apply.
Before paying, review the terms of use, refund and cancellation policy and service delivery information.
Try the pretrained starter model.
Improve it with your own data as your needs become clear.
NULIQ is a digital API service that classifies text as 0 or 1. No physical products are shipped. Loading service status.
Current business and support details are on the contact page.
Contact and business detailsTry your model here. Each query evaluates only the text you send.
Upload a TXT file. Follow training progress and activate your completed version.
No training jobs yet.
Your current model keeps running while the new one trains. Once training completes, activate the version below. A training score is not an independent test result.
Evaluate your model on labeled examples that were not used in training. This does not change your active model.
This result describes only the test set you uploaded. Percentages are not the model’s overall accuracy or confidence score. You decide whether to activate it.
Create an API key. Use it securely on your server.
Copy it somewhere secure. It cannot be displayed again after you leave this view.
Do not put your API key in public website JavaScript, a mobile app bundle, or a source repository. Send requests through your own server. A key can access all models in your account; model-scoped keys are not available.
Successful response: text/plain, just 0 or 1. model: "active" selects your active version. Use the model ID copied from Training to pin an integration to a specific version. Idempotency-Key prevents double charging when the same request is sent again.
Model: nuliq · Bearer header required. /api/generate, a limited /api/chat, and /api/tags. One user message; no system messages, history, tools, or images. This is not a local Ollama model.
Track successful queries, input volume, and your balance.
Loading payment status…
One-time prepaid usage credit; no subscription or automatic renewal. Card details are processed by Stripe Checkout; NULIQ does not store your card number. Supported payment methods are shown at checkout. Terms · Refunds and cancellation · Delivery · Support
| Date | Model | Input | Output | Cost |
|---|
No queries yet. Get your first decision in Playground.