gateway
Basic Information
Adaline Gateway is a developer-focused SDK that provides a single, production-grade interface for calling 300+ large language models and embeddings from many providers. It is designed to be fully local and not act as a proxy so deployments can remain private and on-premise. The project is strongly typed in TypeScript and isomorphic so it can run in multiple JavaScript environments. It standardizes requests and responses across providers by transforming between a unified Gateway schema and each provider's schema. The README includes quickstart examples for chat and embeddings, shows how to list supported models and schemas, and documents core types such as Config, Message, Content, Tool, and Reasoning to help developers build consistent LLM integrations.