UNPKG

jorel

Version:

A unified wrapper for working with LLMs from multiple providers, including streams, images, documents & automatic tool use.

9 lines (8 loc) 174 B
export interface OpenRouterConfig { useNativeSDK?: boolean; apiKey?: string; apiUrl?: string; name?: string; maxRetries?: number; timeout?: number; }