OpenRouter TypeScript SDK A comprehensive TypeScript SDK for interacting with OpenRouter's unified API, providing access to 300+ AI models through a single, type-safe interface. This skill enables AI agents to leverage the pattern for text generation, tool usage, streaming, and multi-turn conversations. The SDK is split into two packages: - — Agent features: , , stop conditions, streaming, format converters - — Platform features: model listing, chat completions, credits, OAuth, API key management --- Installation Setup Get your API key from openrouter.ai/settings/keys, then initialize: --- Au…