Does it run in FaaS/serverless environments out of the box? Lambdas, Cloudflare Workers, Vercel functions and the likes? Deno? The README says "Isomorphic - works everywhere", but might be nice to make this more explicit.
Local TypeScript Super SDK to Call 200 LLMs
11–20 of 21 posts
Re: Local TypeScript Super SDK to Call 200 LLMs
#12Re: Local TypeScript Super SDK to Call 200 LLMs
#13what‘s a „Super SDK“? A meta sdk, i.e. an SDK wrapping other SDKs/APIs?
We have implemented “super-types” that are strongly typed in TypeScript and compatible with all providers (think a superset in mathematics). Hence the name, Super SDK. Gateway is super light weight. We don’t wrap around other SDKs. We describe the APIs in the provider packages (@adaline/openai) that plugs into @adaline/gateway that has all the features.
Re: Local TypeScript Super SDK to Call 200 LLMs
#14Can tools return images to the LLM using this SDK? (where supported by the provider)
Yes, we support images, tools, response format (for OpenAI) and everything else.
Re: Local TypeScript Super SDK to Call 200 LLMs
#15I've been meaning to add "intelligence" to my Telegram monitoring bot: it couldn't come at a better time!
Thank you for building it!
Re: Local TypeScript Super SDK to Call 200 LLMs
#16Re: Local TypeScript Super SDK to Call 200 LLMs
#17Re: Local TypeScript Super SDK to Call 200 LLMs
#18What do you mean by "no proxy"?
Re: Local TypeScript Super SDK to Call 200 LLMs
#19Well done!