Back to Models
TypeSafe

jev-latest

Text|CompareShare

Model type

Text

Trial status

Paid access

API routes

1 route

Catalog created

Sep 21, 2026

System One

Specifications

ProviderTypeSafe
Model IDjev-latest
Model TypeText
Trial AccessPaid access
Release Date2026-09-21
Endpoints1 route
systemonePOST
/v1/systemone
Capabilities
Text
System One

Pricing

Input

$0.042

per 1M tokens

Output

Free

per 1M tokens

Cache Read

$0.000

per 1M tokens

Cache Write

$0.000

per 1M tokens

Only input tokens are billed. Output tokens are free.

Cost Estimate

1K in + 1K out$0.000042
10K in + 2K out$0.0004
100K in + 10K out$0.0042

API Example

curl https://api.aisa.one/v1/systemone \
  -H "Authorization: Bearer $AISA_API_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "jev-latest",
  "state": "My payouts have been failing for three days.",
  "questions": {
    "department": {
      "type": "choice",
      "instructions": "Which department should handle this?",
      "criteria": {
        "billing": "Payment problems",
        "technical": "Software defects"
      }
    },
    "frustration": {
      "type": "score",
      "instructions": "How frustrated is the customer?",
      "criteria": [
        "Calm",
        "Frustrated",
        "Very angry"
      ]
    },
    "is_urgent": {
      "type": "noul",
      "instructions": "Does this convey urgency?"
    }
  }
}
JSON
Base URL: https://api.aisa.one
Endpoint: /v1/systemone
View API Docs
System One: Send state and questions to classify choices, score criteria, or estimate a probability (noul). Responses contain answers and usage. Requests are synchronous; streaming is not supported. The examples use your AIsa API key; provider documentation describes the native request format.

Compare Similar Models

Compare These

Start using jev-latest through AIsa's Model Gateway today.

Get API Key