官方仓库

typesafe-sdk-python

@typesafe-ai129PythonMIT更新于 2026-09-18可当场跑

TypeSafe API 的官方 Python 库。

英文原文

The official Python library for the TypeSafe API

typesafe-ai/typesafe-sdk-python

它在哪儿调用了 Jev

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

src/typesafe_sdk/constants.py:15

链接指向我们抓取当天的那个 commit,行号是准的。

它问 Jev 的问题

下面是从这个项目源码里原样取出来的 question 组合。

取自 src/typesafe_sdk/_core/client/aio/client.py:70

  1. billing是/否

    Is this about billing?

用你自己的内容跑一遍

代码
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?' },
  },
});

同类的其他项目