jev
Typesafe/Proprietary/1 provider
Jev is TypeSafe’s flagship model and the first System One model.
Which id to call
typesafe/jev-1.13.0This model has no managed policy yet, so call the provider endpoint directly. Every id in the endpoints table works the same way.
From /1M input
$0.04
typesafe
Context
64K
1K output
Endpoints
1
1 region
Regions
1
chat
Capabilities 0/8
1 endpoint / 1 region
Providers serving jev
Provider prices, per 1M tokens. Pay as you go adds 5%, or 0% on your own keys.
| Rank | Privacy | |||||
|---|---|---|---|---|---|---|
| 1 | typesafe | Global | 64K | $0.04 | free | no-train |
A column is blank where no qualifying sample exists, and every row links to that provider's endpoint page.
model=
Which id to call
One base url, https://router.requesty.ai/v1, and one key for every id here.
typesafe/jev-1.13.0This model has no managed policy yet, so call the provider endpoint directly. Every id in the endpoints table works the same way.
OpenAI compatible
Call it in three lines
Change the base url, use your Requesty key, set the model to any id on the left. Existing OpenAI SDK code needs no other edit.
123456789101112131415from openai import OpenAI client = OpenAI( api_key="YOUR_REQUESTY_API_KEY", base_url="https://router.requesty.ai/v1", ) response = client.chat.completions.create( model="typesafe/jev-1.13.0", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ], ) print(response.choices[0].message.content)
Reference
jev questions
Which providers serve jev?
jev is available from 1 provider through Requesty: typesafe. All endpoints share one OpenAI-compatible API and one key, and Requesty fails over between them automatically.
How much does jev cost?
Pricing starts at $0.04 per million input tokens and free per million output tokens on typesafe, the cheapest endpoint. Prices vary by provider and region; the table above shows every endpoint. Those are the upstream provider rates: pay as you go adds 5% on top, or 0% if you bring your own provider keys.
Is jev open weights?
No. jev is a proprietary model from Typesafe, served through Typesafe's own API and licensed cloud platforms.
What is the context window of jev?
jev supports up to 64K tokens of context, with up to 1K output tokens per response. Some providers expose a smaller window; check the per-endpoint context column above.
How do I use jev with the OpenAI SDK?
Install the OpenAI SDK, set base_url to "https://router.requesty.ai/v1", set your API key to your Requesty key, and set the model to "typesafe/jev-1.13.0" or any endpoint id from the table above. The quickstart section shows Python, JavaScript and cURL snippets.
Route jev through one endpoint
One key for 1 provider on this model and 600+ others. No markup on provider prices, automatic failover, caching built in.
