BazaarLinkBazaarLink
Sign in
T

Jev API Pricing & Quick Start

Pricing

Input Price
$0.04
/ 1M tokens
NT$ 1
Output Price
Free
/ 1M tokens
Context Window
32K
tokens

💱 USD/NTD = 31.77 · before tax · updated 09/26/2026

High-performance AI language model, available via BazaarLink with USD billing (TWD-quoted).

ProviderTtypesafe-ai
Released—
Model IDtypesafe-ai/jev

Technical specifications

Context window
32K tokens
Reasoning
—
Input → Output
Text

Quick Start

Use Jev via BazaarLink API — just change the base_url:

Python
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"])
TypeScript
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
← All Models

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

Qwen3.8 MaxDeepseek V4 FlashGlm 5v TurboDeepseek V4 ProKimi K3Deepseek V3.2
ModelsAPI documentationAPI latency probe
Support
Support
Hi! How can we help you?
Send a message and we'll get back to you soon.