Show HN: Go AI SDK – A Unified Go API for LLMs

4 dloreto 0 6/4/2025, 3:47:26 PM github.com ↗
At our company we are building lots of AI applications and agents. We are a Go shop, so we've been using the official Go SDKs by OpenAI and an Anthropic ... but we kept running into two problems: 1. We felt the official SDKs weren't easy to use (they are automatically generated and don't feel like idiomatic Go to us) 2. We wanted to be able to easily switch models across providers without having to rewrite our code.

We ended up writing this SDK (inspired by Vercel's AI SDK in TypeScript). We are looking for feedback before finalizing the API.

Comments (0)

No comments yet