TypeSafe / typesafe/jev

Jev - access through LLMTR

Jev evaluates typed questions against a state you supply and returns a structured answer for each one: a choice from your options, a score along your levels, or the probability that a statement is true. It generates no free text, so there is nothing to parse, and every answer arrives with its own probability distribution. The Structured Decisions documentation covers the request shape, the three question types and the limits.

Technical specifications

Canonical IDtypesafe/jev
ProviderTypeSafe
Context window32,000 tokens
OperationsSYSTEM_ONE
Modalitiestext

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
SYSTEM_ONEINPUT_TEXTPER_1M_TOKENS$0.042000
SYSTEM_ONEOUTPUT_TEXTPER_1M_TOKENSNot available

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions   -H "Authorization: Bearer llmtr-your_key"   -H "Content-Type: application/json"   -d '{"model":"typesafe/jev","messages":[{"role":"user","content":"Hello"}]}'

Guides about this model

Related models