Simon Willison releases llm-typesafe plugin for TypeSafe AI's Jev model
Simon Willison announced a new plugin called llm-typesafe version 0.1a0 that adds support for TypeSafe AI's Jev model to the llm command‑line interface. The plugin is installed with llm install llm-typesafe and requires an API key that can be set using llm keys set typesafe.
Key points
- The llm-typesafe 0.1a0 plugin adds support for TypeSafe AI's Jev model to the llm command‑line tool.
- Installation uses `llm install llm-typesafe` and requires setting a TypeSafe API key via `llm keys set typesafe`.
- The plugin can return yes/no, choice, or scoring answers, e.g., a yes/no request returned `{"type":"noul","noul":0.99}`.
The tool lets users ask yes/no questions, choice questions, or scoring questions to the Jev model. For example, a yes/no request returns a JSON object like {"type": "noul", "noul": 0.99}. More complex prompts can specify answer types and criteria, enabling structured classification of messages or reports directly from the command line.
Model page: Jev →
The story so far
6 episodes →- Simon Willison releases llm-typesafe plugin for TypeSafe AI's Jev modelthis story
llm-typesafe 0.1a0
Simon Willison · 22 September 2026Loading the full article…
This text was published by Simon Willison and written by Simon Willison. It is reproduced here with attribution so you can read it in full; the rights remain with the publisher. Read it at the source ↗
The headline, key points and digest above were generated by Digest AI's editorial model from the linked sources. Automated summaries can contain errors: the sources are the record. Spotted a mistake? Tell us. Published by Martin K., who runs Digest AI and handles corrections.
More in Agents & Tools
All →- Claude Code adds support for OpenAI Agents.md format · 4 src
- Amazon adds skill selection and instruction-following evaluators to Bedrock AgentCore · 1 src
- Meta tests Muse calls that are actually made by humans in a call center · 1 src
- Meta's Muse AI agent tops US App Store, drives stock surge · 16 src
- Claude Code stops working, user fixes it with Google's Antigravity (Gemini) · 1 src
Comments
via GitHub Discussions