All models
TypeSafe AI · APINew
Jev 1.13 API
Use 64K context with one OmniaKey API key.
- Model ID
- jev-latest
- Context
- 64K
- Provider
- TypeSafe AI
- Pricing · per call
- $0.008 USD
- Last verified
- 2026-09-23
01
Where it fits
Choose Jev when a workflow needs a structured, single-shot judgement — routing, triage, or scoring — instead of free-form text.
02
Model capabilities
Typed decisions
Returns schema-bound choices, scores, and confidence instead of free-form text.
Fast responses
Optimized for responsive iteration and higher-volume agent tasks.
03
Typed decision API
Send one request with the state and your typed questions, then read back choices, scores, and confidence.
curl
curl https://api.omniakey.com/v1/alpha/search \
-H "Authorization: Bearer $OMNIAKEY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "jev-latest",
"state": "Customer says the CSV export fails on Safari with a 500.",
"questions": {
"department": {"type": "choice", "options": ["billing", "engineering", "success"]},
"frustration": {"type": "score"},
"is_urgent": {"type": "noul"}
}
}'Frequently asked questions
How much does Jev 1.13 cost on OmniaKey?
OmniaKey bills $0.008 USD per request rather than per token. The price is the same whether you send a short prompt or use the full context window.
What is the context window for Jev 1.13?
The listed context window is 64K. Actual usable limits can also depend on the client and upstream request format.