Jev API Pricing & Quick Start
Pricing
💱 USD/NTD = 31.77 · before tax · updated 09/26/2026
High-performance AI language model, available via BazaarLink with USD billing (TWD-quoted).
Technical specifications
Quick Start
Use Jev via BazaarLink API — just change the base_url:
import requests
response = requests.post("https://api.bazaarlink.ai/v1/evaluations",
headers={"Authorization": "Bearer sk-bl-YOUR_API_KEY"},
json={
"model": "typesafe-ai/jev",
"state": "The support agent issued a full refund.",
"questions": {"refunded": {
"type": "boolean",
"instructions": "Was a refund issued?"
}}
},
)
print(response.json()["answers"]["refunded"])const response = await fetch("https://api.bazaarlink.ai/v1/evaluations", {
method: "POST",
headers: { "Authorization": "Bearer sk-bl-YOUR_API_KEY", "Content-Type": "application/json" },
body: JSON.stringify({
model: "typesafe-ai/jev",
state: "The support agent issued a full refund.",
questions: { refunded: { type: "boolean", instructions: "Was a refund issued?" } },
}),
});
console.log(await response.json());Why use Jev via BazaarLink?
- ✓Clear usage records and itemized billing
- ✓OpenAI-compatible API — zero code changes required
- ✓When an upstream source has a problem, a request can try another available source. If none is available, the request returns an error.
- ✓Support resources for teams
Frequently Asked Questions
What is Jev?
Jev is an AI language model by typesafe-ai, available via BazaarLink's OpenAI-compatible API.
How much does the Jev API cost?
Jev costs $0.04 per 1M input tokens and $0.00 per 1M output tokens when accessed through BazaarLink.
How do I use Jev with the OpenAI SDK?
Set base_url to "https://api.bazaarlink.ai/v1" and use model ID "typesafe-ai/jev". All OpenAI SDK methods (chat.completions, embeddings, streaming) work without code changes.
What is the context window for Jev?
Jev supports a context window of 32,000 tokens.
Is Jev available for free?
Jev is a paid model. BazaarLink offers free trial credits on registration so you can test it without a credit card.
Relay integrity checks
No integrity-check data is available for this model yet.
BazaarLink Probe verifies endpoints that claim to serve this model and flags behavior that differs from the reference baseline.
View the full integrity report →Related models and links
Related models and links