UNPKG

jorel

Version:

The easiest way to use LLMs, including streams, images, documents, tools and various agent scenarios.

6 lines (5 loc) 215 B
import { OpenAIConfig, OpenAIProvider } from "../open-ai"; export declare class OpenRouterProvider extends OpenAIProvider { static readonly defaultName = "open-router"; constructor(config?: OpenAIConfig); }