llm-typesafe 0.1a0

Simon Willison's Weblog · 1d ago
Products & Tools API & Dev Tools

How-To How to actually use this

What changed: A new llm plugin adds support for TypeSafe AI's Jev model, enabling yes/no "noul" question queries.

How to use it:

  1. Install the plugin with `llm install llm-typesafe`.
  2. Get a TypeSafe API key from their waitlist and set it with `llm keys set typesafe`.
  3. Run a noul query using `llm -m jev 'Your question' -s 'Does this message…'`.

Good for: users wanting to ask structured yes/no questions to the Jev model via the llm CLI.

Release: llm-typesafe 0.1a0 I built this new plugin for LLM to add support for TypeSafe AI's new Jev model . Install it like this: llm install llm-typesafe Then set an API key ( get one here , the waitlist seems to move pretty fast): llm keys set typesafe # Paste key And now you can ask yes/no "noul" questions like this: llm -m jev 'Please refund my last payment.' \ -s 'Does this message…

Read original article on Simon Willison's Weblog →