Simon Willison1 min readrelease notesintro
llm-typesafe 0.1a0
Summary
Simon Willison released llm-typesafe 0.1a0, a plugin for the llm CLI that adds support for TypeSafe AI's Jev model, offering structured yes/no, choice, and scoring queries via simple command‑line flags.
- Install the plugin with `llm install llm-typesafe`.
- Configure your TypeSafe API key via `llm keys set typesafe`.
- Supports structured answer types: "noul" (yes/no), "choice", and "score" using `-o answer_type`.
- Outputs JSON with confidence scores, e.g., `{"type": "noul", "noul": 0.99}`.
CLI users can now query TypeSafe AI models with structured outputs, making it easier to integrate AI decisions into automated workflows.
5/10


