Skip to main content
Jev is TypeSafe’s flagship model and the first System One model. Every model on this page is served by the same endpoint, POST /v1/systemone. The request’s model field selects which one handles the call; see the API reference for the full request shape.

Current models

  • Price: Charged per input token. Output tokens are free. A Btok is a billion tokens and an Mtok is a million tokens.
  • Rate limits: Measured in tokens per second and requests per minute. A request over either limit returns 429 Too Many Requests. Our client SDKs retry with backoff by default and honor the retry-after header when the response carries one. If you call the HTTP API directly, see Handling rate limits.
Rate limits are adjusting dynamically. We are serving a very large volume of demand, and the limits above can change without notice while we do, as upcoming large GPU deals land and we let in more users. Once things settle down more, we’ll be able to offer more stable limits. Higher limits are available on custom and enterprise plans. Contact sales@typesafe.ai.

Aliases

An alias is a model name that resolves to a versioned model ID. Send it in the model field like any other name.
jev-preview currently points to the same model as jev-latest. There is no preview build available right now.
An alias moves when a new release ships, so the answers behind it can change without a change on your side. The response’s model field reports the versioned ID that answered, so you can log which model produced each result. If you have tuned confidence thresholds against a specific version, pin that version’s ID instead of the alias and move to the new one on your own schedule.

Listing models

GET /v1/models returns the names your account can send in the model field, with a description and release date for each. It currently lists the aliases. Versioned IDs such as jev-1.13.0 are accepted by the model field whether or not they appear in the list.
array
required
One entry per model or alias.
See the Python and JavaScript SDK references for the full method signatures.