Official

typesafe-sdk-python

@typesafe-ai129PythonMITupdated 2026-09-18runnable

The official Python library for the TypeSafe API

typesafe-ai/typesafe-sdk-python

Where it calls Jev

DEFAULT_BASE_URL = "https://api.typesafe.ai"

src/typesafe_sdk/constants.py:15

The link points at the commit we read, so the line number still holds.

What it asks Jev

These question sets are lifted from this project's source exactly as written.

from src/typesafe_sdk/_core/client/aio/client.py:70

  1. billingtrue/false

    Is this about billing?

Run it on your own text

The code
import { experimental_evaluate as evaluate } from 'ai';

const { answers } = await evaluate({
  model: 'typesafe-ai/jev',
  state,
  questions: {
    billing: { type: 'boolean', instructions: 'Is this about billing?' },
  },
});

Other projects in this category