Skip to content

Releases: javiergradiche/ruby_llm-providers-typesafe

Release list

v0.1.0

Choose a tag to compare

@javiergradiche javiergradiche released this 18 Sep 13:12
4530751

First release of the TypeSafe provider for RubyLLM.

TypeSafe's System One models, starting with Jev, answer typed questions about your data with calibrated probabilities instead of generated text.

  • RubyLLM::Typesafe.evaluate asks noul (yes/no), choice and score questions about a string, hash or array, and returns one typed answer per question, with probabilities and confidence.
  • RubyLLM.rerank(..., provider: :typesafe, model: "jev-latest") ranks documents by the probability that each one helps answer the query.
  • Model listing for jev-latest and jev-preview, with pricing, and cost tracking on every evaluation.
gem 'ruby_llm-providers-typesafe'

Requires Ruby 3.1 or newer and RubyLLM 2.0. See the README for setup and examples.