
GluePasteDev
Turn a board full of coding tasks into AI coding sessions. Write a card, press play, and follow the work as it happens.
Developer tools
One interface for many kinds of AI. A Rust and TypeScript SDK connecting local models, cloud providers, and terminal agents.
const selectedModel = {
connectionId: "local",
modelId: "qwen3:8b",
};Infinite AI Layer gives applications a consistent API for explicitly chosen AI connections. Matching Rust and TypeScript contracts cover text, streaming, structured output, embeddings, transcription, and supported terminal agents. The host app keeps control of state and tool execution.
The API is still evolving. Packages are currently installed from a checkout, rather than npm or crates.io.