#113 · Primary category: AI Gateway & API Infrastructure

gateway

ai ai-agents anthropic language-model llm llmops openai prompt-engineering togetherai typescript

The only fully local production-grade Super SDK that provides a simple, unified, and powerful interface for calling more than 200+ LLMs.

Project last updated:07/29/26

GitHub Stars

605

Forks

26

Contributors

6

License

MIT

Why we included this project

Most teams that work with more than one model provider end up maintaining the same request plumbing, retry logic, and error handling separately for each vendor. Adaline Gateway folds that into a single TypeScript SDK with one interface across 200+ providers, so you can switch from OpenAI to Anthropic or to a local model without rewriting your calling code. It runs entirely inside your own process rather than routing through a hosted proxy, which matters for deployments where prompts and responses have to stay on your infrastructure. The SDK also handles batching, retries with exponential backoff, pluggable caching, callbacks, and OpenTelemetry tracing, the kind of operational detail that usually surfaces only after an app reaches production. For teams building agents or services that want to stay provider-agnostic without giving up control over where requests run, it is worth a close look.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category