Skip to content

Releases: jetify-com/ai

v0.3.2

20 Aug 15:17

Choose a tag to compare

  • Add mock language model provider useful for testing

v0.3.1

18 Aug 20:46

Choose a tag to compare

  • The MCP Go SDK switched to Google's jsonschema implementation, so we're switching too
  • Upgaded openai-go to v2.1.0, which, despite only having a minor increase, broke some of the expected types and required a slight code change.

v0.3.0

18 Aug 19:36

Choose a tag to compare

  • Upgrade to openai-go v2
  • Switch to jsonschema packages from the official mcp go sdk
  • Allow non-image responses with open AI's computer-use tool
  • Switch to pointer receivers for most API structs

v0.2.1

01 Aug 22:25

Choose a tag to compare

  • Upgrade the openai provider to use the latest version of the openai sdk
  • Upgrade the anthropic provider to use the latest version of the anthropic sdk

v0.2.0

09 Jul 14:54

Choose a tag to compare

  • Change interface for generating text, we now have two functions: GenerateText and GenerateTextStr
  • Fix bugs related to using values vs pointers against some interfaces.
  • Rename some options and fields to be more consistent with the upcoming version of Vercel's AI SDK (v5)

v0.1.0

04 Jun 15:33

Choose a tag to compare

The AI framework for Go developers

This is the first public alpha release of the AI SDK by Jetify. The SDK aims to make it easy to develop AI applications and AI agents using a unified interface that works across different LLM providers.

In this first release:

  • There's a first implementation of the unified API
  • There's initial implementations for an OpenAI provider and an Anthropic provider.
  • There's support for multi-modal inputs (text + images) and tool calling.

We're particularly looking for feedback on the API interface so we can fully finalize it before moving to a beta release.